Public Member Functions | |
| def | __init__ |
| def | deserialize |
| def | deserialize_numpy |
| def | serialize |
| def | serialize_numpy |
Public Attributes | |
| error_code | |
| error_msg | |
| num_messages_removed | |
Static Public Attributes | |
| int | INVALID_COLLECTION_NAME = 2 |
| int | INVALID_DB_NAME = 1 |
| int | SUCCESS = 0 |
Private Member Functions | |
| def | _get_types |
Static Private Attributes | |
| list | __slots__ = ['num_messages_removed','error_code','error_msg'] |
| string | _full_text |
| _has_header = False | |
| string | _md5sum = "788391563ab53b738044525b2669fcfb" |
| list | _slot_types = ['uint32','uint8','string'] |
| string | _type = "warehouse/RemoveMessagesResponse" |
Definition at line 251 of file _RemoveMessages.py.
| def warehouse::srv::_RemoveMessages::RemoveMessagesResponse::__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: num_messages_removed,error_code,error_msg @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 276 of file _RemoveMessages.py.
| def warehouse::srv::_RemoveMessages::RemoveMessagesResponse::_get_types | ( | self | ) | [private] |
internal API method
Definition at line 304 of file _RemoveMessages.py.
| def warehouse::srv::_RemoveMessages::RemoveMessagesResponse::deserialize | ( | self, | ||
| str | ||||
| ) |
unpack serialized message in str into this message instance @param str: byte array of serialized message @type str: str
Definition at line 325 of file _RemoveMessages.py.
| def warehouse::srv::_RemoveMessages::RemoveMessagesResponse::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 @type str: str @param numpy: numpy python module @type numpy: module
Definition at line 365 of file _RemoveMessages.py.
| def warehouse::srv::_RemoveMessages::RemoveMessagesResponse::serialize | ( | self, | ||
| buff | ||||
| ) |
serialize message into buffer @param buff: buffer @type buff: StringIO
Definition at line 310 of file _RemoveMessages.py.
| def warehouse::srv::_RemoveMessages::RemoveMessagesResponse::serialize_numpy | ( | self, | ||
| buff, | ||||
| numpy | ||||
| ) |
serialize message with numpy array types into buffer @param buff: buffer @type buff: StringIO @param numpy: numpy python module @type numpy module
Definition at line 348 of file _RemoveMessages.py.
list warehouse::srv::_RemoveMessages::RemoveMessagesResponse::__slots__ = ['num_messages_removed','error_code','error_msg'] [static, private] |
Definition at line 273 of file _RemoveMessages.py.
string warehouse::srv::_RemoveMessages::RemoveMessagesResponse::_full_text [static, private] |
""" uint32 num_messages_removed uint8 error_code string error_msg uint8 SUCCESS=0 uint8 INVALID_DB_NAME=1 uint8 INVALID_COLLECTION_NAME=2 """
Definition at line 255 of file _RemoveMessages.py.
warehouse::srv::_RemoveMessages::RemoveMessagesResponse::_has_header = False [static, private] |
Definition at line 254 of file _RemoveMessages.py.
string warehouse::srv::_RemoveMessages::RemoveMessagesResponse::_md5sum = "788391563ab53b738044525b2669fcfb" [static, private] |
Definition at line 252 of file _RemoveMessages.py.
list warehouse::srv::_RemoveMessages::RemoveMessagesResponse::_slot_types = ['uint32','uint8','string'] [static, private] |
Definition at line 274 of file _RemoveMessages.py.
string warehouse::srv::_RemoveMessages::RemoveMessagesResponse::_type = "warehouse/RemoveMessagesResponse" [static, private] |
Definition at line 253 of file _RemoveMessages.py.
Definition at line 296 of file _RemoveMessages.py.
Definition at line 298 of file _RemoveMessages.py.
Definition at line 271 of file _RemoveMessages.py.
Definition at line 270 of file _RemoveMessages.py.
Definition at line 294 of file _RemoveMessages.py.
int warehouse::srv::_RemoveMessages::RemoveMessagesResponse::SUCCESS = 0 [static] |
Definition at line 269 of file _RemoveMessages.py.