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.
|
Go to the documentation of this file.
8 #ifndef SERVICES_FIELD_TRIALS_INCLUDE_FIELD_TRIAL_SQLITE_H_
9 #define SERVICES_FIELD_TRIALS_INCLUDE_FIELD_TRIAL_SQLITE_H_
#define DFW_FIELD_TRIAL_SERVICE_LOCAL
Definition: dfw_field_trial_service_library.h:43
A datatype that represents a Field Trial that can contain one or more Studies.
Definition: field_trial.h:50
bool AddFieldTrialByNameToSQLite(FieldTrialServiceData *data_p, FieldTrial *trial_p)
A doubly-linked list that can be traversed in either direction.
Definition: linked_list.h:56
LinkedList * GetFieldTrialsByNameFromSQLite(FieldTrialServiceData *data_p, const char *name_s)
The configuration data used by the DFW Field Trial Service.
Definition: dfw_field_trial_service_data.h:118