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.
JSONProcessor Struct Reference

#include <json_processor.h>

Data Fields

json_t *(* jp_process_plot_json_fn )(struct JSONProcessor *processor_p, struct Plot *plot_p, ViewFormat format, const FieldTrialServiceData *service_data_p)
 
json_t *(* jp_process_row_json_fn )(struct JSONProcessor *processor_p, struct Row *row_p, ViewFormat format, const FieldTrialServiceData *service_data_p)
 
void(* jp_free_fn )(struct JSONProcessor *processor_p)
 

Field Documentation

◆ jp_process_plot_json_fn

json_t*(* jp_process_plot_json_fn) (struct JSONProcessor *processor_p, struct Plot *plot_p, ViewFormat format, const FieldTrialServiceData *service_data_p)

◆ jp_process_row_json_fn

json_t*(* jp_process_row_json_fn) (struct JSONProcessor *processor_p, struct Row *row_p, ViewFormat format, const FieldTrialServiceData *service_data_p)

◆ jp_free_fn

void(* jp_free_fn) (struct JSONProcessor *processor_p)

The documentation for this struct was generated from the following file: