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.
row_processor.h
Go to the documentation of this file.
1 /*
2  * row_processor.h
3  *
4  * Created on: 5 Dec 2019
5  * Author: billy
6  */
7 
8 #ifndef SERVICES_FIELD_TRIALS_INCLUDE_ROW_PROCESSOR_H_
9 #define SERVICES_FIELD_TRIALS_INCLUDE_ROW_PROCESSOR_H_
10 
11 #include "json_processor.h"
12 
13 
14 
15 
16 typedef struct RowProcessor
17 {
19 
21 
22 } RowProcessor;
23 
24 
25 
26 #ifdef __cplusplus
27 extern "C"
28 {
29 #endif
30 
31 
33 
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 
40 #endif /* SERVICES_FIELD_TRIALS_INCLUDE_ROW_PROCESSOR_H_ */
JSONProcessor
Definition: json_processor.h:21
Material
Definition: material.h:121
DFW_FIELD_TRIAL_SERVICE_LOCAL
#define DFW_FIELD_TRIAL_SERVICE_LOCAL
Definition: dfw_field_trial_service_library.h:43
AllocateRowProcessor
JSONProcessor * AllocateRowProcessor(struct Material *material_p)
RowProcessor::rp_material_p
struct Material * rp_material_p
Definition: row_processor.h:20
RowProcessor
Definition: row_processor.h:16
json_processor.h
RowProcessor::rp_base_processor
JSONProcessor rp_base_processor
Definition: row_processor.h:18