cli_parser
Last update: 16.07.2025 55 bool ConvertFileStringIntoFiles(const std::vector<std::string>& input_args, std::vector<File>& files);
Command-line argument parser for simulation framework.
Definition cli_parser.h:23
std::optional< std::string > GetInputFileByName(const std::string &name) const
Retrieves the input file path by its name.
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:29