$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-linux_networking/doc_stacks/2013-03-01_15-56-27.119261/linux_networking/wpa_supplicant_node/msg/AssociateActionFeedback.msg */ 00002 #ifndef WPA_SUPPLICANT_NODE_MESSAGE_ASSOCIATEACTIONFEEDBACK_H 00003 #define WPA_SUPPLICANT_NODE_MESSAGE_ASSOCIATEACTIONFEEDBACK_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/GoalStatus.h" 00019 #include "wpa_supplicant_node/AssociateFeedback.h" 00020 00021 namespace wpa_supplicant_node 00022 { 00023 template <class ContainerAllocator> 00024 struct AssociateActionFeedback_ { 00025 typedef AssociateActionFeedback_<ContainerAllocator> Type; 00026 00027 AssociateActionFeedback_() 00028 : header() 00029 , status() 00030 , feedback() 00031 { 00032 } 00033 00034 AssociateActionFeedback_(const ContainerAllocator& _alloc) 00035 : header(_alloc) 00036 , status(_alloc) 00037 , feedback(_alloc) 00038 { 00039 } 00040 00041 typedef ::std_msgs::Header_<ContainerAllocator> _header_type; 00042 ::std_msgs::Header_<ContainerAllocator> header; 00043 00044 typedef ::actionlib_msgs::GoalStatus_<ContainerAllocator> _status_type; 00045 ::actionlib_msgs::GoalStatus_<ContainerAllocator> status; 00046 00047 typedef ::wpa_supplicant_node::AssociateFeedback_<ContainerAllocator> _feedback_type; 00048 ::wpa_supplicant_node::AssociateFeedback_<ContainerAllocator> feedback; 00049 00050 00051 private: 00052 static const char* __s_getDataType_() { return "wpa_supplicant_node/AssociateActionFeedback"; } 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 "1833ab78ebd84c0f7388e8e77a3a4e20"; } 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 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00067 \n\ 00068 Header header\n\ 00069 actionlib_msgs/GoalStatus status\n\ 00070 AssociateFeedback feedback\n\ 00071 \n\ 00072 ================================================================================\n\ 00073 MSG: std_msgs/Header\n\ 00074 # Standard metadata for higher-level stamped data types.\n\ 00075 # This is generally used to communicate timestamped data \n\ 00076 # in a particular coordinate frame.\n\ 00077 # \n\ 00078 # sequence ID: consecutively increasing ID \n\ 00079 uint32 seq\n\ 00080 #Two-integer timestamp that is expressed as:\n\ 00081 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00082 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00083 # time-handling sugar is provided by the client library\n\ 00084 time stamp\n\ 00085 #Frame this data is associated with\n\ 00086 # 0: no frame\n\ 00087 # 1: global frame\n\ 00088 string frame_id\n\ 00089 \n\ 00090 ================================================================================\n\ 00091 MSG: actionlib_msgs/GoalStatus\n\ 00092 GoalID goal_id\n\ 00093 uint8 status\n\ 00094 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\ 00095 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\ 00096 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\ 00097 # and has since completed its execution (Terminal State)\n\ 00098 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\ 00099 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\ 00100 # to some failure (Terminal State)\n\ 00101 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\ 00102 # because the goal was unattainable or invalid (Terminal State)\n\ 00103 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\ 00104 # and has not yet completed execution\n\ 00105 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\ 00106 # but the action server has not yet confirmed that the goal is canceled\n\ 00107 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\ 00108 # and was successfully cancelled (Terminal State)\n\ 00109 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\ 00110 # sent over the wire by an action server\n\ 00111 \n\ 00112 #Allow for the user to associate a string with GoalStatus for debugging\n\ 00113 string text\n\ 00114 \n\ 00115 \n\ 00116 ================================================================================\n\ 00117 MSG: actionlib_msgs/GoalID\n\ 00118 # The stamp should store the time at which this goal was requested.\n\ 00119 # It is used by an action server when it tries to preempt all\n\ 00120 # goals that were requested before a certain time\n\ 00121 time stamp\n\ 00122 \n\ 00123 # The id provides a way to associate feedback and\n\ 00124 # result message with specific goal requests. The id\n\ 00125 # specified must be unique.\n\ 00126 string id\n\ 00127 \n\ 00128 \n\ 00129 ================================================================================\n\ 00130 MSG: wpa_supplicant_node/AssociateFeedback\n\ 00131 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00132 bool associated\n\ 00133 Bss bss\n\ 00134 \n\ 00135 \n\ 00136 ================================================================================\n\ 00137 MSG: wpa_supplicant_node/Bss\n\ 00138 time stamp\n\ 00139 string ssid\n\ 00140 uint8[6] bssid\n\ 00141 int32 frequency # In MHz\n\ 00142 int16 beacon_interval\n\ 00143 int16 capabilities\n\ 00144 int32 quality\n\ 00145 int32 noise\n\ 00146 int32 level\n\ 00147 SecurityProperties wpa\n\ 00148 SecurityProperties rsn\n\ 00149 \n\ 00150 #InformationElement []ies\n\ 00151 #InformationElement []beacon_ies\n\ 00152 # flags\n\ 00153 # tsf\n\ 00154 # age\n\ 00155 \n\ 00156 ================================================================================\n\ 00157 MSG: wpa_supplicant_node/SecurityProperties\n\ 00158 string[] key_mgmt\n\ 00159 string[] group\n\ 00160 string[] pairwise\n\ 00161 \n\ 00162 "; } 00163 public: 00164 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00165 00166 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00167 00168 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00169 { 00170 ros::serialization::OStream stream(write_ptr, 1000000000); 00171 ros::serialization::serialize(stream, header); 00172 ros::serialization::serialize(stream, status); 00173 ros::serialization::serialize(stream, feedback); 00174 return stream.getData(); 00175 } 00176 00177 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00178 { 00179 ros::serialization::IStream stream(read_ptr, 1000000000); 00180 ros::serialization::deserialize(stream, header); 00181 ros::serialization::deserialize(stream, status); 00182 ros::serialization::deserialize(stream, feedback); 00183 return stream.getData(); 00184 } 00185 00186 ROS_DEPRECATED virtual uint32_t serializationLength() const 00187 { 00188 uint32_t size = 0; 00189 size += ros::serialization::serializationLength(header); 00190 size += ros::serialization::serializationLength(status); 00191 size += ros::serialization::serializationLength(feedback); 00192 return size; 00193 } 00194 00195 typedef boost::shared_ptr< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > Ptr; 00196 typedef boost::shared_ptr< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> const> ConstPtr; 00197 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00198 }; // struct AssociateActionFeedback 00199 typedef ::wpa_supplicant_node::AssociateActionFeedback_<std::allocator<void> > AssociateActionFeedback; 00200 00201 typedef boost::shared_ptr< ::wpa_supplicant_node::AssociateActionFeedback> AssociateActionFeedbackPtr; 00202 typedef boost::shared_ptr< ::wpa_supplicant_node::AssociateActionFeedback const> AssociateActionFeedbackConstPtr; 00203 00204 00205 template<typename ContainerAllocator> 00206 std::ostream& operator<<(std::ostream& s, const ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> & v) 00207 { 00208 ros::message_operations::Printer< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> >::stream(s, "", v); 00209 return s;} 00210 00211 } // namespace wpa_supplicant_node 00212 00213 namespace ros 00214 { 00215 namespace message_traits 00216 { 00217 template<class ContainerAllocator> struct IsMessage< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > : public TrueType {}; 00218 template<class ContainerAllocator> struct IsMessage< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> const> : public TrueType {}; 00219 template<class ContainerAllocator> 00220 struct MD5Sum< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > { 00221 static const char* value() 00222 { 00223 return "1833ab78ebd84c0f7388e8e77a3a4e20"; 00224 } 00225 00226 static const char* value(const ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> &) { return value(); } 00227 static const uint64_t static_value1 = 0x1833ab78ebd84c0fULL; 00228 static const uint64_t static_value2 = 0x7388e8e77a3a4e20ULL; 00229 }; 00230 00231 template<class ContainerAllocator> 00232 struct DataType< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > { 00233 static const char* value() 00234 { 00235 return "wpa_supplicant_node/AssociateActionFeedback"; 00236 } 00237 00238 static const char* value(const ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> &) { return value(); } 00239 }; 00240 00241 template<class ContainerAllocator> 00242 struct Definition< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > { 00243 static const char* value() 00244 { 00245 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00246 \n\ 00247 Header header\n\ 00248 actionlib_msgs/GoalStatus status\n\ 00249 AssociateFeedback feedback\n\ 00250 \n\ 00251 ================================================================================\n\ 00252 MSG: std_msgs/Header\n\ 00253 # Standard metadata for higher-level stamped data types.\n\ 00254 # This is generally used to communicate timestamped data \n\ 00255 # in a particular coordinate frame.\n\ 00256 # \n\ 00257 # sequence ID: consecutively increasing ID \n\ 00258 uint32 seq\n\ 00259 #Two-integer timestamp that is expressed as:\n\ 00260 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00261 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00262 # time-handling sugar is provided by the client library\n\ 00263 time stamp\n\ 00264 #Frame this data is associated with\n\ 00265 # 0: no frame\n\ 00266 # 1: global frame\n\ 00267 string frame_id\n\ 00268 \n\ 00269 ================================================================================\n\ 00270 MSG: actionlib_msgs/GoalStatus\n\ 00271 GoalID goal_id\n\ 00272 uint8 status\n\ 00273 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\ 00274 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\ 00275 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\ 00276 # and has since completed its execution (Terminal State)\n\ 00277 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\ 00278 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\ 00279 # to some failure (Terminal State)\n\ 00280 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\ 00281 # because the goal was unattainable or invalid (Terminal State)\n\ 00282 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\ 00283 # and has not yet completed execution\n\ 00284 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\ 00285 # but the action server has not yet confirmed that the goal is canceled\n\ 00286 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\ 00287 # and was successfully cancelled (Terminal State)\n\ 00288 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\ 00289 # sent over the wire by an action server\n\ 00290 \n\ 00291 #Allow for the user to associate a string with GoalStatus for debugging\n\ 00292 string text\n\ 00293 \n\ 00294 \n\ 00295 ================================================================================\n\ 00296 MSG: actionlib_msgs/GoalID\n\ 00297 # The stamp should store the time at which this goal was requested.\n\ 00298 # It is used by an action server when it tries to preempt all\n\ 00299 # goals that were requested before a certain time\n\ 00300 time stamp\n\ 00301 \n\ 00302 # The id provides a way to associate feedback and\n\ 00303 # result message with specific goal requests. The id\n\ 00304 # specified must be unique.\n\ 00305 string id\n\ 00306 \n\ 00307 \n\ 00308 ================================================================================\n\ 00309 MSG: wpa_supplicant_node/AssociateFeedback\n\ 00310 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00311 bool associated\n\ 00312 Bss bss\n\ 00313 \n\ 00314 \n\ 00315 ================================================================================\n\ 00316 MSG: wpa_supplicant_node/Bss\n\ 00317 time stamp\n\ 00318 string ssid\n\ 00319 uint8[6] bssid\n\ 00320 int32 frequency # In MHz\n\ 00321 int16 beacon_interval\n\ 00322 int16 capabilities\n\ 00323 int32 quality\n\ 00324 int32 noise\n\ 00325 int32 level\n\ 00326 SecurityProperties wpa\n\ 00327 SecurityProperties rsn\n\ 00328 \n\ 00329 #InformationElement []ies\n\ 00330 #InformationElement []beacon_ies\n\ 00331 # flags\n\ 00332 # tsf\n\ 00333 # age\n\ 00334 \n\ 00335 ================================================================================\n\ 00336 MSG: wpa_supplicant_node/SecurityProperties\n\ 00337 string[] key_mgmt\n\ 00338 string[] group\n\ 00339 string[] pairwise\n\ 00340 \n\ 00341 "; 00342 } 00343 00344 static const char* value(const ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> &) { return value(); } 00345 }; 00346 00347 template<class ContainerAllocator> struct HasHeader< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > : public TrueType {}; 00348 template<class ContainerAllocator> struct HasHeader< const ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > : public TrueType {}; 00349 } // namespace message_traits 00350 } // namespace ros 00351 00352 namespace ros 00353 { 00354 namespace serialization 00355 { 00356 00357 template<class ContainerAllocator> struct Serializer< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > 00358 { 00359 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00360 { 00361 stream.next(m.header); 00362 stream.next(m.status); 00363 stream.next(m.feedback); 00364 } 00365 00366 ROS_DECLARE_ALLINONE_SERIALIZER; 00367 }; // struct AssociateActionFeedback_ 00368 } // namespace serialization 00369 } // namespace ros 00370 00371 namespace ros 00372 { 00373 namespace message_operations 00374 { 00375 00376 template<class ContainerAllocator> 00377 struct Printer< ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> > 00378 { 00379 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::wpa_supplicant_node::AssociateActionFeedback_<ContainerAllocator> & v) 00380 { 00381 s << indent << "header: "; 00382 s << std::endl; 00383 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header); 00384 s << indent << "status: "; 00385 s << std::endl; 00386 Printer< ::actionlib_msgs::GoalStatus_<ContainerAllocator> >::stream(s, indent + " ", v.status); 00387 s << indent << "feedback: "; 00388 s << std::endl; 00389 Printer< ::wpa_supplicant_node::AssociateFeedback_<ContainerAllocator> >::stream(s, indent + " ", v.feedback); 00390 } 00391 }; 00392 00393 00394 } // namespace message_operations 00395 } // namespace ros 00396 00397 #endif // WPA_SUPPLICANT_NODE_MESSAGE_ASSOCIATEACTIONFEEDBACK_H 00398