![]() |
EEROS
1.0.0.0
API for the EEROS Real-Time Robotics Framework
|
#include <SocketData.hpp>


Additional Inherited Members | |
Public Member Functions inherited from eeros::control::Block1i1o< SigInType, SigOutType > | |
| Block1i1o () | |
| virtual Input< SigInType > & | getIn () |
| virtual Output< SigOutType > & | 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 inherited from eeros::control::Block1i1o< SigInType, SigOutType > | |
| Input< SigInType > | in |
| Output< SigOutType > | out |