14 #ifndef TIME_SERIES_H_ 15 #define TIME_SERIES_H_ 54 #endif //TIME_SERIES_H_ E_MCL_ERROR_CODE time_series_initialize(const char *version, const char *configuration_id, const char *routing, time_series_t **time_series)
This function creates and initializes a data struct of time_series_t.
This struct is used for building the payload of time series which is list of value sets...
time_series_payload_t payload
Payload of time series.
This struct is used for building the complete message of time series event.
struct mcl_time_series_t time_series_t
E_MCL_ERROR_CODE
MCL Error code definitions. Every function returning an error code uses this enum values...
struct mcl_time_series_t mcl_time_series_t
This struct is used for building the time series type.
item_meta_t meta
Meta of time series.
Data types module header file.
void time_series_destroy(time_series_t **time_series)
To destroy the time_series_t data struct.