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

#include <programme.h>

Collaboration diagram for Programme:
[legend]

Data Fields

bson_oid_t * pr_id_p
 
PermissionsGrouppr_permissions_p
 
Userpr_user_p
 The User that saved this version of the Programme. More...
 
bool pr_owns_user_flag
 
char * pr_timestamp_s
 The time when this Field Trial was saved. More...
 
char * pr_abbreviation_s
 The abbreviation for this Programme. More...
 
Croppr_crop_p
 The Crop that this Programme is researching. More...
 
char * pr_documentation_url_s
 The web address for any documentaion about this Programme. More...
 
char * pr_name_s
 The name of this Programme. More...
 
char * pr_objective_s
 The objective of this Programme. More...
 
Personpr_pi_p
 The Person leading the Programme. More...
 
LinkedListpr_trials_p
 A LinkedList of FieldTrialNodes for all of the FieldTrials in this Programme. More...
 
char * pr_logo_url_s
 Web address of on optional logo. More...
 
char * pr_funding_organisation_s
 The name of the funding organisation. More...
 
char * pr_project_code_s
 The programme's pproject or grant code. More...
 

Field Documentation

◆ pr_id_p

bson_oid_t* pr_id_p

◆ pr_permissions_p

PermissionsGroup* pr_permissions_p

◆ pr_user_p

User* pr_user_p

The User that saved this version of the Programme.

◆ pr_owns_user_flag

bool pr_owns_user_flag

◆ pr_timestamp_s

char* pr_timestamp_s

The time when this Field Trial was saved.

◆ pr_abbreviation_s

char* pr_abbreviation_s

The abbreviation for this Programme.

◆ pr_crop_p

Crop* pr_crop_p

The Crop that this Programme is researching.

◆ pr_documentation_url_s

char* pr_documentation_url_s

The web address for any documentaion about this Programme.

◆ pr_name_s

char* pr_name_s

The name of this Programme.

◆ pr_objective_s

char* pr_objective_s

The objective of this Programme.

◆ pr_pi_p

Person* pr_pi_p

The Person leading the Programme.

◆ pr_trials_p

LinkedList* pr_trials_p

A LinkedList of FieldTrialNodes for all of the FieldTrials in this Programme.

◆ pr_logo_url_s

char* pr_logo_url_s

Web address of on optional logo.

◆ pr_funding_organisation_s

char* pr_funding_organisation_s

The name of the funding organisation.

◆ pr_project_code_s

char* pr_project_code_s

The programme's pproject or grant code.


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