time_series_t Struct Reference

This struct is used for building the complete message of time series event. More...

#include <src/time_series.h>

Collaboration diagram for time_series_t:
Collaboration graph

Data Fields

item_meta_t meta
 Meta of time series. More...
 
time_series_payload_t payload
 Payload of time series. More...
 

Detailed Description

This struct is used for building the complete message of time series event.

Definition at line 22 of file time_series.h.

Field Documentation

item_meta_t time_series_t::meta

Meta of time series.

Definition at line 24 of file time_series.h.

Referenced by _exchange_prepare_data(), _exchange_store_data_get_content_info(), and _initialize_meta().

time_series_payload_t time_series_t::payload

Payload of time series.

Definition at line 25 of file time_series.h.

Referenced by _exchange_prepare_data().


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