
Public Member Functions | |
| def | __init__ |
| def | message_cleared |
| def | message_viewed |
Public Attributes | |
| message_tree | |
Static Public Attributes | |
| string | name = 'Raw' |
Definition at line 44 of file raw_view.py.
| def rqt_bag.plugins.raw_view.RawView.__init__ | ( | self, | |
| timeline, | |||
| parent, | |||
| topic | |||
| ) |
:param timeline: timeline data object, ''BagTimeline'' :param parent: widget that will be added to the ros_gui context, ''QWidget''
Definition at line 51 of file raw_view.py.
| def rqt_bag.plugins.raw_view.RawView.message_cleared | ( | self | ) |
Definition at line 70 of file raw_view.py.
| def rqt_bag.plugins.raw_view.RawView.message_viewed | ( | self, | |
| bag, | |||
| msg_details | |||
| ) |
Definition at line 62 of file raw_view.py.
Definition at line 54 of file raw_view.py.
string rqt_bag::plugins::raw_view.RawView::name = 'Raw' [static] |
Definition at line 45 of file raw_view.py.