timeseries_value_t Struct Reference

#include <mcl_connectivity/src/timeseries_value.h>

Collaboration diagram for timeseries_value_t:
Collaboration graph

Data Fields

char * data_point_id
 Data point id of the timeseries value. More...
 
char * quality_code
 Quality code of the timeseries value. More...
 
char * value
 Value of the timeseries value. More...
 

Detailed Description

Handle for timeseries value.

Definition at line 17 of file timeseries_value.h.

Field Documentation

char* timeseries_value_t::data_point_id

Data point id of the timeseries value.

Definition at line 19 of file timeseries_value.h.

Referenced by _item_payload_size_for_timeseries_value(), _json_from_timeseries_value(), and timeseries_value_validate().

char* timeseries_value_t::quality_code

Quality code of the timeseries value.

Definition at line 20 of file timeseries_value.h.

Referenced by _item_payload_size_for_timeseries_value(), _json_from_timeseries_value(), and timeseries_value_validate().

char* timeseries_value_t::value

Value of the timeseries value.

Definition at line 21 of file timeseries_value.h.

Referenced by _item_payload_size_for_timeseries_value(), _json_from_timeseries_value(), and timeseries_value_validate().


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