EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <Block1i1o.hpp>
Public Member Functions | |
Block1i1o () | |
virtual Input< T > & | getIn () |
virtual Output< T > & | getOut () |
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 () |
virtual void | run ()=0 |
Protected Attributes | |
Input< T > | in |
Output< T > | out |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |