timeseries_value.h
Go to the documentation of this file.
1 
9 #ifndef TIMESERIES_VALUE_H_
10 #define TIMESERIES_VALUE_H_
11 
13 
17 typedef struct mcl_timeseries_value_t
18 {
19  char *data_point_id;
20  char *quality_code;
21  char *value;
23 
35 
36 #endif //TIMESERIES_VALUE_H_
#define MCL_LOCAL
char * data_point_id
Data point id of the timeseries value.
struct mcl_timeseries_value_t mcl_timeseries_value_t
mcl_int32_t mcl_error_t
char * value
Value of the timeseries value.
char * quality_code
Quality code of the timeseries value.
Common module interface header file.
MCL_LOCAL mcl_error_t timeseries_value_validate(timeseries_value_t *timeseries_value)