subscriber.cpp
Go to the documentation of this file.
00001 /* 
00002  * File:   subscriber.cpp
00003  * Author: hpcl
00004  * 
00005  * Created on June 3, 2015, 9:59 AM
00006  */
00007 
00008 #include "hpcl_rtt/subscriber.h"
00009 
00010 namespace hpcl_rtt
00011 {
00012  
00013 Subscriber::Subscriber() 
00014 { 
00015 }
00016  
00017 Subscriber::Subscriber(ConnectionBasePtr sub_connection, ros::Subscriber ros_subscriber) 
00018 {
00019   subscription = sub_connection;
00020   ros_sub = ros_subscriber;
00021 }
00022 
00023 Subscriber::~Subscriber() 
00024 { 
00025 }
00026 
00027 }


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