healthApi.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include "healthTypes.h"
Include dependency graph for healthApi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ServiceAvailabilityObserver
 Service Availability observer class. More...
 
class  Health
 Allows to interact with a Health service. More...
 

Namespaces

 dpyHealth
 Deepsy HEALTH namespace that includes the different enums, structs or method signatures that should be used.
 

Typedefs

typedef boost::function< void(boost::system::error_code &ec)> handler_function
 Handler for status function callback. More...
 
typedef boost::function< void(boost::system::error_code error_code, std::vector< dpyHealth::Status > &)> status_handler_function
 Handler for getStatusList function callback. More...
 
typedef boost::function< void(boost::system::error_code error_code, std::vector< dpyHealth::DeviceInformation > &)> device_handler_function
 Handler for getDeviceList function callback. More...