Public Member Functions | |
def | __init__ |
def | deserialize |
def | deserialize_numpy |
def | serialize |
def | serialize_numpy |
Public Attributes | |
return_code | |
Private Member Functions | |
def | _get_types |
Static Private Attributes | |
list | __slots__ = ['return_code'] |
string | _full_text |
_has_header = False | |
string | _md5sum = "b49fccceeb56b964ed23601916a24082" |
list | _slot_types = ['household_objects_database_msgs/DatabaseReturnCode'] |
string | _type = "household_objects_database_msgs/SaveScanResponse" |
Definition at line 324 of file _SaveScan.py.
def household_objects_database_msgs.srv._SaveScan.SaveScanResponse.__init__ | ( | self, | |
args, | |||
kwds | |||
) |
Constructor. Any message fields that are implicitly/explicitly set to None will be assigned a default value. The recommend use is keyword arguments as this is more robust to future message changes. You cannot mix in-order arguments and keyword arguments. The available fields are: return_code :param args: complete set of field values, in .msg order :param kwds: use keyword arguments corresponding to message field names to set specific fields.
Definition at line 346 of file _SaveScan.py.
def household_objects_database_msgs.srv._SaveScan.SaveScanResponse._get_types | ( | self | ) | [private] |
internal API method
Definition at line 368 of file _SaveScan.py.
unpack serialized message in str into this message instance :param str: byte array of serialized message, ``str``
Definition at line 384 of file _SaveScan.py.
def household_objects_database_msgs.srv._SaveScan.SaveScanResponse.deserialize_numpy | ( | self, | |
str, | |||
numpy | |||
) |
unpack serialized message in str into this message instance using numpy for array types :param str: byte array of serialized message, ``str`` :param numpy: numpy python module
Definition at line 412 of file _SaveScan.py.
def household_objects_database_msgs.srv._SaveScan.SaveScanResponse.serialize | ( | self, | |
buff | |||
) |
serialize message into buffer :param buff: buffer, ``StringIO``
Definition at line 374 of file _SaveScan.py.
def household_objects_database_msgs.srv._SaveScan.SaveScanResponse.serialize_numpy | ( | self, | |
buff, | |||
numpy | |||
) |
serialize message with numpy array types into buffer :param buff: buffer, ``StringIO`` :param numpy: numpy python module
Definition at line 401 of file _SaveScan.py.
list household_objects_database_msgs::srv::_SaveScan.SaveScanResponse::__slots__ = ['return_code'] [static, private] |
Definition at line 343 of file _SaveScan.py.
string household_objects_database_msgs::srv::_SaveScan.SaveScanResponse::_full_text [static, private] |
""" DatabaseReturnCode return_code ================================================================================ MSG: household_objects_database_msgs/DatabaseReturnCode # return codes for database-related services int32 UNKNOWN_ERROR = 1 int32 DATABASE_NOT_CONNECTED = 2 int32 DATABASE_QUERY_ERROR = 3 int32 SUCCESS = -1 int32 code """
Definition at line 328 of file _SaveScan.py.
household_objects_database_msgs::srv::_SaveScan.SaveScanResponse::_has_header = False [static, private] |
Definition at line 327 of file _SaveScan.py.
string household_objects_database_msgs::srv::_SaveScan.SaveScanResponse::_md5sum = "b49fccceeb56b964ed23601916a24082" [static, private] |
Definition at line 325 of file _SaveScan.py.
list household_objects_database_msgs::srv::_SaveScan.SaveScanResponse::_slot_types = ['household_objects_database_msgs/DatabaseReturnCode'] [static, private] |
Definition at line 344 of file _SaveScan.py.
string household_objects_database_msgs::srv::_SaveScan.SaveScanResponse::_type = "household_objects_database_msgs/SaveScanResponse" [static, private] |
Definition at line 326 of file _SaveScan.py.
Definition at line 358 of file _SaveScan.py.