|
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.
|
A datatype that represents a Field Trial that can contain one or more Studies. More...
#include <field_trial.h>
Data Fields | |
| bson_oid_t * | ft_id_p |
| char * | ft_timestamp_s |
| The time when this Field Trial was saved. More... | |
| struct Programme * | ft_parent_p |
| The Programme that this Field Trial is a part of. More... | |
| MEM_FLAG | ft_parent_program_mem |
| char * | ft_name_s |
| Name of the field trial. More... | |
| char * | ft_team_s |
| The team or organisation running this FieldTrial. More... | |
| LinkedList * | ft_studies_p |
| A LinkedList of StudyNodes for all of the Studies in this FieldTrial. More... | |
| LinkedList * | ft_people_p |
| A LinkedList of PersonNodes for each of the PI and Co-I people on this trial. More... | |
A datatype that represents a Field Trial that can contain one or more Studies.
| bson_oid_t* ft_id_p |
| char* ft_timestamp_s |
The time when this Field Trial was saved.
| MEM_FLAG ft_parent_program_mem |
| char* ft_name_s |
Name of the field trial.
| char* ft_team_s |
The team or organisation running this FieldTrial.
| LinkedList* ft_studies_p |
A LinkedList of StudyNodes for all of the Studies in this FieldTrial.
| LinkedList* ft_people_p |
A LinkedList of PersonNodes for each of the PI and Co-I people on this trial.