Pogosim
Loading...
Searching...
No Matches
main.cpp File Reference
#include <iostream>
#include <string>
#include <chrono>
#include <sstream>
#include <iomanip>
#include <cstdint>
#include <limits>
#include "version.h"
#include "simulator.h"
#include "main.h"
#include "utils.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, bool &seed_provided, uint32_t &seed)
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,
bool & seed_provided,
uint32_t & seed )

◆ print_help()

void print_help ( )

Prints the help message to the console.

Displays usage instructions and available command-line options.