| 
    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 <plot.h>
Data Fields | |
| bson_oid_t * | pl_id_p | 
| Study * | pl_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 | 
| LinkedList * | pl_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... | |
| bson_oid_t* pl_id_p | 
| Study* pl_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 | 
| LinkedList* pl_rows_p | 
A LinkedList of RowNodes for all of the Rows in this Plot.
| char* pl_image_url_s | 
A url for any images,.
| char* pl_thumbnail_url_s | 
A url for any images thumbnail,.