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.
|
A datatype to facilitate running PairedServices in parallel rather than sequentially which leads to longer waiting times for the caller who is running the Services. More...
#include <threaded_paired_service.h>
Data Fields | |
const char *const | rsd_service_name_s |
The name of the local Service. More... | |
ParameterSet * | rsd_params_p |
The ParameterSet that will be used to run the PairedService. More... | |
PairedService * | rsd_paired_service_p |
The PairedService that will be ran. More... | |
ProvidersStateTable * | rsd_providers_p |
The details of all available ExternalServers. More... | |
GrassrootsServer * | rsd_grassroots_p |
This Grassroots server. More... | |
A datatype to facilitate running PairedServices in parallel rather than sequentially which leads to longer waiting times for the caller who is running the Services.
const char* const rsd_service_name_s |
The name of the local Service.
ParameterSet* rsd_params_p |
The ParameterSet that will be used to run the PairedService.
PairedService* rsd_paired_service_p |
The PairedService that will be ran.
ProvidersStateTable* rsd_providers_p |
The details of all available ExternalServers.
GrassrootsServer* rsd_grassroots_p |
This Grassroots server.