mcl_timeseries_value.h
Go to the documentation of this file.
1 
23 #ifndef MCL_TIMESERIES_VALUE_H_
24 #define MCL_TIMESERIES_VALUE_H_
25 
27 
28 #ifdef __cplusplus
29 extern "C"
30 {
31 #endif
32 
37 
42 {
48 
61 
76 extern MCL_CONNECTIVITY_EXPORT mcl_error_t mcl_timeseries_value_set_parameter(mcl_timeseries_value_t *timeseries_value, E_MCL_TIMESERIES_VALUE_PARAMETER parameter, const void *value);
77 
84 
85 #ifdef __cplusplus
86 }
87 #endif
88 
89 #endif //MCL_TIMESERIES_VALUE_H_
E_MCL_TIMESERIES_VALUE_PARAMETER
MCL_CONNECTIVITY_EXPORT mcl_error_t mcl_timeseries_value_set_parameter(mcl_timeseries_value_t *timeseries_value, E_MCL_TIMESERIES_VALUE_PARAMETER parameter, const void *value)
struct mcl_timeseries_value_t mcl_timeseries_value_t
#define MCL_CONNECTIVITY_EXPORT
mcl_int32_t mcl_error_t
Timeseries value quality code parameter as char*.
Common module interface header file.
Timeseries value data point id parameter as char*.
Timeseries value value parameter as char*.
MCL_CONNECTIVITY_EXPORT void mcl_timeseries_value_destroy(mcl_timeseries_value_t **timeseries_value)
MCL_CONNECTIVITY_EXPORT mcl_error_t mcl_timeseries_value_initialize(mcl_timeseries_value_t **timeseries_value)