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.
handbook_generator.h
Go to the documentation of this file.
1 /*
2  * handbook_generator.h
3  *
4  * Created on: 5 Jan 2022
5  * Author: billy
6  */
7 
8 #ifndef SERVICES_FIELD_TRIALS_INCLUDE_HANDBOOK_GENERATOR_H_
9 #define SERVICES_FIELD_TRIALS_INCLUDE_HANDBOOK_GENERATOR_H_
10 
13 
14 #include "study.h"
15 #include "operation.h"
16 
17 #ifdef __cplusplus
18 extern "C"
19 {
20 #endif
21 
22 
24 
25 
36 
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* SERVICES_FIELD_TRIALS_INCLUDE_HANDBOOK_GENERATOR_H_ */
study.h
operation.h
dfw_field_trial_service_library.h
DFW_FIELD_TRIAL_SERVICE_LOCAL
#define DFW_FIELD_TRIAL_SERVICE_LOCAL
Definition: dfw_field_trial_service_library.h:43
GetStudyHandbookFilename
char * GetStudyHandbookFilename(const Study *study_p, const FieldTrialServiceData *data_p)
OperationStatus
OperationStatus
The current status of an Operation.
Definition: operation.h:96
dfw_field_trial_service_data.h
FieldTrialServiceData
The configuration data used by the DFW Field Trial Service.
Definition: dfw_field_trial_service_data.h:118
GenerateStudyAsPDF
OperationStatus GenerateStudyAsPDF(const Study *study_p, FieldTrialServiceData *data_p)
Study
Definition: study.h:182