time_series_value_set_t Struct Reference

This struct is used for building value set of time series. More...

#include <src/data_types.h>

Collaboration diagram for time_series_value_set_t:
Collaboration graph

Data Fields

string_ttimestamp
 Time of values in YYYY-MM-DDThh:mm:ss.sssZ format. More...
 
list_tvalues
 List of measurements made at the given timestamp. More...
 
time_series_tparent
 Parent of this time series. More...
 

Detailed Description

This struct is used for building value set of time series.

Definition at line 109 of file data_types.h.

Field Documentation

time_series_t* time_series_value_set_t::parent

Parent of this time series.

Definition at line 115 of file data_types.h.

string_t* time_series_value_set_t::timestamp

Time of values in YYYY-MM-DDThh:mm:ss.sssZ format.

Definition at line 111 of file data_types.h.

Referenced by _add_time_series_value_set().

list_t* time_series_value_set_t::values

List of measurements made at the given timestamp.

Definition at line 114 of file data_types.h.

Referenced by _add_time_series_value_set().


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