time_series_payload_t Struct Reference

This struct is used for building the payload of time series which is list of value sets. More...

#include <src/data_types.h>

Collaboration diagram for time_series_payload_t:
Collaboration graph

Data Fields

list_tvalue_sets
 List of value sets. More...
 

Detailed Description

This struct is used for building the payload of time series which is list of value sets.

Definition at line 121 of file data_types.h.

Field Documentation

list_t* time_series_payload_t::value_sets

List of value sets.

Definition at line 124 of file data_types.h.

Referenced by json_from_time_series_payload().


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