14 #ifndef MCL_TIME_SERIES_H_ 15 #define MCL_TIME_SERIES_H_ 67 const char *quality_code);
73 #endif //MCL_TIME_SERIES_H_
Common module interface header file.
MCL_EXPORT E_MCL_ERROR_CODE mcl_time_series_add_value(mcl_time_series_value_set_t *value_set, const char *data_point_id, const char *value, const char *quality_code)
This function adds data_point_id, value and quality_code to mcl_time_series_value_set_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.
MCL_EXPORT E_MCL_ERROR_CODE mcl_time_series_new_value_set(mcl_time_series_t *time_series, const char *timestamp, mcl_time_series_value_set_t **value_set)
This function creates new value set to be added to mcl_time_series_t.
struct mcl_time_series_value_set_t mcl_time_series_value_set_t
This struct is used for building value set of time series.