|
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 <string_observation.h>
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... | |
| Observation so_base_observation |
| char* so_raw_value_s |
The raw phenotypic value for this Observation.
| char* so_corrected_value_s |
The corrected phenotypic value for this Observation.