simulation_framework::core::SimulationParameters Struct Reference
Last update: 16.07.2025The SimulationParameters struct encapsulates parameters related to simfwk-core configuration. More...
#include <simulation_parameters.h>
Public Attributes | |
| std::string | version |
| version A string representing the version of the simulation. | |
| std::string | log_level |
| A string indicating the logging level for the simulation. | |
| std::string | id |
| A string indicating a unique ID for the simulation. | |
| std::string | simulation_config |
| A string indicating the path to the simulation configuration file for your built simulation application. | |
| std::string | scheduling_config |
| A string containing the scheduling configuration file path for the simulation. | |
| std::string | output_directory |
| A string indicating the path where simulation shall dump out files. | |
| std::vector< File > | input_files |
| A vector of File which simulation uses as input. | |
| std::string | cli_control_grpc_address |
| A string specifying the gRPC address for CLI (Command Line Interface) control. | |
| bool | cli_control_mode_enabled |
| A boolean indicating whether CLI control mode is enabled. | |
| std::chrono::milliseconds | scheduler_event_timeout |
| A duration representing the timeout for scheduler events, expressed in milliseconds. | |
| float | timescale_factor |
| A floating-point value representing the timescale factor for simulation time. | |
Detailed Description
The SimulationParameters struct encapsulates parameters related to simfwk-core configuration.
The documentation for this struct was generated from the following file: