- The
SimulationCase
class is the base class to define the simulation scenario. - Users can make user defined simulation scenario by inheriting this class.
src/simulation/case/simulation_case.cpp, .hpp
- The
SimulationCase
class is defined here.
- The
src/simulation/case/sample_case.cpp, .hpp
- An example to make user defined scenario with the
SimulationCase
class.
- An example to make user defined scenario with the
src/s2e.cpp
- The instance of the
SimulationCase
class is made in this main function.
- The instance of the
- See the following documents
NA
NA
NA