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


Public Member Functions | |
| RosSubscriberDoubleArray (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::Float64MultiArray::Type, SigOutType > | |
| 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< SigOutType > | |
| Block1o () | |
| 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 () |
Protected Attributes | |
| SigOutType | val |
Protected Attributes inherited from eeros::control::RosSubscriber< std_msgs::Float64MultiArray::Type, SigOutType > | |
| ros::Subscriber | subscriber |
| const std::string & | topic |
| bool | callNewest |
Protected Attributes inherited from eeros::control::Block1o< SigOutType > | |
| Output< SigOutType > | out |
|
inline |
|
inlinevirtual |
|
protected |