cli_parser
Last update: 19.09.2025Command-line argument parser for simulation framework.
Definition cli_parser.h:26
std::string GetSimulationConfig() const
Returns the simulation configuration for the application level.
const SimulationParameters & GetSimulationParameters() const
Returns the simulation framework core parameters.
std::string GetParserMessage() const
Returns information provided by the parser (e.g., errors or help), if applicable.
bool Parse(int argc, const char **argv)
Takes the command-line arguments and parses them.
This is the concrete Topic class that can be used for creation of a communication channel with given ...
Definition topic.h:38
The namespace for all core functionalities under namespace simulation_framework.
The top namespace for simulation framework.
The SimulationParameters struct encapsulates parameters related to simfwk-core configuration.
Definition simulation_parameters.h:23
std::unordered_map< std::string, std::string > CustomizedParameters
A definition of customized parameters which simulation could use as input. key is the name of the cus...
Definition simulation_parameters.h:28