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

#include <plot.h>

Collaboration diagram for Plot:
[legend]

Data Fields

bson_oid_t * pl_id_p
 
Studypl_parent_p
 
uint32 pl_row_index
 
uint32 pl_column_index
 
struct tm * pl_sowing_date_p
 
double pl_sowing_rate
 
uint32 * pl_sowing_order_index_p
 
uint32 * pl_walking_order_index_p
 
double64 * pl_width_p
 
double64 * pl_length_p
 
char * pl_treatments_s
 
char * pl_soil_type_s
 
char * pl_comment_s
 
struct tm * pl_harvest_date_p
 
LinkedListpl_rows_p
 A LinkedList of RowNodes for all of the Rows in this Plot. More...
 
char * pl_image_url_s
 A url for any images,. More...
 
char * pl_thumbnail_url_s
 A url for any images thumbnail,. More...
 

Field Documentation

◆ pl_id_p

bson_oid_t* pl_id_p

◆ pl_parent_p

Study* pl_parent_p

◆ pl_row_index

uint32 pl_row_index

◆ pl_column_index

uint32 pl_column_index

◆ pl_sowing_date_p

struct tm* pl_sowing_date_p

◆ pl_sowing_rate

double pl_sowing_rate

◆ pl_sowing_order_index_p

uint32* pl_sowing_order_index_p

◆ pl_walking_order_index_p

uint32* pl_walking_order_index_p

◆ pl_width_p

double64* pl_width_p

◆ pl_length_p

double64* pl_length_p

◆ pl_treatments_s

char* pl_treatments_s

◆ pl_soil_type_s

char* pl_soil_type_s

◆ pl_comment_s

char* pl_comment_s

◆ pl_harvest_date_p

struct tm* pl_harvest_date_p

◆ pl_rows_p

LinkedList* pl_rows_p

A LinkedList of RowNodes for all of the Rows in this Plot.

◆ pl_image_url_s

char* pl_image_url_s

A url for any images,.

◆ pl_thumbnail_url_s

char* pl_thumbnail_url_s

A url for any images thumbnail,.


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