time_series_value_t Struct Reference

This struct is used for building time_series.payload.values structure. More...

#include <src/data_types.h>

Collaboration diagram for time_series_value_t:
Collaboration graph

Data Fields

string_tdata_point_id
 Id of the datapoint the value is read from. More...
 
string_tvalue
 The value read. More...
 
string_tquality_code
 The quality of the value provided. More...
 

Detailed Description

This struct is used for building time_series.payload.values structure.

Definition at line 99 of file data_types.h.

Field Documentation

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().


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