$search
Public Member Functions | |
| def | __init__ |
| def | deserialize |
| def | deserialize_numpy |
| def | serialize |
| def | serialize_numpy |
Public Attributes | |
| event_type | |
| header | |
| message | |
| node_name | |
Static Public Attributes | |
| int | NODE_CONTINUED = 8 |
| int | NODE_DIED = 2 |
| int | NODE_PAUSED = 4 |
| int | NODE_SEGFAULT = 16 |
| int | NODE_STARTED = 1 |
Private Member Functions | |
| def | _get_types |
Static Private Attributes | |
| list | __slots__ = ['header','event_type','node_name','message'] |
| string | _full_text |
| _has_header = True | |
| string | _md5sum = "49514581867201ce179f80cf1fe24cf6" |
| list | _slot_types = ['Header','byte','string','string'] |
| string | _type = "rosspawn/NodeEvent" |
Definition at line 7 of file _NodeEvent.py.
| def rosspawn::msg::_NodeEvent::NodeEvent::__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: header,event_type,node_name,message @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 56 of file _NodeEvent.py.
| def rosspawn::msg::_NodeEvent::NodeEvent::_get_types | ( | self | ) | [private] |
internal API method
Definition at line 87 of file _NodeEvent.py.
| def rosspawn::msg::_NodeEvent::NodeEvent::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 115 of file _NodeEvent.py.
| def rosspawn::msg::_NodeEvent::NodeEvent::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 179 of file _NodeEvent.py.
| def rosspawn::msg::_NodeEvent::NodeEvent::serialize | ( | self, | ||
| buff | ||||
| ) |
serialize message into buffer @param buff: buffer @type buff: StringIO
Definition at line 93 of file _NodeEvent.py.
| def rosspawn::msg::_NodeEvent::NodeEvent::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 155 of file _NodeEvent.py.
list rosspawn::msg::_NodeEvent::NodeEvent::__slots__ = ['header','event_type','node_name','message'] [static, private] |
Definition at line 53 of file _NodeEvent.py.
string rosspawn::msg::_NodeEvent::NodeEvent::_full_text [static, private] |
Definition at line 11 of file _NodeEvent.py.
rosspawn::msg::_NodeEvent::NodeEvent::_has_header = True [static, private] |
Definition at line 10 of file _NodeEvent.py.
string rosspawn::msg::_NodeEvent::NodeEvent::_md5sum = "49514581867201ce179f80cf1fe24cf6" [static, private] |
Definition at line 8 of file _NodeEvent.py.
list rosspawn::msg::_NodeEvent::NodeEvent::_slot_types = ['Header','byte','string','string'] [static, private] |
Definition at line 54 of file _NodeEvent.py.
string rosspawn::msg::_NodeEvent::NodeEvent::_type = "rosspawn/NodeEvent" [static, private] |
Definition at line 9 of file _NodeEvent.py.
Definition at line 76 of file _NodeEvent.py.
Definition at line 74 of file _NodeEvent.py.
Definition at line 80 of file _NodeEvent.py.
int rosspawn::msg::_NodeEvent::NodeEvent::NODE_CONTINUED = 8 [static] |
Definition at line 50 of file _NodeEvent.py.
int rosspawn::msg::_NodeEvent::NodeEvent::NODE_DIED = 2 [static] |
Definition at line 48 of file _NodeEvent.py.
Definition at line 78 of file _NodeEvent.py.
int rosspawn::msg::_NodeEvent::NodeEvent::NODE_PAUSED = 4 [static] |
Definition at line 49 of file _NodeEvent.py.
int rosspawn::msg::_NodeEvent::NodeEvent::NODE_SEGFAULT = 16 [static] |
Definition at line 51 of file _NodeEvent.py.
int rosspawn::msg::_NodeEvent::NodeEvent::NODE_STARTED = 1 [static] |
Definition at line 47 of file _NodeEvent.py.