PandA-2024.02
SimulationInformation.hpp
Go to the documentation of this file.
1 #ifndef SIMULATION_INFORMATION_HPP
2 #define SIMULATION_INFORMATION_HPP
3 
4 #include "refcount.hpp"
5 
6 #include <map>
7 #include <string>
8 #include <vector>
9 
11 
13 {
14  public:
16  // to be tested onto strings representing their values for in a certain
17  // test vector
18  std::vector<std::map<std::string, std::string>> test_vectors;
19 
21  std::string filename_bench;
22 
25 };
26 
29 #endif
std::string filename_bench
filename for cosimulation
SimulationToolRef sim_tool
reference to the simulation tool
std::vector< std::map< std::string, std::string > > test_vectors
every element of this vector maps the parameters of the top function
Template definition of refcount.
REF_FORWARD_DECL(SimulationTool)

Generated on Mon Feb 12 2024 13:02:54 for PandA-2024.02 by doxygen 1.8.13