#include <recorder.h>
Public Member Functions | |
RecorderOptions () | |
Public Attributes | |
bool | append_date |
uint32_t | buffer_size |
CompressionType | compression |
bool | do_exclude |
boost::regex | exclude_regex |
uint32_t | limit |
ros::Duration | max_duration |
uint32_t | max_size |
std::string | name |
std::string | node |
std::string | prefix |
bool | quiet |
bool | record_all |
bool | regex |
bool | snapshot |
bool | split |
std::vector< std::string > | topics |
bool | trigger |
bool | verbose |
Definition at line 79 of file recorder.h.
rosbag::RecorderOptions::RecorderOptions | ( | ) |
Definition at line 87 of file recorder.cpp.
Definition at line 88 of file recorder.h.
uint32_t rosbag::RecorderOptions::buffer_size |
Definition at line 95 of file recorder.h.
Definition at line 91 of file recorder.h.
Definition at line 86 of file recorder.h.
boost::regex rosbag::RecorderOptions::exclude_regex |
Definition at line 94 of file recorder.h.
uint32_t rosbag::RecorderOptions::limit |
Definition at line 96 of file recorder.h.
ros::Duration rosbag::RecorderOptions::max_duration |
Definition at line 99 of file recorder.h.
uint32_t rosbag::RecorderOptions::max_size |
Definition at line 98 of file recorder.h.
std::string rosbag::RecorderOptions::name |
Definition at line 93 of file recorder.h.
std::string rosbag::RecorderOptions::node |
Definition at line 100 of file recorder.h.
std::string rosbag::RecorderOptions::prefix |
Definition at line 92 of file recorder.h.
Definition at line 87 of file recorder.h.
Definition at line 84 of file recorder.h.
Definition at line 85 of file recorder.h.
Definition at line 89 of file recorder.h.
Definition at line 97 of file recorder.h.
std::vector<std::string> rosbag::RecorderOptions::topics |
Definition at line 102 of file recorder.h.
Definition at line 83 of file recorder.h.
Definition at line 90 of file recorder.h.