#include <GenericPublisher.hpp>
Public Member Functions | |
GenericPublisher (ros::NodeHandle handle, const std::string &topicName, int queue_size) | |
void | publish (const T_ &msg) |
virtual | ~GenericPublisher () |
Protected Attributes | |
ros::Publisher | pub |
Definition at line 20 of file GenericPublisher.hpp.
TELEKYB_NAMESPACE::GenericPublisher< T_ >::GenericPublisher | ( | ros::NodeHandle | handle, |
const std::string & | topicName, | ||
int | queue_size | ||
) | [inline] |
Definition at line 25 of file GenericPublisher.hpp.
virtual TELEKYB_NAMESPACE::GenericPublisher< T_ >::~GenericPublisher | ( | ) | [inline, virtual] |
Definition at line 29 of file GenericPublisher.hpp.
void TELEKYB_NAMESPACE::GenericPublisher< T_ >::publish | ( | const T_ & | msg | ) | [inline] |
Definition at line 31 of file GenericPublisher.hpp.
ros::Publisher TELEKYB_NAMESPACE::GenericPublisher< T_ >::pub [protected] |
Definition at line 22 of file GenericPublisher.hpp.