PandA-2024.02
|
#include <SimulationInformation.hpp>
Data Fields | |
std::vector< std::map< std::string, std::string > > | test_vectors |
every element of this vector maps the parameters of the top function More... | |
std::string | filename_bench |
filename for cosimulation More... | |
SimulationToolRef | sim_tool |
reference to the simulation tool More... | |
Definition at line 12 of file SimulationInformation.hpp.
std::string SimulationInformation::filename_bench |
filename for cosimulation
Definition at line 21 of file SimulationInformation.hpp.
SimulationToolRef SimulationInformation::sim_tool |
reference to the simulation tool
Definition at line 24 of file SimulationInformation.hpp.
std::vector<std::map<std::string, std::string> > SimulationInformation::test_vectors |
every element of this vector maps the parameters of the top function
Definition at line 18 of file SimulationInformation.hpp.