gpioClient.h
Go to the documentation of this file.
46 void setGpioValue(dpyGpio::result_handler_function handler, const std::string& gpioid, bool value);
61 void setGpioConfiguration(dpyGpio::result_handler_function handler, const std::string& gpioid, dpyGpio::GpioInfoConf gpioConfiguration);
boost::function< void(boost::system::error_code error_code)> result_handler_function
Prototype of the handler function for obtaining a result.
Definition: gpioApi.h:32
void gpioEvents_S(dpyGpio::gpio_status_handler_function handler)
Start receiving GPIO events.
Definition: iGpio.h:30
void setGpioValue(dpyGpio::result_handler_function handler, const std::string &gpioid, bool value)
Modifies a gpio value.
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.
Definition: gpioApi.h:47
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.
Definition: gpioApi.h:39