|
def | __init__ (self, timeline, parent, topic) |
|
def | add_plot (self, path) |
|
def | autoChanged (self, state) |
|
def | home (self) |
|
def | load_data (self) |
|
def | recompute_timestep (self) |
|
def | region_changed (self, start, end) |
|
def | remove_plot (self, path) |
|
def | resample_data (self, fields) |
|
def | set_cursor (self, position) |
|
def | settingsChanged (self) |
|
def | update_plot (self) |
|
Definition at line 118 of file plot_view.py.
◆ __init__()
def rqt_bag_plugins.plot_view.PlotWidget.__init__ |
( |
|
self, |
|
|
|
timeline, |
|
|
|
parent, |
|
|
|
topic |
|
) |
| |
◆ _resample_thread()
def rqt_bag_plugins.plot_view.PlotWidget._resample_thread |
( |
|
self | ) |
|
|
private |
◆ add_plot()
def rqt_bag_plugins.plot_view.PlotWidget.add_plot |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ autoChanged()
def rqt_bag_plugins.plot_view.PlotWidget.autoChanged |
( |
|
self, |
|
|
|
state |
|
) |
| |
◆ home()
def rqt_bag_plugins.plot_view.PlotWidget.home |
( |
|
self | ) |
|
◆ load_data()
def rqt_bag_plugins.plot_view.PlotWidget.load_data |
( |
|
self | ) |
|
get a generator for the specified time range on our bag
Definition at line 207 of file plot_view.py.
◆ recompute_timestep()
def rqt_bag_plugins.plot_view.PlotWidget.recompute_timestep |
( |
|
self | ) |
|
◆ region_changed()
def rqt_bag_plugins.plot_view.PlotWidget.region_changed |
( |
|
self, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
◆ remove_plot()
def rqt_bag_plugins.plot_view.PlotWidget.remove_plot |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ resample_data()
def rqt_bag_plugins.plot_view.PlotWidget.resample_data |
( |
|
self, |
|
|
|
fields |
|
) |
| |
◆ set_cursor()
def rqt_bag_plugins.plot_view.PlotWidget.set_cursor |
( |
|
self, |
|
|
|
position |
|
) |
| |
◆ settingsChanged()
def rqt_bag_plugins.plot_view.PlotWidget.settingsChanged |
( |
|
self | ) |
|
◆ update_plot()
def rqt_bag_plugins.plot_view.PlotWidget.update_plot |
( |
|
self | ) |
|
◆ _config_button
rqt_bag_plugins.plot_view.PlotWidget._config_button |
|
private |
◆ _home_button
rqt_bag_plugins.plot_view.PlotWidget._home_button |
|
private |
◆ _lines
rqt_bag_plugins.plot_view.PlotWidget._lines |
|
private |
◆ bag
rqt_bag_plugins.plot_view.PlotWidget.bag |
◆ end_stamp
rqt_bag_plugins.plot_view.PlotWidget.end_stamp |
◆ limits
rqt_bag_plugins.plot_view.PlotWidget.limits |
◆ message_tree
rqt_bag_plugins.plot_view.PlotWidget.message_tree |
◆ msgtopic
rqt_bag_plugins.plot_view.PlotWidget.msgtopic |
◆ paths_on
rqt_bag_plugins.plot_view.PlotWidget.paths_on |
◆ plot
rqt_bag_plugins.plot_view.PlotWidget.plot |
◆ resample_fields
rqt_bag_plugins.plot_view.PlotWidget.resample_fields |
◆ resample_thread
rqt_bag_plugins.plot_view.PlotWidget.resample_thread |
◆ resampling_active
rqt_bag_plugins.plot_view.PlotWidget.resampling_active |
◆ start_stamp
rqt_bag_plugins.plot_view.PlotWidget.start_stamp |
◆ timeline
rqt_bag_plugins.plot_view.PlotWidget.timeline |
◆ timestep
rqt_bag_plugins.plot_view.PlotWidget.timestep |
The documentation for this class was generated from the following file: