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.
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
f
m
p
r
s
Typedefs
Enumerations
a
b
c
d
f
h
l
m
o
p
q
r
s
t
v
Enumerator
a
b
c
d
f
h
l
m
o
p
q
r
s
t
v
Macros
a
b
c
d
e
f
g
i
l
m
p
r
s
t
u
w
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