#include <view.h>
|
| void | addQuery (Bag const &bag, ros::Time const &start_time=ros::TIME_MIN, ros::Time const &end_time=ros::TIME_MAX) |
| | Add a query to a view. More...
|
| |
| void | addQuery (Bag const &bag, boost::function< bool(ConnectionInfo const *)> query, ros::Time const &start_time=ros::TIME_MIN, ros::Time const &end_time=ros::TIME_MAX) |
| | Add a query to a view. More...
|
| |
| iterator | begin () |
| | Simply copy the merge_queue state into the iterator. More...
|
| |
| iterator | end () |
| | Default constructed iterator signifies end. More...
|
| |
| ros::Time | getBeginTime () |
| |
| std::vector< const ConnectionInfo * > | getConnections () |
| |
| ros::Time | getEndTime () |
| |
| uint32_t | size () |
| |
| | View (bool const &reduce_overlap=false) |
| | Create a view on a bag. More...
|
| |
| | View (Bag const &bag, ros::Time const &start_time=ros::TIME_MIN, ros::Time const &end_time=ros::TIME_MAX, bool const &reduce_overlap=false) |
| | Create a view on a bag. More...
|
| |
| | View (Bag const &bag, boost::function< bool(ConnectionInfo const *)> query, ros::Time const &start_time=ros::TIME_MIN, ros::Time const &end_time=ros::TIME_MAX, bool const &reduce_overlap=false) |
| | Create a view and add a query. More...
|
| |
| | ~View () |
| |
Definition at line 48 of file view.h.
| rosbag::View::View |
( |
bool const & |
reduce_overlap = false | ) |
|
Create a view on a bag.
param reduce_overlap If multiple views return the same messages, reduce them to a single message
Definition at line 169 of file view.cpp.
Create a view on a bag.
param bag The bag file on which to run this query param start_time The beginning of the time range for the query param end_time The end of the time range for the query param reduce_overlap If multiple views return the same messages, reduce them to a single message
Definition at line 171 of file view.cpp.
Create a view and add a query.
param bag The bag file on which to run this query param query The actual query to evaluate which connections to include param start_time The beginning of the time range for the query param end_time The end of the time range for the query param reduce_overlap If multiple views return the same messages, reduce them to a single message
Definition at line 175 of file view.cpp.
| rosbag::View::View |
( |
View const & |
view | ) |
|
|
private |
Add a query to a view.
param bag The bag file on which to run this query param start_time The beginning of the time range for the query param end_time The end of the time range for the query
Definition at line 248 of file view.cpp.
Add a query to a view.
param bag The bag file on which to run this query param query The actual query to evaluate which connections to include param start_time The beginning of the time range for the query param end_time The end of the time range for the query
Definition at line 259 of file view.cpp.
Simply copy the merge_queue state into the iterator.
Definition at line 221 of file view.cpp.
Default constructed iterator signifies end.
Definition at line 227 of file view.cpp.
| std::vector< const ConnectionInfo * > rosbag::View::getConnections |
( |
| ) |
|
| View& rosbag::View::operator= |
( |
View const & |
view | ) |
|
|
private |
| uint32_t rosbag::View::size |
( |
| ) |
|
| void rosbag::View::update |
( |
| ) |
|
|
protected |
| void rosbag::View::updateQueries |
( |
BagQuery * |
q | ) |
|
|
protected |
| std::vector<BagQuery*> rosbag::View::queries_ |
|
protected |
| bool rosbag::View::reduce_overlap_ |
|
protected |
| uint32_t rosbag::View::size_cache_ |
|
protected |
| uint32_t rosbag::View::size_revision_ |
|
protected |
| uint32_t rosbag::View::view_revision_ |
|
protected |
The documentation for this class was generated from the following files: