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_CROP_JOBS_H_
24 #define SERVICES_FIELD_TRIALS_INCLUDE_CROP_JOBS_H_
The datatype that stores all of the information about a Parameter.
Definition: parameter.h:121
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 SetUpCropsListParameter(const FieldTrialServiceData *data_p, Parameter *param_p, const Crop *active_crop_p, const char *empty_option_s, const bool new_study_flag)
bool AddSubmissionCropParams(ServiceData *data_p, ParameterSet *param_set_p)
#define DFW_FIELD_TRIAL_SERVICE_LOCAL
Definition: dfw_field_trial_service_library.h:43
Crop * GetStoredCropValue(const json_t *json_p, const char *key_s, const FieldTrialServiceData *data_p)
bool RunForSubmissionCropParams(FieldTrialServiceData *data_p, ParameterSet *param_set_p, ServiceJob *job_p)
bool GetSubmissionCropParameterTypeForNamedParameter(const char *param_name_s, ParameterType *pt_p)
A datatype for holding the configuration data for a Service.
Definition: service.h:126
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