#include <rtt_rostopic_ros_publish_activity.hpp>
Public Member Functions | |
virtual void | publish ()=0 |
The interface a channel element must implement in order to publish data to a ROS topic.
Definition at line 49 of file rtt_rostopic_ros_publish_activity.hpp.
|
pure virtual |
Publish all data in the channel to a ROS topic.
Implemented in rtt_roscomm::RosPubChannelElement< T >.