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

#include <string_observation.h>

Collaboration diagram for StringObservation:
[legend]

Public Member Functions

bool SetStringObservationRawValue (StringObservation *observation_p, const char *value_s)
 Set the raw value for a given Observation. More...
 
bool SetStringObservationCorrectedValue (StringObservation *observation_p, const char *value_s)
 Set the corrected value for a given Observation. More...
 
bool SetStringObservationCorrectedValueFromJSON (StringObservation *observation_p, const json_t *value_p)
 Set the corrected value for a given Observation. More...
 

Data Fields

Observation so_base_observation
 
char * so_raw_value_s
 The raw phenotypic value for this Observation. More...
 
char * so_corrected_value_s
 The corrected phenotypic value for this Observation. More...
 

Field Documentation

◆ so_base_observation

Observation so_base_observation

◆ so_raw_value_s

char* so_raw_value_s

The raw phenotypic value for this Observation.

◆ so_corrected_value_s

char* so_corrected_value_s

The corrected phenotypic value for this Observation.


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