#include <iostream>#include <boost/scoped_ptr.hpp>#include <boost/program_options.hpp>#include <boost/progress.hpp>#include <boost/regex.hpp>#include <ros/ros.h>#include "rosbag/bag.h"#include "rosbag/view.h"
Go to the source code of this file.
Classes | |
| struct | EncryptorOptions |
Functions | |
| int | encrypt (EncryptorOptions const &options) |
| std::string | getStringCompressionType (rosbag::CompressionType compression) |
| int | main (int argc, char **argv) |
| EncryptorOptions | parseOptions (int argc, char **argv) |
| Parse the command-line arguments for encrypt options. More... | |
| int encrypt | ( | EncryptorOptions const & | options | ) |
Definition at line 149 of file encrypt.cpp.
| std::string getStringCompressionType | ( | rosbag::CompressionType | compression | ) |
Definition at line 138 of file encrypt.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 178 of file encrypt.cpp.
| EncryptorOptions parseOptions | ( | int | argc, |
| char ** | argv | ||
| ) |
Parse the command-line arguments for encrypt options.
Definition at line 76 of file encrypt.cpp.