EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <SysFsDigIn.hpp>
Public Member Functions | |
SysFsDigIn (std::string id, unsigned int gpio, bool inverted=false) | |
~SysFsDigIn () | |
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 () |
SysFsDigIn::SysFsDigIn | ( | std::string | id, |
unsigned int | gpio, | ||
bool | inverted = false |
||
) |
SysFsDigIn::~SysFsDigIn | ( | ) |
|
virtual |
Implements eeros::hal::PeripheralInput< bool >.