
Public Member Functions | |
| def | __init__ |
| def | closeEvent |
| def | message_updated |
| def | queue_updated |
Public Attributes | |
| disp | |
| layout_vertical | |
| snaps | |
| snapshot | |
| status | |
| timeline | |
| timeline_pane | |
Static Public Attributes | |
| tuple | closed = Signal(str) |
Private Member Functions | |
| def | _signal_message_updated |
| def | _signal_queue_updated |
| def | _take_snapshot |
Private Attributes | |
| _message_updated_processing | |
| _name | |
| _queue_updated_processing | |
Static Private Attributes | |
| tuple | _message_updated = Signal(dict) |
| tuple | _queue_updated = Signal() |
Definition at line 46 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow.__init__ | ( | self, | |
| parent, | |||
| name, | |||
| timeline | |||
| ) |
:param name: Name of inspecting diagnostic status :param timeline: Timeline object from which a status is fetched
Definition at line 51 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow._signal_message_updated | ( | self, | |
| status | |||
| ) | [private] |
Definition at line 143 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow._signal_queue_updated | ( | self | ) | [private] |
Definition at line 122 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow._take_snapshot | ( | self | ) | [private] |
Definition at line 157 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow.closeEvent | ( | self, | |
| event | |||
| ) |
called when this window is closed Calls close on all snapshots, and emits the closed signal
Definition at line 98 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow.message_updated | ( | self, | |
| status | |||
| ) |
This method just calls _signal_message_updated in 'best effort' manner. This method should be called by signal with DirectConnection.
Definition at line 132 of file inspector_window.py.
This method just calls _signal_queue_updated in 'best effort' manner. This method should be called by signal with DirectConnection.
Definition at line 111 of file inspector_window.py.
tuple rqt_robot_monitor::inspector_window.InspectorWindow::_message_updated = Signal(dict) [static, private] |
Definition at line 48 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
tuple rqt_robot_monitor::inspector_window.InspectorWindow::_queue_updated = Signal() [static, private] |
Definition at line 49 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
tuple rqt_robot_monitor::inspector_window.InspectorWindow::closed = Signal(str) [static] |
Definition at line 47 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 143 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.