1 #ifndef SIMPT_SESSION_ISIMSESSION_H_INCLUDED
2 #define SIMPT_SESSION_ISIMSESSION_H_INCLUDED
38 virtual std::shared_ptr<SimPT_Sim::Sim>
GetSim() = 0;
47 #endif // end_of_include_guard
Namespace for SimPT shell package.
Interface for handling an opened/running simulation.
virtual std::shared_ptr< SimPT_Sim::Sim > GetSim()=0
Get the simulator.
virtual std::string GetStatusMessage() const =0
Return status.
Sim, the actual simulator.
Generic session interface.