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


Public Member Functions | |
| PeripheralOutput (std::string id) | |
| virtual void | run () |
Public Member Functions inherited from eeros::control::Block1i< T > | |
| Block1i () | |
| virtual Input< T > & | getIn () |
Public Member Functions inherited from eeros::control::Block | |
| virtual void | setName (std::string name) |
| virtual std::string | getName () |
Public Member Functions inherited from eeros::Runnable | |
| virtual | ~Runnable () |
Additional Inherited Members | |
Protected Attributes inherited from eeros::control::Block1i< T > | |
| Input< T > | in |
|
inline |

|
inlinevirtual |
Implements eeros::Runnable.