|
EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <FlinkDigIn.hpp>


Public Member Functions | |
| FlinkDigIn (std::string id, FlinkDevice *device, uint8_t subDeviceNumber, uint32_t channel, bool inverted=false) | |
| virtual bool | get () |
Public Member Functions inherited from eeros::hal::PeripheralInput< bool > | |
| PeripheralInput (std::string id) | |
| virtual | ~PeripheralInput () |
| virtual std::string | getId () const |
Public Member Functions inherited from eeros::hal::PeripheralInputInterface | |
| virtual | ~PeripheralInputInterface () |
| FlinkDigIn::FlinkDigIn | ( | std::string | id, |
| FlinkDevice * | device, | ||
| uint8_t | subDeviceNumber, | ||
| uint32_t | channel, | ||
| bool | inverted = false |
||
| ) |

|
virtual |
Implements eeros::hal::PeripheralInput< bool >.