class mrpt::apps::RawlogEditApp
The C++ class behind the rawlog-edit CLI tool.
Refer to the online documentation for rawlog-edit.
#include <mrpt/apps/RawlogEditApp.h> class RawlogEditApp { public: // construction RawlogEditApp(); // methods void run(int argc, const char** argv); void run( int argc, char** argv ); };
Methods
void run(int argc, const char** argv)
Initializes and runs the application from CLI parameters.
Refer to the manpage of rawlog-edit. Throws on errors.