dpyLogconfig Namespace Reference
Deepsy LogConfig namespace that includes the different enums, structs or method signatures that should be used.
Classes | |
struct | App |
Typedefs | |
typedef boost::function< void(const bool &available)> | service_availability_handler |
Prototype of the handler function used to monitor service availability. More... | |
typedef boost::function< void(boost::system::error_code error_code)> | answer_pm_handler_function |
Handler for answer function callback. More... | |
typedef boost::function< void(boost::system::error_code error_code, std::vector< App > apps)> | list_handler_function |
Handler for answer function callback. More... | |
Typedef Documentation
typedef boost::function<void(boost::system::error_code error_code)> answer_pm_handler_function |
This type of function is called to check the result.
- Parameters
-
error_code error code (if any)
typedef boost::function<void(boost::system::error_code error_code, std::vector<App> apps)> list_handler_function |
This type of function is called to check the result.
- Parameters
-
error_code error code (if any)
typedef boost::function<void(const bool &available)> service_availability_handler |
- Parameters
-
available true if the service is available, false otherwise