contextApi.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include "iContext.h"
Include dependency graph for contextApi.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ContextManager |
Namespaces | |
dpyContext | |
Deepsy SERVICE_NAME namespace that includes the different enums, structs or method signatures that should be used. | |
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... | |