Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the documentation of this file.
21 #ifndef GRASSROOTS_REFERRED_SERVICE_H
22 #define GRASSROOTS_REFERRED_SERVICE_H
json_t * rs_config_p
The configuration for this ReferredService.
Definition: referred_service.h:69
A datatype which defines an available service, its capabilities and its parameters.
Definition: service.h:153
Service * rs_service_p
The Service that this ReferredService is using.
Definition: referred_service.h:66
A Plugin is a dynamically-loaded component to provide a piece of functionality.
Definition: plugin.h:150
struct Service * rsd_service_p
The service that owns this data.
Definition: referred_service.h:53
ReferredService * rsn_service_p
The ReferredService.
Definition: referred_service.h:85
A datatype for storing a ReferredService on a LinkedList.
Definition: referred_service.h:79
A datatype which defines an available service, its capabilities and its parameters.
Definition: referred_service.h:63
The base structure for storing Service configuration data.
Definition: referred_service.h:50
ListItem rsn_node
The base Listnode.
Definition: referred_service.h:82
A doubly-linked node that points to its predecessor and successor.
Definition: linked_list.h:43