rapid
A ROS robotics library.
|
#include <command_line.h>
Public Member Functions | |
CommandLine () | |
CommandLine (const std::string &name) | |
void | AddCommand (CommandInterface *command) |
bool | Next () |
Definition at line 18 of file command_line.h.
rapid::utils::CommandLine::CommandLine | ( | ) |
rapid::utils::CommandLine::CommandLine | ( | const std::string & | name | ) |
void rapid::utils::CommandLine::AddCommand | ( | CommandInterface * | command | ) |
bool rapid::utils::CommandLine::Next | ( | ) |