publisher.cpp
Go to the documentation of this file.
00001 #include "hpcl_rtt/publisher.h"
00002 
00003 namespace hpcl_rtt
00004 {
00005 Publisher::Publisher()
00006 {
00007  
00008 }
00009  
00010 Publisher::Publisher(ros::Publisher ros_publisher)
00011 {
00012   ros_pub = ros_publisher;
00013 }
00014 
00015 Publisher::Publisher(ConnectionBasePtr pub_connection, ros::Publisher ros_publisher)
00016 {
00017   publication = pub_connection;
00018   ros_pub = ros_publisher;
00019 }
00020 
00021 Publisher::~Publisher()
00022 {
00023  
00024 }
00025 
00026 
00027 }


hpcl_rtt
Author(s): sukha
autogenerated on Thu Aug 27 2015 16:43:53