#include "rosbag/recorder.h"
#include "rosbag/exceptions.h"
#include "boost/program_options.hpp"
#include <string>
#include <sstream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
rosbag::RecorderOptions | parseOptions (int argc, char **argv) |
Parse the command-line arguments for recorder options. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 276 of file record.cpp.
rosbag::RecorderOptions parseOptions | ( | int | argc, |
char ** | argv | ||
) |
Parse the command-line arguments for recorder options.
Definition at line 45 of file record.cpp.