Deepsy SERVICE_NAME namespace that includes the different enums, structs or method signatures that should be used.
|
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...
|
|
- Parameters
-
error_code | error code (if any) |
contextSize | context memory size |
- Parameters
-
error_code | error code (if any) |
devices | list of devices ids |
- Parameters
-
error_code | error code (if any) |
data | context memory content |
- Parameters
-
error_code | error code (if any) |
memoryType | context memory type |
- Parameters
-
error_code | error code (if any) |