/* 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 */ 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, boolconst& reduce_overlap = false);
// Get the filename of the bag std::string getFileName()const // Get the current size of the bag file (a lower bound) More... uint64_tgetSize()const boolisOpen()const