$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-pr2_calibration/doc_stacks/2013-03-01_16-35-11.769043/pr2_calibration/interval_intersection/msg/ConfigActionGoal.msg */ 00002 #ifndef INTERVAL_INTERSECTION_MESSAGE_CONFIGACTIONGOAL_H 00003 #define INTERVAL_INTERSECTION_MESSAGE_CONFIGACTIONGOAL_H 00004 #include <string> 00005 #include <vector> 00006 #include <map> 00007 #include <ostream> 00008 #include "ros/serialization.h" 00009 #include "ros/builtin_message_traits.h" 00010 #include "ros/message_operations.h" 00011 #include "ros/time.h" 00012 00013 #include "ros/macros.h" 00014 00015 #include "ros/assert.h" 00016 00017 #include "std_msgs/Header.h" 00018 #include "actionlib_msgs/GoalID.h" 00019 #include "interval_intersection/ConfigGoal.h" 00020 00021 namespace interval_intersection 00022 { 00023 template <class ContainerAllocator> 00024 struct ConfigActionGoal_ { 00025 typedef ConfigActionGoal_<ContainerAllocator> Type; 00026 00027 ConfigActionGoal_() 00028 : header() 00029 , goal_id() 00030 , goal() 00031 { 00032 } 00033 00034 ConfigActionGoal_(const ContainerAllocator& _alloc) 00035 : header(_alloc) 00036 , goal_id(_alloc) 00037 , goal(_alloc) 00038 { 00039 } 00040 00041 typedef ::std_msgs::Header_<ContainerAllocator> _header_type; 00042 ::std_msgs::Header_<ContainerAllocator> header; 00043 00044 typedef ::actionlib_msgs::GoalID_<ContainerAllocator> _goal_id_type; 00045 ::actionlib_msgs::GoalID_<ContainerAllocator> goal_id; 00046 00047 typedef ::interval_intersection::ConfigGoal_<ContainerAllocator> _goal_type; 00048 ::interval_intersection::ConfigGoal_<ContainerAllocator> goal; 00049 00050 00051 private: 00052 static const char* __s_getDataType_() { return "interval_intersection/ConfigActionGoal"; } 00053 public: 00054 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00055 00056 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00057 00058 private: 00059 static const char* __s_getMD5Sum_() { return "3b9fc6a01b069b3d8598f7752ccdee82"; } 00060 public: 00061 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00062 00063 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00064 00065 private: 00066 static const char* __s_getMessageDefinition_() { return "\n\ 00067 Header header\n\ 00068 actionlib_msgs/GoalID goal_id\n\ 00069 ConfigGoal goal\n\ 00070 \n\ 00071 ================================================================================\n\ 00072 MSG: std_msgs/Header\n\ 00073 # Standard metadata for higher-level stamped data types.\n\ 00074 # This is generally used to communicate timestamped data \n\ 00075 # in a particular coordinate frame.\n\ 00076 # \n\ 00077 # sequence ID: consecutively increasing ID \n\ 00078 uint32 seq\n\ 00079 #Two-integer timestamp that is expressed as:\n\ 00080 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00081 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00082 # time-handling sugar is provided by the client library\n\ 00083 time stamp\n\ 00084 #Frame this data is associated with\n\ 00085 # 0: no frame\n\ 00086 # 1: global frame\n\ 00087 string frame_id\n\ 00088 \n\ 00089 ================================================================================\n\ 00090 MSG: actionlib_msgs/GoalID\n\ 00091 # The stamp should store the time at which this goal was requested.\n\ 00092 # It is used by an action server when it tries to preempt all\n\ 00093 # goals that were requested before a certain time\n\ 00094 time stamp\n\ 00095 \n\ 00096 # The id provides a way to associate feedback and\n\ 00097 # result message with specific goal requests. The id\n\ 00098 # specified must be unique.\n\ 00099 string id\n\ 00100 \n\ 00101 \n\ 00102 ================================================================================\n\ 00103 MSG: interval_intersection/ConfigGoal\n\ 00104 string[] topics\n\ 00105 \n\ 00106 "; } 00107 public: 00108 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00109 00110 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00111 00112 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00113 { 00114 ros::serialization::OStream stream(write_ptr, 1000000000); 00115 ros::serialization::serialize(stream, header); 00116 ros::serialization::serialize(stream, goal_id); 00117 ros::serialization::serialize(stream, goal); 00118 return stream.getData(); 00119 } 00120 00121 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00122 { 00123 ros::serialization::IStream stream(read_ptr, 1000000000); 00124 ros::serialization::deserialize(stream, header); 00125 ros::serialization::deserialize(stream, goal_id); 00126 ros::serialization::deserialize(stream, goal); 00127 return stream.getData(); 00128 } 00129 00130 ROS_DEPRECATED virtual uint32_t serializationLength() const 00131 { 00132 uint32_t size = 0; 00133 size += ros::serialization::serializationLength(header); 00134 size += ros::serialization::serializationLength(goal_id); 00135 size += ros::serialization::serializationLength(goal); 00136 return size; 00137 } 00138 00139 typedef boost::shared_ptr< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > Ptr; 00140 typedef boost::shared_ptr< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> const> ConstPtr; 00141 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00142 }; // struct ConfigActionGoal 00143 typedef ::interval_intersection::ConfigActionGoal_<std::allocator<void> > ConfigActionGoal; 00144 00145 typedef boost::shared_ptr< ::interval_intersection::ConfigActionGoal> ConfigActionGoalPtr; 00146 typedef boost::shared_ptr< ::interval_intersection::ConfigActionGoal const> ConfigActionGoalConstPtr; 00147 00148 00149 template<typename ContainerAllocator> 00150 std::ostream& operator<<(std::ostream& s, const ::interval_intersection::ConfigActionGoal_<ContainerAllocator> & v) 00151 { 00152 ros::message_operations::Printer< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> >::stream(s, "", v); 00153 return s;} 00154 00155 } // namespace interval_intersection 00156 00157 namespace ros 00158 { 00159 namespace message_traits 00160 { 00161 template<class ContainerAllocator> struct IsMessage< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > : public TrueType {}; 00162 template<class ContainerAllocator> struct IsMessage< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> const> : public TrueType {}; 00163 template<class ContainerAllocator> 00164 struct MD5Sum< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > { 00165 static const char* value() 00166 { 00167 return "3b9fc6a01b069b3d8598f7752ccdee82"; 00168 } 00169 00170 static const char* value(const ::interval_intersection::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 00171 static const uint64_t static_value1 = 0x3b9fc6a01b069b3dULL; 00172 static const uint64_t static_value2 = 0x8598f7752ccdee82ULL; 00173 }; 00174 00175 template<class ContainerAllocator> 00176 struct DataType< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > { 00177 static const char* value() 00178 { 00179 return "interval_intersection/ConfigActionGoal"; 00180 } 00181 00182 static const char* value(const ::interval_intersection::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 00183 }; 00184 00185 template<class ContainerAllocator> 00186 struct Definition< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > { 00187 static const char* value() 00188 { 00189 return "\n\ 00190 Header header\n\ 00191 actionlib_msgs/GoalID goal_id\n\ 00192 ConfigGoal goal\n\ 00193 \n\ 00194 ================================================================================\n\ 00195 MSG: std_msgs/Header\n\ 00196 # Standard metadata for higher-level stamped data types.\n\ 00197 # This is generally used to communicate timestamped data \n\ 00198 # in a particular coordinate frame.\n\ 00199 # \n\ 00200 # sequence ID: consecutively increasing ID \n\ 00201 uint32 seq\n\ 00202 #Two-integer timestamp that is expressed as:\n\ 00203 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00204 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00205 # time-handling sugar is provided by the client library\n\ 00206 time stamp\n\ 00207 #Frame this data is associated with\n\ 00208 # 0: no frame\n\ 00209 # 1: global frame\n\ 00210 string frame_id\n\ 00211 \n\ 00212 ================================================================================\n\ 00213 MSG: actionlib_msgs/GoalID\n\ 00214 # The stamp should store the time at which this goal was requested.\n\ 00215 # It is used by an action server when it tries to preempt all\n\ 00216 # goals that were requested before a certain time\n\ 00217 time stamp\n\ 00218 \n\ 00219 # The id provides a way to associate feedback and\n\ 00220 # result message with specific goal requests. The id\n\ 00221 # specified must be unique.\n\ 00222 string id\n\ 00223 \n\ 00224 \n\ 00225 ================================================================================\n\ 00226 MSG: interval_intersection/ConfigGoal\n\ 00227 string[] topics\n\ 00228 \n\ 00229 "; 00230 } 00231 00232 static const char* value(const ::interval_intersection::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 00233 }; 00234 00235 template<class ContainerAllocator> struct HasHeader< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > : public TrueType {}; 00236 template<class ContainerAllocator> struct HasHeader< const ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > : public TrueType {}; 00237 } // namespace message_traits 00238 } // namespace ros 00239 00240 namespace ros 00241 { 00242 namespace serialization 00243 { 00244 00245 template<class ContainerAllocator> struct Serializer< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > 00246 { 00247 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00248 { 00249 stream.next(m.header); 00250 stream.next(m.goal_id); 00251 stream.next(m.goal); 00252 } 00253 00254 ROS_DECLARE_ALLINONE_SERIALIZER; 00255 }; // struct ConfigActionGoal_ 00256 } // namespace serialization 00257 } // namespace ros 00258 00259 namespace ros 00260 { 00261 namespace message_operations 00262 { 00263 00264 template<class ContainerAllocator> 00265 struct Printer< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > 00266 { 00267 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::interval_intersection::ConfigActionGoal_<ContainerAllocator> & v) 00268 { 00269 s << indent << "header: "; 00270 s << std::endl; 00271 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header); 00272 s << indent << "goal_id: "; 00273 s << std::endl; 00274 Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + " ", v.goal_id); 00275 s << indent << "goal: "; 00276 s << std::endl; 00277 Printer< ::interval_intersection::ConfigGoal_<ContainerAllocator> >::stream(s, indent + " ", v.goal); 00278 } 00279 }; 00280 00281 00282 } // namespace message_operations 00283 } // namespace ros 00284 00285 #endif // INTERVAL_INTERSECTION_MESSAGE_CONFIGACTIONGOAL_H 00286