#include "rosbag/player.h"
#include "rosbag/message_instance.h"
#include "rosbag/view.h"
#include <sys/select.h>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include "rosgraph_msgs/Clock.h"
Go to the source code of this file.
Namespaces | |
rosbag | |
Macros | |
#define | foreach BOOST_FOREACH |
Functions | |
ros::AdvertiseOptions | rosbag::createAdvertiseOptions (MessageInstance const &msg, uint32_t queue_size, const std::string &prefix="") |
Helper function to create AdvertiseOptions from a MessageInstance. More... | |
ROSBAG_DECL ros::AdvertiseOptions | rosbag::createAdvertiseOptions (const ConnectionInfo *c, uint32_t queue_size, const std::string &prefix="") |
#define foreach BOOST_FOREACH |
Definition at line 48 of file player.cpp.