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.
|
#include <row.h>
Data Fields | |
RowType | ro_type |
bson_oid_t * | ro_id_p |
const struct Study * | ro_study_p |
struct Plot * | ro_plot_p |
uint32 | ro_by_study_index |
The unique index for this row within its parent study. More... | |
void(* | ro_clear_fn )(Row *row_p) |
bool(* | ro_add_to_json_fn )(const Row *row_p, json_t *row_json_p, const ViewFormat format, const FieldTrialServiceData *data_p) |
bool(* | ro_add_from_json_fn )(Row *row_p, const json_t *row_json_p, const FieldTrialServiceData *data_p) |
bool(* | ro_add_to_fd_fn )(const Row *row_p, json_t *row_fd_p, const FieldTrialServiceData *service_data_p, const char *const null_sequence_s) |
RowType ro_type |
bson_oid_t* ro_id_p |
const struct Study* ro_study_p |
struct Plot* ro_plot_p |
uint32 ro_by_study_index |
The unique index for this row within its parent study.
void(* ro_clear_fn) (Row *row_p) |
bool(* ro_add_to_json_fn) (const Row *row_p, json_t *row_json_p, const ViewFormat format, const FieldTrialServiceData *data_p) |
bool(* ro_add_from_json_fn) (Row *row_p, const json_t *row_json_p, const FieldTrialServiceData *data_p) |
bool(* ro_add_to_fd_fn) (const Row *row_p, json_t *row_fd_p, const FieldTrialServiceData *service_data_p, const char *const null_sequence_s) |