26 #ifndef ORCASIM_BASE_INCLUDE_TIMEDMODEL_HPP_ 27 #define ORCASIM_BASE_INCLUDE_TIMEDMODEL_HPP_ 59 virtual void Reset() = 0;
63 #endif // ORCASIM_BASE_INCLUDE_TIMEDMODEL_HPP_ This class models a TimedModel.
Models a generic hardware model.
TimedModel(std::string name)
Default Ctor.
virtual void Reset()=0
Resets the instance to its starting state.
virtual ~TimedModel()=0
Dtor.
virtual SimulationTime Run()=0
Method which is called by the simulator when during the execution of the TimedModel.