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


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