|
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.
|
#include <programme.h>
Data Fields | |
| bson_oid_t * | pr_id_p |
| PermissionsGroup * | pr_permissions_p |
| User * | pr_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... | |
| Crop * | pr_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... | |
| Person * | pr_pi_p |
| The Person leading the Programme. More... | |
| LinkedList * | pr_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... | |
| bson_oid_t* pr_id_p |
| PermissionsGroup* pr_permissions_p |
| bool pr_owns_user_flag |
| char* pr_timestamp_s |
The time when this Field Trial was saved.
| char* pr_abbreviation_s |
The abbreviation for this Programme.
| char* pr_documentation_url_s |
The web address for any documentaion about this Programme.
| char* pr_name_s |
The name of this Programme.
| char* pr_objective_s |
The objective of this Programme.
| LinkedList* pr_trials_p |
A LinkedList of FieldTrialNodes for all of the FieldTrials in this Programme.
| char* pr_logo_url_s |
Web address of on optional logo.
| char* pr_funding_organisation_s |
The name of the funding organisation.
| char* pr_project_code_s |
The programme's pproject or grant code.