Public Member Functions | |
def | __init__ |
def | deserialize |
def | deserialize_numpy |
def | serialize |
def | serialize_numpy |
Public Attributes | |
model_ids | |
return_code | |
Private Member Functions | |
def | _get_types |
Static Private Attributes | |
list | __slots__ = ['return_code','model_ids'] |
string | _full_text |
_has_header = False | |
string | _md5sum = "81fac8c5d631e612bd9183a923572d53" |
list | _slot_types = ['household_objects_database_msgs/DatabaseReturnCode','int32[]'] |
string | _type = "household_objects_database_msgs/GetModelListResponse" |
Definition at line 134 of file _GetModelList.py.
def household_objects_database_msgs.srv._GetModelList.GetModelListResponse.__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,model_ids :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 159 of file _GetModelList.py.
def household_objects_database_msgs.srv._GetModelList.GetModelListResponse._get_types | ( | self | ) | [private] |
internal API method
Definition at line 184 of file _GetModelList.py.
def household_objects_database_msgs.srv._GetModelList.GetModelListResponse.deserialize | ( | self, | |
str | |||
) |
unpack serialized message in str into this message instance :param str: byte array of serialized message, ``str``
Definition at line 204 of file _GetModelList.py.
def household_objects_database_msgs.srv._GetModelList.GetModelListResponse.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 243 of file _GetModelList.py.
serialize message into buffer :param buff: buffer, ``StringIO``
Definition at line 190 of file _GetModelList.py.
def household_objects_database_msgs.srv._GetModelList.GetModelListResponse.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 228 of file _GetModelList.py.
list household_objects_database_msgs::srv::_GetModelList.GetModelListResponse::__slots__ = ['return_code','model_ids'] [static, private] |
Definition at line 156 of file _GetModelList.py.
string household_objects_database_msgs::srv::_GetModelList.GetModelListResponse::_full_text [static, private] |
""" DatabaseReturnCode return_code int32[] model_ids ================================================================================ 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 138 of file _GetModelList.py.
household_objects_database_msgs::srv::_GetModelList.GetModelListResponse::_has_header = False [static, private] |
Definition at line 137 of file _GetModelList.py.
string household_objects_database_msgs::srv::_GetModelList.GetModelListResponse::_md5sum = "81fac8c5d631e612bd9183a923572d53" [static, private] |
Definition at line 135 of file _GetModelList.py.
list household_objects_database_msgs::srv::_GetModelList.GetModelListResponse::_slot_types = ['household_objects_database_msgs/DatabaseReturnCode','int32[]'] [static, private] |
Definition at line 157 of file _GetModelList.py.
string household_objects_database_msgs::srv::_GetModelList.GetModelListResponse::_type = "household_objects_database_msgs/GetModelListResponse" [static, private] |
Definition at line 136 of file _GetModelList.py.
Definition at line 171 of file _GetModelList.py.
Definition at line 171 of file _GetModelList.py.