Container for a (ROS publisher, outgoing message) pair. We'll have queues of these. Templated on a ROS message type. More...
#include <PubQueue.h>
Public Member Functions | |
PubMessagePair (T &msg, ros::Publisher &pub) | |
Public Attributes | |
T | msg_ |
The outgoing message. | |
ros::Publisher | pub_ |
The publisher to use to publish the message. |
Container for a (ROS publisher, outgoing message) pair. We'll have queues of these. Templated on a ROS message type.
Definition at line 33 of file PubQueue.h.
PubMessagePair< T >::PubMessagePair | ( | T & | msg, |
ros::Publisher & | pub | ||
) | [inline] |
Definition at line 40 of file PubQueue.h.
T PubMessagePair< T >::msg_ |
The outgoing message.
Definition at line 37 of file PubQueue.h.
ros::Publisher PubMessagePair< T >::pub_ |
The publisher to use to publish the message.
Definition at line 39 of file PubQueue.h.