25 #include <boost/property_tree/ptree_fwd.hpp> 51 explicit SimController(
const boost::property_tree::ptree& config,
const std::string& name =
"SimController");
void Control()
Control the execution of the simulation.
std::shared_ptr< Sim > GetSim() const
Reference the simulator (method used mostly in tests).
std::shared_ptr< Sim > m_simulator
Controls a simulation run initiated with the command line interface (cli).
Namespace for the simulator and related classes.
Controls a simulation run initiated with the command line interface (cli).
SimController(const boost::property_tree::ptree &config, const std::string &name="SimController")
Straight initialization.
Header for the command line controller.