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
11
#include "
dfw_field_trial_service_library.h
"
12
#include "
dfw_field_trial_service_data.h
"
13
14
#include "
study.h
"
15
#include "
operation.h
"
16
17
#ifdef __cplusplus
18
extern
"C"
19
{
20
#endif
21
22
23
DFW_FIELD_TRIAL_SERVICE_LOCAL
OperationStatus
GenerateStudyAsPDF
(
const
Study
*study_p,
FieldTrialServiceData
*data_p);
24
25
35
DFW_FIELD_TRIAL_SERVICE_LOCAL
char
*
GetStudyHandbookFilename
(
const
Study
*study_p,
const
FieldTrialServiceData
*data_p);
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
services
field-trials
include
handbook_generator.h
Generated on Mon Feb 26 2024 17:00:10 for Grassroots Infrastructure by
1.8.16