simulation_parameters
Last update: 16.07.2025The 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
bool cli_control_mode_enabled
A boolean indicating whether CLI control mode is enabled.
Definition simulation_parameters.h:74
std::string id
A string indicating a unique ID for the simulation.
Definition simulation_parameters.h:43
std::chrono::milliseconds scheduler_event_timeout
A duration representing the timeout for scheduler events, expressed in milliseconds.
Definition simulation_parameters.h:79
std::string simulation_config
A string indicating the path to the simulation configuration file for your built simulation applicati...
Definition simulation_parameters.h:49
std::string version
version A string representing the version of the simulation.
Definition simulation_parameters.h:33
std::string log_level
A string indicating the logging level for the simulation.
Definition simulation_parameters.h:38
std::string output_directory
A string indicating the path where simulation shall dump out files.
Definition simulation_parameters.h:59
float timescale_factor
A floating-point value representing the timescale factor for simulation time.
Definition simulation_parameters.h:84
std::string scheduling_config
A string containing the scheduling configuration file path for the simulation.
Definition simulation_parameters.h:54
std::vector< File > input_files
A vector of File which simulation uses as input.
Definition simulation_parameters.h:64
std::string cli_control_grpc_address
A string specifying the gRPC address for CLI (Command Line Interface) control.
Definition simulation_parameters.h:69