dpyContext Namespace Reference

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

Classes

struct  ContextConf
 Context configuration structure. More...
 

Typedefs

typedef boost::function< void(boost::system::error_code error_code)> result_handler_function
 Prototype of the handler function for obtaining a result. More...
 
typedef boost::function< void(boost::system::error_code, std::list< std::string > devices)> devices_list_handler_function
 Prototype of the handler function for getting available context devices. More...
 
typedef boost::function< void(boost::system::error_code, std::string memoryType)> memory_type_handler_function
 Prototype of the handler function for getting context memory type. More...
 
typedef boost::function< void(boost::system::error_code, unsigned int contextSize)> context_size_handler_function
 Prototype of the handler function for getting context memory size. More...
 
typedef boost::function< void(boost::system::error_code, std::string data)> get_context_handler_function
 Prototype of the handler function for getting context memory content. More...
 

Typedef Documentation

typedef boost::function<void(boost::system::error_code, unsigned int contextSize)> context_size_handler_function
Parameters
error_codeerror code (if any)
contextSizecontext memory size
typedef boost::function<void(boost::system::error_code, std::list<std::string> devices)> devices_list_handler_function
Parameters
error_codeerror code (if any)
deviceslist of devices ids
typedef boost::function<void(boost::system::error_code, std::string data)> get_context_handler_function
Parameters
error_codeerror code (if any)
datacontext memory content
typedef boost::function<void(boost::system::error_code, std::string memoryType)> memory_type_handler_function
Parameters
error_codeerror code (if any)
memoryTypecontext memory type
typedef boost::function<void(boost::system::error_code error_code)> result_handler_function
Parameters
error_codeerror code (if any)