gpioApi.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include "iGpio.h"
Include dependency graph for gpioApi.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | GpioManager |
Allows to interact with a ServiceName service. More... | |
Namespaces | |
dpyGpio | |
Deepsy GPIO namespace that includes the different enums, structs or method signatures that should be used. | |
Typedefs | |
typedef boost::function< void(const bool &available)> | service_availability_handler |
Prototype of the handler function used to monitor service availability. More... | |
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::map< std::string, dpyGpio::GpioInfoConf > gpioMap)> | gpio_list_handler |
Prototype of the handler function for getting gpios. More... | |
typedef boost::function< void(boost::system::error_code error_code, const std::string &id, dpyGpio::GpioStatus status)> | gpio_status_handler_function |
Prototype of the handler function for getting gpio value. More... | |