#include <iostream>#include <string>#include <chrono>#include <sstream>#include <iomanip>#include "version.h"#include "simulator.h"#include "main.h"Functions | |
| bool | parse_arguments (int argc, char *argv[], std::string &config_file, bool &verbose, bool &quiet, bool &do_not_show_robot_msg, bool &gui, bool &progress) |
| void | print_help () |
| Prints the help message to the console. | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| bool parse_arguments | ( | int | argc, |
| char * | argv[], | ||
| std::string & | config_file, | ||
| bool & | verbose, | ||
| bool & | quiet, | ||
| bool & | do_not_show_robot_msg, | ||
| bool & | gui, | ||
| bool & | progress ) |
| void print_help | ( | ) |
Prints the help message to the console.
Displays usage instructions and available command-line options.