00001 """autogenerated by genmsg_py from AssociateAction.msg. Do not edit."""
00002 import roslib.message
00003 import struct
00004
00005 import wpa_supplicant_node.msg
00006 import roslib.rostime
00007 import actionlib_msgs.msg
00008 import std_msgs.msg
00009
00010 class AssociateAction(roslib.message.Message):
00011 _md5sum = "5d7b073d7bd241700ec21bcd531ae761"
00012 _type = "wpa_supplicant_node/AssociateAction"
00013 _has_header = False
00014 _full_text = """# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00015
00016 AssociateActionGoal action_goal
00017 AssociateActionResult action_result
00018 AssociateActionFeedback action_feedback
00019
00020 ================================================================================
00021 MSG: wpa_supplicant_node/AssociateActionGoal
00022 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00023
00024 Header header
00025 actionlib_msgs/GoalID goal_id
00026 AssociateGoal goal
00027
00028 ================================================================================
00029 MSG: std_msgs/Header
00030 # Standard metadata for higher-level stamped data types.
00031 # This is generally used to communicate timestamped data
00032 # in a particular coordinate frame.
00033 #
00034 # sequence ID: consecutively increasing ID
00035 uint32 seq
00036 #Two-integer timestamp that is expressed as:
00037 # * stamp.secs: seconds (stamp_secs) since epoch
00038 # * stamp.nsecs: nanoseconds since stamp_secs
00039 # time-handling sugar is provided by the client library
00040 time stamp
00041 #Frame this data is associated with
00042 # 0: no frame
00043 # 1: global frame
00044 string frame_id
00045
00046 ================================================================================
00047 MSG: actionlib_msgs/GoalID
00048 # The stamp should store the time at which this goal was requested.
00049 # It is used by an action server when it tries to preempt all
00050 # goals that were requested before a certain time
00051 time stamp
00052
00053 # The id provides a way to associate feedback and
00054 # result message with specific goal requests. The id
00055 # specified must be unique.
00056 string id
00057
00058
00059 ================================================================================
00060 MSG: wpa_supplicant_node/AssociateGoal
00061 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00062 string ssid
00063 uint8[6] bssid
00064 #Bss bss
00065
00066 ================================================================================
00067 MSG: wpa_supplicant_node/AssociateActionResult
00068 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00069
00070 Header header
00071 actionlib_msgs/GoalStatus status
00072 AssociateResult result
00073
00074 ================================================================================
00075 MSG: actionlib_msgs/GoalStatus
00076 GoalID goal_id
00077 uint8 status
00078 uint8 PENDING = 0 # The goal has yet to be processed by the action server
00079 uint8 ACTIVE = 1 # The goal is currently being processed by the action server
00080 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing
00081 # and has since completed its execution (Terminal State)
00082 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)
00083 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due
00084 # to some failure (Terminal State)
00085 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,
00086 # because the goal was unattainable or invalid (Terminal State)
00087 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing
00088 # and has not yet completed execution
00089 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,
00090 # but the action server has not yet confirmed that the goal is canceled
00091 uint8 RECALLED = 8 # The goal received a cancel request before it started executing
00092 # and was successfully cancelled (Terminal State)
00093 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be
00094 # sent over the wire by an action server
00095
00096 #Allow for the user to associate a string with GoalStatus for debugging
00097 string text
00098
00099
00100 ================================================================================
00101 MSG: wpa_supplicant_node/AssociateResult
00102 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00103
00104 ================================================================================
00105 MSG: wpa_supplicant_node/AssociateActionFeedback
00106 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00107
00108 Header header
00109 actionlib_msgs/GoalStatus status
00110 AssociateFeedback feedback
00111
00112 ================================================================================
00113 MSG: wpa_supplicant_node/AssociateFeedback
00114 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00115 bool associated
00116 Bss bss
00117
00118
00119 ================================================================================
00120 MSG: wpa_supplicant_node/Bss
00121 time stamp
00122 string ssid
00123 uint8[6] bssid
00124 int32 frequency # In MHz
00125 int16 beacon_interval
00126 int16 capabilities
00127 int32 quality
00128 int32 noise
00129 int32 level
00130
00131 #InformationElement []ies
00132 #InformationElement []beacon_ies
00133 # flags
00134 # tsf
00135 # age
00136
00137 """
00138 __slots__ = ['action_goal','action_result','action_feedback']
00139 _slot_types = ['wpa_supplicant_node/AssociateActionGoal','wpa_supplicant_node/AssociateActionResult','wpa_supplicant_node/AssociateActionFeedback']
00140
00141 def __init__(self, *args, **kwds):
00142 """
00143 Constructor. Any message fields that are implicitly/explicitly
00144 set to None will be assigned a default value. The recommend
00145 use is keyword arguments as this is more robust to future message
00146 changes. You cannot mix in-order arguments and keyword arguments.
00147
00148 The available fields are:
00149 action_goal,action_result,action_feedback
00150
00151 @param args: complete set of field values, in .msg order
00152 @param kwds: use keyword arguments corresponding to message field names
00153 to set specific fields.
00154 """
00155 if args or kwds:
00156 super(AssociateAction, self).__init__(*args, **kwds)
00157
00158 if self.action_goal is None:
00159 self.action_goal = wpa_supplicant_node.msg.AssociateActionGoal()
00160 if self.action_result is None:
00161 self.action_result = wpa_supplicant_node.msg.AssociateActionResult()
00162 if self.action_feedback is None:
00163 self.action_feedback = wpa_supplicant_node.msg.AssociateActionFeedback()
00164 else:
00165 self.action_goal = wpa_supplicant_node.msg.AssociateActionGoal()
00166 self.action_result = wpa_supplicant_node.msg.AssociateActionResult()
00167 self.action_feedback = wpa_supplicant_node.msg.AssociateActionFeedback()
00168
00169 def _get_types(self):
00170 """
00171 internal API method
00172 """
00173 return self._slot_types
00174
00175 def serialize(self, buff):
00176 """
00177 serialize message into buffer
00178 @param buff: buffer
00179 @type buff: StringIO
00180 """
00181 try:
00182 _x = self
00183 buff.write(_struct_3I.pack(_x.action_goal.header.seq, _x.action_goal.header.stamp.secs, _x.action_goal.header.stamp.nsecs))
00184 _x = self.action_goal.header.frame_id
00185 length = len(_x)
00186 buff.write(struct.pack('<I%ss'%length, length, _x))
00187 _x = self
00188 buff.write(_struct_2I.pack(_x.action_goal.goal_id.stamp.secs, _x.action_goal.goal_id.stamp.nsecs))
00189 _x = self.action_goal.goal_id.id
00190 length = len(_x)
00191 buff.write(struct.pack('<I%ss'%length, length, _x))
00192 _x = self.action_goal.goal.ssid
00193 length = len(_x)
00194 buff.write(struct.pack('<I%ss'%length, length, _x))
00195 _x = self.action_goal.goal.bssid
00196
00197 if type(_x) in [list, tuple]:
00198 buff.write(_struct_6B.pack(*_x))
00199 else:
00200 buff.write(_struct_6s.pack(_x))
00201 _x = self
00202 buff.write(_struct_3I.pack(_x.action_result.header.seq, _x.action_result.header.stamp.secs, _x.action_result.header.stamp.nsecs))
00203 _x = self.action_result.header.frame_id
00204 length = len(_x)
00205 buff.write(struct.pack('<I%ss'%length, length, _x))
00206 _x = self
00207 buff.write(_struct_2I.pack(_x.action_result.status.goal_id.stamp.secs, _x.action_result.status.goal_id.stamp.nsecs))
00208 _x = self.action_result.status.goal_id.id
00209 length = len(_x)
00210 buff.write(struct.pack('<I%ss'%length, length, _x))
00211 buff.write(_struct_B.pack(self.action_result.status.status))
00212 _x = self.action_result.status.text
00213 length = len(_x)
00214 buff.write(struct.pack('<I%ss'%length, length, _x))
00215 _x = self
00216 buff.write(_struct_3I.pack(_x.action_feedback.header.seq, _x.action_feedback.header.stamp.secs, _x.action_feedback.header.stamp.nsecs))
00217 _x = self.action_feedback.header.frame_id
00218 length = len(_x)
00219 buff.write(struct.pack('<I%ss'%length, length, _x))
00220 _x = self
00221 buff.write(_struct_2I.pack(_x.action_feedback.status.goal_id.stamp.secs, _x.action_feedback.status.goal_id.stamp.nsecs))
00222 _x = self.action_feedback.status.goal_id.id
00223 length = len(_x)
00224 buff.write(struct.pack('<I%ss'%length, length, _x))
00225 buff.write(_struct_B.pack(self.action_feedback.status.status))
00226 _x = self.action_feedback.status.text
00227 length = len(_x)
00228 buff.write(struct.pack('<I%ss'%length, length, _x))
00229 _x = self
00230 buff.write(_struct_B2I.pack(_x.action_feedback.feedback.associated, _x.action_feedback.feedback.bss.stamp.secs, _x.action_feedback.feedback.bss.stamp.nsecs))
00231 _x = self.action_feedback.feedback.bss.ssid
00232 length = len(_x)
00233 buff.write(struct.pack('<I%ss'%length, length, _x))
00234 _x = self.action_feedback.feedback.bss.bssid
00235
00236 if type(_x) in [list, tuple]:
00237 buff.write(_struct_6B.pack(*_x))
00238 else:
00239 buff.write(_struct_6s.pack(_x))
00240 _x = self
00241 buff.write(_struct_i2h3i.pack(_x.action_feedback.feedback.bss.frequency, _x.action_feedback.feedback.bss.beacon_interval, _x.action_feedback.feedback.bss.capabilities, _x.action_feedback.feedback.bss.quality, _x.action_feedback.feedback.bss.noise, _x.action_feedback.feedback.bss.level))
00242 except struct.error, se: self._check_types(se)
00243 except TypeError, te: self._check_types(te)
00244
00245 def deserialize(self, str):
00246 """
00247 unpack serialized message in str into this message instance
00248 @param str: byte array of serialized message
00249 @type str: str
00250 """
00251 try:
00252 if self.action_goal is None:
00253 self.action_goal = wpa_supplicant_node.msg.AssociateActionGoal()
00254 if self.action_result is None:
00255 self.action_result = wpa_supplicant_node.msg.AssociateActionResult()
00256 if self.action_feedback is None:
00257 self.action_feedback = wpa_supplicant_node.msg.AssociateActionFeedback()
00258 end = 0
00259 _x = self
00260 start = end
00261 end += 12
00262 (_x.action_goal.header.seq, _x.action_goal.header.stamp.secs, _x.action_goal.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00263 start = end
00264 end += 4
00265 (length,) = _struct_I.unpack(str[start:end])
00266 start = end
00267 end += length
00268 self.action_goal.header.frame_id = str[start:end]
00269 _x = self
00270 start = end
00271 end += 8
00272 (_x.action_goal.goal_id.stamp.secs, _x.action_goal.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00273 start = end
00274 end += 4
00275 (length,) = _struct_I.unpack(str[start:end])
00276 start = end
00277 end += length
00278 self.action_goal.goal_id.id = str[start:end]
00279 start = end
00280 end += 4
00281 (length,) = _struct_I.unpack(str[start:end])
00282 start = end
00283 end += length
00284 self.action_goal.goal.ssid = str[start:end]
00285 start = end
00286 end += 6
00287 self.action_goal.goal.bssid = str[start:end]
00288 _x = self
00289 start = end
00290 end += 12
00291 (_x.action_result.header.seq, _x.action_result.header.stamp.secs, _x.action_result.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00292 start = end
00293 end += 4
00294 (length,) = _struct_I.unpack(str[start:end])
00295 start = end
00296 end += length
00297 self.action_result.header.frame_id = str[start:end]
00298 _x = self
00299 start = end
00300 end += 8
00301 (_x.action_result.status.goal_id.stamp.secs, _x.action_result.status.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00302 start = end
00303 end += 4
00304 (length,) = _struct_I.unpack(str[start:end])
00305 start = end
00306 end += length
00307 self.action_result.status.goal_id.id = str[start:end]
00308 start = end
00309 end += 1
00310 (self.action_result.status.status,) = _struct_B.unpack(str[start:end])
00311 start = end
00312 end += 4
00313 (length,) = _struct_I.unpack(str[start:end])
00314 start = end
00315 end += length
00316 self.action_result.status.text = str[start:end]
00317 _x = self
00318 start = end
00319 end += 12
00320 (_x.action_feedback.header.seq, _x.action_feedback.header.stamp.secs, _x.action_feedback.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00321 start = end
00322 end += 4
00323 (length,) = _struct_I.unpack(str[start:end])
00324 start = end
00325 end += length
00326 self.action_feedback.header.frame_id = str[start:end]
00327 _x = self
00328 start = end
00329 end += 8
00330 (_x.action_feedback.status.goal_id.stamp.secs, _x.action_feedback.status.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00331 start = end
00332 end += 4
00333 (length,) = _struct_I.unpack(str[start:end])
00334 start = end
00335 end += length
00336 self.action_feedback.status.goal_id.id = str[start:end]
00337 start = end
00338 end += 1
00339 (self.action_feedback.status.status,) = _struct_B.unpack(str[start:end])
00340 start = end
00341 end += 4
00342 (length,) = _struct_I.unpack(str[start:end])
00343 start = end
00344 end += length
00345 self.action_feedback.status.text = str[start:end]
00346 _x = self
00347 start = end
00348 end += 9
00349 (_x.action_feedback.feedback.associated, _x.action_feedback.feedback.bss.stamp.secs, _x.action_feedback.feedback.bss.stamp.nsecs,) = _struct_B2I.unpack(str[start:end])
00350 self.action_feedback.feedback.associated = bool(self.action_feedback.feedback.associated)
00351 start = end
00352 end += 4
00353 (length,) = _struct_I.unpack(str[start:end])
00354 start = end
00355 end += length
00356 self.action_feedback.feedback.bss.ssid = str[start:end]
00357 start = end
00358 end += 6
00359 self.action_feedback.feedback.bss.bssid = str[start:end]
00360 _x = self
00361 start = end
00362 end += 20
00363 (_x.action_feedback.feedback.bss.frequency, _x.action_feedback.feedback.bss.beacon_interval, _x.action_feedback.feedback.bss.capabilities, _x.action_feedback.feedback.bss.quality, _x.action_feedback.feedback.bss.noise, _x.action_feedback.feedback.bss.level,) = _struct_i2h3i.unpack(str[start:end])
00364 return self
00365 except struct.error, e:
00366 raise roslib.message.DeserializationError(e)
00367
00368
00369 def serialize_numpy(self, buff, numpy):
00370 """
00371 serialize message with numpy array types into buffer
00372 @param buff: buffer
00373 @type buff: StringIO
00374 @param numpy: numpy python module
00375 @type numpy module
00376 """
00377 try:
00378 _x = self
00379 buff.write(_struct_3I.pack(_x.action_goal.header.seq, _x.action_goal.header.stamp.secs, _x.action_goal.header.stamp.nsecs))
00380 _x = self.action_goal.header.frame_id
00381 length = len(_x)
00382 buff.write(struct.pack('<I%ss'%length, length, _x))
00383 _x = self
00384 buff.write(_struct_2I.pack(_x.action_goal.goal_id.stamp.secs, _x.action_goal.goal_id.stamp.nsecs))
00385 _x = self.action_goal.goal_id.id
00386 length = len(_x)
00387 buff.write(struct.pack('<I%ss'%length, length, _x))
00388 _x = self.action_goal.goal.ssid
00389 length = len(_x)
00390 buff.write(struct.pack('<I%ss'%length, length, _x))
00391 _x = self.action_goal.goal.bssid
00392
00393 if type(_x) in [list, tuple]:
00394 buff.write(_struct_6B.pack(*_x))
00395 else:
00396 buff.write(_struct_6s.pack(_x))
00397 _x = self
00398 buff.write(_struct_3I.pack(_x.action_result.header.seq, _x.action_result.header.stamp.secs, _x.action_result.header.stamp.nsecs))
00399 _x = self.action_result.header.frame_id
00400 length = len(_x)
00401 buff.write(struct.pack('<I%ss'%length, length, _x))
00402 _x = self
00403 buff.write(_struct_2I.pack(_x.action_result.status.goal_id.stamp.secs, _x.action_result.status.goal_id.stamp.nsecs))
00404 _x = self.action_result.status.goal_id.id
00405 length = len(_x)
00406 buff.write(struct.pack('<I%ss'%length, length, _x))
00407 buff.write(_struct_B.pack(self.action_result.status.status))
00408 _x = self.action_result.status.text
00409 length = len(_x)
00410 buff.write(struct.pack('<I%ss'%length, length, _x))
00411 _x = self
00412 buff.write(_struct_3I.pack(_x.action_feedback.header.seq, _x.action_feedback.header.stamp.secs, _x.action_feedback.header.stamp.nsecs))
00413 _x = self.action_feedback.header.frame_id
00414 length = len(_x)
00415 buff.write(struct.pack('<I%ss'%length, length, _x))
00416 _x = self
00417 buff.write(_struct_2I.pack(_x.action_feedback.status.goal_id.stamp.secs, _x.action_feedback.status.goal_id.stamp.nsecs))
00418 _x = self.action_feedback.status.goal_id.id
00419 length = len(_x)
00420 buff.write(struct.pack('<I%ss'%length, length, _x))
00421 buff.write(_struct_B.pack(self.action_feedback.status.status))
00422 _x = self.action_feedback.status.text
00423 length = len(_x)
00424 buff.write(struct.pack('<I%ss'%length, length, _x))
00425 _x = self
00426 buff.write(_struct_B2I.pack(_x.action_feedback.feedback.associated, _x.action_feedback.feedback.bss.stamp.secs, _x.action_feedback.feedback.bss.stamp.nsecs))
00427 _x = self.action_feedback.feedback.bss.ssid
00428 length = len(_x)
00429 buff.write(struct.pack('<I%ss'%length, length, _x))
00430 _x = self.action_feedback.feedback.bss.bssid
00431
00432 if type(_x) in [list, tuple]:
00433 buff.write(_struct_6B.pack(*_x))
00434 else:
00435 buff.write(_struct_6s.pack(_x))
00436 _x = self
00437 buff.write(_struct_i2h3i.pack(_x.action_feedback.feedback.bss.frequency, _x.action_feedback.feedback.bss.beacon_interval, _x.action_feedback.feedback.bss.capabilities, _x.action_feedback.feedback.bss.quality, _x.action_feedback.feedback.bss.noise, _x.action_feedback.feedback.bss.level))
00438 except struct.error, se: self._check_types(se)
00439 except TypeError, te: self._check_types(te)
00440
00441 def deserialize_numpy(self, str, numpy):
00442 """
00443 unpack serialized message in str into this message instance using numpy for array types
00444 @param str: byte array of serialized message
00445 @type str: str
00446 @param numpy: numpy python module
00447 @type numpy: module
00448 """
00449 try:
00450 if self.action_goal is None:
00451 self.action_goal = wpa_supplicant_node.msg.AssociateActionGoal()
00452 if self.action_result is None:
00453 self.action_result = wpa_supplicant_node.msg.AssociateActionResult()
00454 if self.action_feedback is None:
00455 self.action_feedback = wpa_supplicant_node.msg.AssociateActionFeedback()
00456 end = 0
00457 _x = self
00458 start = end
00459 end += 12
00460 (_x.action_goal.header.seq, _x.action_goal.header.stamp.secs, _x.action_goal.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00461 start = end
00462 end += 4
00463 (length,) = _struct_I.unpack(str[start:end])
00464 start = end
00465 end += length
00466 self.action_goal.header.frame_id = str[start:end]
00467 _x = self
00468 start = end
00469 end += 8
00470 (_x.action_goal.goal_id.stamp.secs, _x.action_goal.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00471 start = end
00472 end += 4
00473 (length,) = _struct_I.unpack(str[start:end])
00474 start = end
00475 end += length
00476 self.action_goal.goal_id.id = str[start:end]
00477 start = end
00478 end += 4
00479 (length,) = _struct_I.unpack(str[start:end])
00480 start = end
00481 end += length
00482 self.action_goal.goal.ssid = str[start:end]
00483 start = end
00484 end += 6
00485 self.action_goal.goal.bssid = str[start:end]
00486 _x = self
00487 start = end
00488 end += 12
00489 (_x.action_result.header.seq, _x.action_result.header.stamp.secs, _x.action_result.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00490 start = end
00491 end += 4
00492 (length,) = _struct_I.unpack(str[start:end])
00493 start = end
00494 end += length
00495 self.action_result.header.frame_id = str[start:end]
00496 _x = self
00497 start = end
00498 end += 8
00499 (_x.action_result.status.goal_id.stamp.secs, _x.action_result.status.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00500 start = end
00501 end += 4
00502 (length,) = _struct_I.unpack(str[start:end])
00503 start = end
00504 end += length
00505 self.action_result.status.goal_id.id = str[start:end]
00506 start = end
00507 end += 1
00508 (self.action_result.status.status,) = _struct_B.unpack(str[start:end])
00509 start = end
00510 end += 4
00511 (length,) = _struct_I.unpack(str[start:end])
00512 start = end
00513 end += length
00514 self.action_result.status.text = str[start:end]
00515 _x = self
00516 start = end
00517 end += 12
00518 (_x.action_feedback.header.seq, _x.action_feedback.header.stamp.secs, _x.action_feedback.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00519 start = end
00520 end += 4
00521 (length,) = _struct_I.unpack(str[start:end])
00522 start = end
00523 end += length
00524 self.action_feedback.header.frame_id = str[start:end]
00525 _x = self
00526 start = end
00527 end += 8
00528 (_x.action_feedback.status.goal_id.stamp.secs, _x.action_feedback.status.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00529 start = end
00530 end += 4
00531 (length,) = _struct_I.unpack(str[start:end])
00532 start = end
00533 end += length
00534 self.action_feedback.status.goal_id.id = str[start:end]
00535 start = end
00536 end += 1
00537 (self.action_feedback.status.status,) = _struct_B.unpack(str[start:end])
00538 start = end
00539 end += 4
00540 (length,) = _struct_I.unpack(str[start:end])
00541 start = end
00542 end += length
00543 self.action_feedback.status.text = str[start:end]
00544 _x = self
00545 start = end
00546 end += 9
00547 (_x.action_feedback.feedback.associated, _x.action_feedback.feedback.bss.stamp.secs, _x.action_feedback.feedback.bss.stamp.nsecs,) = _struct_B2I.unpack(str[start:end])
00548 self.action_feedback.feedback.associated = bool(self.action_feedback.feedback.associated)
00549 start = end
00550 end += 4
00551 (length,) = _struct_I.unpack(str[start:end])
00552 start = end
00553 end += length
00554 self.action_feedback.feedback.bss.ssid = str[start:end]
00555 start = end
00556 end += 6
00557 self.action_feedback.feedback.bss.bssid = str[start:end]
00558 _x = self
00559 start = end
00560 end += 20
00561 (_x.action_feedback.feedback.bss.frequency, _x.action_feedback.feedback.bss.beacon_interval, _x.action_feedback.feedback.bss.capabilities, _x.action_feedback.feedback.bss.quality, _x.action_feedback.feedback.bss.noise, _x.action_feedback.feedback.bss.level,) = _struct_i2h3i.unpack(str[start:end])
00562 return self
00563 except struct.error, e:
00564 raise roslib.message.DeserializationError(e)
00565
00566 _struct_I = roslib.message.struct_I
00567 _struct_6B = struct.Struct("<6B")
00568 _struct_B = struct.Struct("<B")
00569 _struct_i2h3i = struct.Struct("<i2h3i")
00570 _struct_3I = struct.Struct("<3I")
00571 _struct_6s = struct.Struct("<6s")
00572 _struct_B2I = struct.Struct("<B2I")
00573 _struct_2I = struct.Struct("<2I")