Pogosim
Loading...
Searching...
No Matches
main.cpp File Reference
#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)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ parse_arguments()

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 )

◆ print_help()

void print_help ( )

Prints the help message to the console.

Displays usage instructions and available command-line options.