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.
23 #ifndef SERVICES_FIELD_TRIALS_INCLUDE_MATERIAL_JOBS_H_
24 #define SERVICES_FIELD_TRIALS_INCLUDE_MATERIAL_JOBS_H_
bool GetSubmissionMaterialParameterTypeForNamedParameter(const char *param_name_s, ParameterType *pt_p)
ParameterType
The different types that a Parameter can take.
Definition: parameter_type.h:35
A datatype to represent a running task.
Definition: service_job.h:72
bool AddSubmissionMaterialParams(ServiceData *data_p, ParameterSet *param_set_p)
bool AddSearchMaterialParams(ServiceData *data_p, ParameterSet *param_set_p)
Definition: material.h:121
#define DFW_FIELD_TRIAL_SERVICE_LOCAL
Definition: dfw_field_trial_service_library.h:43
bool GetSearchMaterialParameterTypeForNamedParameter(const char *param_name_s, ParameterType *pt_p)
bool RunForSubmissionMaterialParams(FieldTrialServiceData *data_p, ParameterSet *param_set_p, ServiceJob *job_p)
OperationStatus
The current status of an Operation.
Definition: operation.h:96
bool RunForSearchMaterialParams(FieldTrialServiceData *data_p, ParameterSet *param_set_p, ServiceJob *job_p)
A datatype for holding the configuration data for a Service.
Definition: service.h:126
OperationStatus GetAllStudiesContainingMaterial(Material *material_p, ServiceJob *job_p, const ViewFormat format, FieldTrialServiceData *data_p)
The configuration data used by the DFW Field Trial Service.
Definition: dfw_field_trial_service_data.h:118
A set of Parameters along with an optional name and description.
Definition: parameter_set.h:46