21 #ifndef SL_LOGGER_DMAP_H
22 #define SL_LOGGER_DMAP_H
dc_parser dmap_getParser(const char *source)
Get data source specific configuration handler.
device_callbacks dmap_getCallbacks(const char *source)
Return device_callbacks structure for specified data source.
bool(* dc_parser)(log_thread_args_t *, config_section *)
Data source specific configuration parsers;.
Device specific function information.