healthClient.h
Go to the documentation of this file.
22 void reportNewStatus(dpyHealth::handler_function handler, std::string key, std::string value, dpyHealth::Priority priority);
boost::function< void(boost::system::error_code error_code, std::vector< dpyHealth::Status > &)> status_handler_function
Handler for getStatusList function callback.
Definition: healthApi.h:59
boost::function< void(boost::system::error_code &ec)> handler_function
Handler for status function callback.
Definition: healthApi.h:52
boost::function< void(boost::system::error_code error_code, std::vector< dpyHealth::DeviceInformation > &)> device_handler_function
Handler for getDeviceList function callback.
Definition: healthApi.h:66