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

A datatype that represents a Field Trial that can contain one or more Studies. More...

#include <field_trial.h>

Collaboration diagram for FieldTrial:
[legend]

Data Fields

bson_oid_t * ft_id_p
 
char * ft_timestamp_s
 The time when this Field Trial was saved. More...
 
struct Programmeft_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...
 
LinkedListft_studies_p
 A LinkedList of StudyNodes for all of the Studies in this FieldTrial. More...
 
LinkedListft_people_p
 A LinkedList of PersonNodes for each of the PI and Co-I people on this trial. More...
 

Detailed Description

A datatype that represents a Field Trial that can contain one or more Studies.

Field Documentation

◆ ft_id_p

bson_oid_t* ft_id_p

◆ ft_timestamp_s

char* ft_timestamp_s

The time when this Field Trial was saved.

◆ ft_parent_p

struct Programme* ft_parent_p

The Programme that this Field Trial is a part of.

◆ ft_parent_program_mem

MEM_FLAG ft_parent_program_mem

◆ ft_name_s

char* ft_name_s

Name of the field trial.

◆ ft_team_s

char* ft_team_s

The team or organisation running this FieldTrial.

◆ ft_studies_p

LinkedList* ft_studies_p

A LinkedList of StudyNodes for all of the Studies in this FieldTrial.

◆ ft_people_p

LinkedList* ft_people_p

A LinkedList of PersonNodes for each of the PI and Co-I people on this trial.


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