1 #ifndef __BAG_MANAGER__ 2 #define __BAG_MANAGER__ 6 #include <boost/filesystem.hpp> 22 BagManager(
const std::string &path,
const std::string &default_topic);
31 void write(
const T &msg);
40 void write(
const std::string &topic,
const T &msg);
void write(std::string const &topic, ros::MessageEvent< T > const &event)