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
{
18
JSONProcessor
rp_base_processor
;
19
20
struct
Material
*
rp_material_p
;
21
22
}
RowProcessor
;
23
24
25
26
#ifdef __cplusplus
27
extern
"C"
28
{
29
#endif
30
31
32
DFW_FIELD_TRIAL_SERVICE_LOCAL
JSONProcessor
*
AllocateRowProcessor
(
struct
Material
*material_p);
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
services
field-trials
include
row_processor.h
Generated on Mon Feb 26 2024 17:00:10 for Grassroots Infrastructure by
1.8.16