#include <corbo-master/master.h>#include <corbo-controllers/corbo_controllers.h>#include <corbo-core/corbo_core.h>#include <corbo-numerics/corbo_numerics.h>#include <corbo-observers/corbo_observers.h>#include <corbo-plants/corbo_plants.h>#include <corbo-systems/corbo_systems.h>#include <corbo-tasks/corbo_tasks.h>#include <algorithm>#include <string>
Go to the source code of this file.
Functions | |
| std::string | get_option (char **argv_begin, char **argv_end, const std::string &option) |
| bool | has_option (char **argv_begin, char **argv_end, const std::string &option) |
| int | main (int argc, char **argv) |
| void | print_help () |
| std::string get_option | ( | char ** | argv_begin, |
| char ** | argv_end, | ||
| const std::string & | option | ||
| ) |
Definition at line 40 of file master/src/app.cpp.
| bool has_option | ( | char ** | argv_begin, |
| char ** | argv_end, | ||
| const std::string & | option | ||
| ) |
Definition at line 38 of file master/src/app.cpp.
Definition at line 55 of file master/src/app.cpp.
| void print_help | ( | ) |
Definition at line 47 of file master/src/app.cpp.