1 """autogenerated by genpy from launchman/StatusUpdateRequest.msg. Do not edit.""" 3 python3 =
True if sys.hexversion > 0x03000000
else False 9 _md5sum =
"d41d8cd98f00b204e9800998ecf8427e" 10 _type =
"launchman/StatusUpdateRequest" 19 Constructor. Any message fields that are implicitly/explicitly 20 set to None will be assigned a default value. The recommend 21 use is keyword arguments as this is more robust to future message 22 changes. You cannot mix in-order arguments and keyword arguments. 24 The available fields are: 27 :param args: complete set of field values, in .msg order 28 :param kwds: use keyword arguments corresponding to message field names 29 to set specific fields. 32 super(StatusUpdateRequest, self).
__init__(*args, **kwds)
42 serialize message into buffer 43 :param buff: buffer, ``StringIO`` 47 except struct.error
as se: self._check_types(struct.error(
"%s: '%s' when writing '%s'" % (type(se), str(se), str(_x))))
48 except TypeError
as te: self._check_types(ValueError(
"%s: '%s' when writing '%s'" % (type(te), str(te), str(_x))))
52 unpack serialized message in str into this message instance 53 :param str: byte array of serialized message, ``str`` 58 except struct.error
as e:
59 raise genpy.DeserializationError(e)
64 serialize message with numpy array types into buffer 65 :param buff: buffer, ``StringIO`` 66 :param numpy: numpy python module 70 except struct.error
as se: self._check_types(struct.error(
"%s: '%s' when writing '%s'" % (type(se), str(se), str(_x))))
71 except TypeError
as te: self._check_types(ValueError(
"%s: '%s' when writing '%s'" % (type(te), str(te), str(_x))))
75 unpack serialized message in str into this message instance using numpy for array types 76 :param str: byte array of serialized message, ``str`` 77 :param numpy: numpy python module 82 except struct.error
as e:
83 raise genpy.DeserializationError(e)
85 _struct_I = genpy.struct_I
86 """autogenerated by genpy from launchman/StatusUpdateResponse.msg. Do not edit.""" 88 python3 =
True if sys.hexversion > 0x03000000
else False 94 _md5sum =
"4fe5af303955c287688e7347e9b00278" 95 _type =
"launchman/StatusUpdateResponse" 97 _full_text =
"""string status 100 __slots__ = [
'status']
101 _slot_types = [
'string']
105 Constructor. Any message fields that are implicitly/explicitly 106 set to None will be assigned a default value. The recommend 107 use is keyword arguments as this is more robust to future message 108 changes. You cannot mix in-order arguments and keyword arguments. 110 The available fields are: 113 :param args: complete set of field values, in .msg order 114 :param kwds: use keyword arguments corresponding to message field names 115 to set specific fields. 118 super(StatusUpdateResponse, self).
__init__(*args, **kwds)
133 serialize message into buffer 134 :param buff: buffer, ``StringIO`` 139 if python3
or type(_x) == unicode:
140 _x = _x.encode(
'utf-8')
142 buff.write(struct.pack(
'<I%ss'%length, length, _x))
143 except struct.error
as se: self._check_types(struct.error(
"%s: '%s' when writing '%s'" % (type(se), str(se), str(_x))))
144 except TypeError
as te: self._check_types(ValueError(
"%s: '%s' when writing '%s'" % (type(te), str(te), str(_x))))
148 unpack serialized message in str into this message instance 149 :param str: byte array of serialized message, ``str`` 155 (length,) = _struct_I.unpack(str[start:end])
159 self.
status = str[start:end].decode(
'utf-8')
161 self.
status = str[start:end]
163 except struct.error
as e:
164 raise genpy.DeserializationError(e)
169 serialize message with numpy array types into buffer 170 :param buff: buffer, ``StringIO`` 171 :param numpy: numpy python module 176 if python3
or type(_x) == unicode:
177 _x = _x.encode(
'utf-8')
179 buff.write(struct.pack(
'<I%ss'%length, length, _x))
180 except struct.error
as se: self._check_types(struct.error(
"%s: '%s' when writing '%s'" % (type(se), str(se), str(_x))))
181 except TypeError
as te: self._check_types(ValueError(
"%s: '%s' when writing '%s'" % (type(te), str(te), str(_x))))
185 unpack serialized message in str into this message instance using numpy for array types 186 :param str: byte array of serialized message, ``str`` 187 :param numpy: numpy python module 193 (length,) = _struct_I.unpack(str[start:end])
197 self.
status = str[start:end].decode(
'utf-8')
199 self.
status = str[start:end]
201 except struct.error
as e:
202 raise genpy.DeserializationError(e)
204 _struct_I = genpy.struct_I
206 _type =
'launchman/StatusUpdate' 207 _md5sum =
'4fe5af303955c287688e7347e9b00278' 208 _request_class = StatusUpdateRequest
209 _response_class = StatusUpdateResponse
def deserialize_numpy(self, str, numpy)
def serialize_numpy(self, buff, numpy)
def deserialize(self, str)
def serialize(self, buff)
def serialize_numpy(self, buff, numpy)
def __init__(self, args, kwds)
def deserialize(self, str)
def serialize(self, buff)
def deserialize_numpy(self, str, numpy)
def __init__(self, args, kwds)