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


Public Member Functions | |
| RosPublisher (const std::string &topic, uint32_t queueSize=1000, bool callNewest=false) | |
| virtual void | setRosMsg (TRosMsg &msg)=0 |
| void | run () |
Public Member Functions inherited from eeros::control::Block1i< SigInType > | |
| Block1i () | |
| virtual Input< SigInType > & | 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 () |
Protected Attributes | |
| ros::Publisher | publisher |
| const std::string & | topic |
| TRosMsg | msg |
Protected Attributes inherited from eeros::control::Block1i< SigInType > | |
| Input< SigInType > | in |
|
inline |
|
inlinevirtual |
Implements eeros::Runnable.
|
pure virtual |
|
protected |
|
protected |
|
protected |