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


Public Member Functions | |
| RosSubscriberDouble (const std::string &topic, const uint32_t queueSize=1000, const bool callNewest=false) | |
| void | rosCallbackFct (const TRosMsg &msg) |
Public Member Functions inherited from eeros::control::RosSubscriber< std_msgs::Float64::Type, double > | |
| RosSubscriber (const std::string &topic, const uint32_t queueSize=1000, const bool callNewest=false) | |
| virtual void | run () |
Public Member Functions inherited from eeros::control::Block1o< double > | |
| Block1o () | |
| virtual Output< double > & | 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 () |
Additional Inherited Members | |
Protected Attributes inherited from eeros::control::RosSubscriber< std_msgs::Float64::Type, double > | |
| ros::Subscriber | subscriber |
| const std::string & | topic |
| bool | callNewest |
Protected Attributes inherited from eeros::control::Block1o< double > | |
| Output< double > | out |
|
inline |
|
inlinevirtual |