LookupTransformAction.h
Go to the documentation of this file.
00001 #ifndef _ROS_tf2_msgs_LookupTransformAction_h
00002 #define _ROS_tf2_msgs_LookupTransformAction_h
00003 
00004 #include <stdint.h>
00005 #include <string.h>
00006 #include <stdlib.h>
00007 #include "ros/msg.h"
00008 #include "tf2_msgs/LookupTransformActionGoal.h"
00009 #include "tf2_msgs/LookupTransformActionResult.h"
00010 #include "tf2_msgs/LookupTransformActionFeedback.h"
00011 
00012 namespace tf2_msgs
00013 {
00014 
00015   class LookupTransformAction : public ros::Msg
00016   {
00017     public:
00018       tf2_msgs::LookupTransformActionGoal action_goal;
00019       tf2_msgs::LookupTransformActionResult action_result;
00020       tf2_msgs::LookupTransformActionFeedback action_feedback;
00021 
00022     virtual int serialize(unsigned char *outbuffer) const
00023     {
00024       int offset = 0;
00025       offset += this->action_goal.serialize(outbuffer + offset);
00026       offset += this->action_result.serialize(outbuffer + offset);
00027       offset += this->action_feedback.serialize(outbuffer + offset);
00028       return offset;
00029     }
00030 
00031     virtual int deserialize(unsigned char *inbuffer)
00032     {
00033       int offset = 0;
00034       offset += this->action_goal.deserialize(inbuffer + offset);
00035       offset += this->action_result.deserialize(inbuffer + offset);
00036       offset += this->action_feedback.deserialize(inbuffer + offset);
00037      return offset;
00038     }
00039 
00040     const char * getType(){ return "tf2_msgs/LookupTransformAction"; };
00041     const char * getMD5(){ return "7ee01ba91a56c2245c610992dbaa3c37"; };
00042 
00043   };
00044 
00045 }
00046 #endif


ric_mc
Author(s): RoboTiCan
autogenerated on Thu Aug 27 2015 14:39:49