#include "rosbag/buffer.h"
#include "rosbag/chunked_file.h"
#include "rosbag/constants.h"
#include "rosbag/exceptions.h"
#include "rosbag/structures.h"
#include "ros/header.h"
#include "ros/time.h"
#include "ros/message.h"
#include "ros/message_traits.h"
#include "ros/subscription_callback_helper.h"
#include "ros/ros.h"
#include <ios>
#include <map>
#include <queue>
#include <set>
#include <stdexcept>
#include <boost/format.hpp>
#include <boost/iterator/iterator_facade.hpp>
#include "rosbag/message_instance.h"
Go to the source code of this file.
Classes | |
class | rosbag::Bag |
Namespaces | |
namespace | rosbag |
namespace | rosbag::bagmode |
Typedefs | |
typedef bagmode::BagMode | rosbag::BagMode |
Enumerations | |
enum | rosbag::bagmode::BagMode { rosbag::bagmode::Write = 1, rosbag::bagmode::Read = 2, rosbag::bagmode::Append = 4 } |
The possible modes to open a bag in. More... |