#include <query.h>
Definition at line 52 of file query.h.
◆ Query()
The base query takes an optional time-range.
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 40 of file query.cpp.
◆ getEndTime()
ros::Time const & rosbag::Query::getEndTime |
( |
| ) |
const |
Get the end-time.
Definition at line 50 of file query.cpp.
◆ getQuery()
boost::function< bool(ConnectionInfo const *)> const & rosbag::Query::getQuery |
( |
| ) |
const |
Get the query functor.
Definition at line 45 of file query.cpp.
◆ getStartTime()
ros::Time const & rosbag::Query::getStartTime |
( |
| ) |
const |
Get the start-time.
Definition at line 49 of file query.cpp.
◆ end_time_
◆ query_
◆ start_time_
The documentation for this class was generated from the following files: