EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <FlinkDigOut.hpp>
Public Member Functions | |
FlinkDigOut (std::string id, FlinkDevice *device, uint32_t subDeviceNumber, uint32_t channel, bool inverted=false) | |
virtual bool | get () |
virtual void | set (bool value) |
Public Member Functions inherited from eeros::hal::PeripheralOutput< bool > | |
PeripheralOutput (std::string id) | |
virtual | ~PeripheralOutput () |
virtual std::string | getId () const |
Public Member Functions inherited from eeros::hal::PeripheralOutputInterface | |
virtual | ~PeripheralOutputInterface () |
FlinkDigOut::FlinkDigOut | ( | std::string | id, |
FlinkDevice * | device, | ||
uint32_t | subDeviceNumber, | ||
uint32_t | channel, | ||
bool | inverted = false |
||
) |
|
virtual |
Implements eeros::hal::PeripheralOutput< bool >.
|
virtual |