timeseries_payload_t Struct Reference

#include <mcl_connectivity/src/timeseries.h>

Collaboration diagram for timeseries_payload_t:
Collaboration graph

Data Fields

char * configuration_id
 Configuration ID of timeseries. More...
 
mcl_list_tvalue_lists
 List of timeseries value lists. More...
 

Detailed Description

Handle for timeseries paylaod.

Definition at line 18 of file timeseries.h.

Field Documentation

char* timeseries_payload_t::configuration_id

Configuration ID of timeseries.

Definition at line 20 of file timeseries.h.

Referenced by _add_item_meta_payload_timeseries_details(), and timeseries_validate().

mcl_list_t* timeseries_payload_t::value_lists

List of timeseries value lists.

Definition at line 21 of file timeseries.h.

Referenced by _item_payload_size_for_timeseries(), _json_from_timeseries_payload(), and timeseries_validate().


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