logconfigApi.h
Go to the documentation of this file.
57 typedef boost::function<void(boost::system::error_code error_code, std::vector<App> apps)> list_handler_function;
82 void asyncSetLevel(std::string appName, std::string level, dpyLogconfig::answer_pm_handler_function handler);
boost::function< void(boost::system::error_code error_code, std::vector< App > apps)> list_handler_function
Handler for answer function callback.
Definition: logconfigApi.h:57
boost::function< void(const bool &available)> service_availability_handler
Prototype of the handler function used to monitor service availability.
Definition: logconfigApi.h:41
boost::function< void(boost::system::error_code error_code)> answer_pm_handler_function
Handler for answer function callback.
Definition: logconfigApi.h:49
Definition: logconfigApi.h:29
Deepsy LogConfig namespace that includes the different enums, structs or method signatures that shoul...