#include <publisher.h>
Public Member Functions | |
template<class M > | |
void | publish (M message) |
Publisher () | |
Publisher (ros::Publisher ros_publisher) | |
Publisher (ConnectionBasePtr pub_connection, ros::Publisher ros_publisher) | |
~Publisher () | |
Private Attributes | |
ConnectionBasePtr | publication |
ros::Publisher | ros_pub |
Definition at line 10 of file publisher.h.
Definition at line 5 of file publisher.cpp.
hpcl_rtt::Publisher::Publisher | ( | ros::Publisher | ros_publisher | ) |
Definition at line 10 of file publisher.cpp.
hpcl_rtt::Publisher::Publisher | ( | ConnectionBasePtr | pub_connection, |
ros::Publisher | ros_publisher | ||
) |
Definition at line 15 of file publisher.cpp.
Definition at line 21 of file publisher.cpp.
void hpcl_rtt::Publisher::publish | ( | M | message | ) | [inline] |
Definition at line 19 of file publisher.h.
Definition at line 40 of file publisher.h.
ros::Publisher hpcl_rtt::Publisher::ros_pub [private] |
Definition at line 39 of file publisher.h.