This struct is used for building time_series.payload.values structure. More...
#include <src/data_types.h>

Data Fields | |
| string_t * | data_point_id |
| Id of the datapoint the value is read from. More... | |
| string_t * | value |
| The value read. More... | |
| string_t * | quality_code |
| The quality of the value provided. More... | |
This struct is used for building time_series.payload.values structure.
Definition at line 99 of file data_types.h.
| string_t* time_series_value_t::data_point_id |
Id of the datapoint the value is read from.
Definition at line 101 of file data_types.h.
Referenced by _add_time_series_payload_values_objects(), and mcl_time_series_add_value().
| string_t* time_series_value_t::quality_code |
The quality of the value provided.
Definition at line 103 of file data_types.h.
Referenced by _add_time_series_payload_values_objects(), and mcl_time_series_add_value().
| string_t* time_series_value_t::value |
The value read.
Definition at line 102 of file data_types.h.
Referenced by _add_time_series_payload_values_objects(), and mcl_time_series_add_value().