16 #ifndef MCL_DATA_SOURCE_CONFIGURATION_H_ 17 #define MCL_DATA_SOURCE_CONFIGURATION_H_ 82 const char *type,
const char *unit,
mcl_json_t *custom_data);
105 #endif //MCL_DATA_SOURCE_CONFIGURATION_H_ struct mcl_json_t mcl_json_t
This struct is used for json handling.
struct mcl_data_source_configuration_t mcl_data_source_configuration_t
Common module interface header file.
E_MCL_ERROR_CODE
MCL Error code definitions. Every function returning an error code uses this enum values...
MCL_EXPORT E_MCL_ERROR_CODE mcl_data_source_configuration_add_data_point(mcl_data_source_t *data_source, const char *id, const char *name, const char *description, const char *type, const char *unit, mcl_json_t *custom_data)
MCL_EXPORT E_MCL_ERROR_CODE mcl_data_source_configuration_add_data_source(mcl_data_source_configuration_t *data_source_configuration, const char *name, const char *description, mcl_json_t *custom_data, mcl_data_source_t **data_source)
MCL_EXPORT E_MCL_ERROR_CODE mcl_data_source_configuration_get_id(mcl_data_source_configuration_t *data_source_configuration, char **id)
Random number generation module interface header file.
struct mcl_data_source_t mcl_data_source_t