39 #ifndef __SIM_ROOT_HH__ 40 #define __SIM_ROOT_HH__ 43 #include "params/Root.hh" 99 return dynamic_cast<const Params *
>(
_params);
111 #endif // __SIM_ROOT_HH__ void startup() override
Schedule the timesync event at startup().
const Time timeSyncSpinThreshold() const
Retrieve the threshold for time remaining to spin wait.
const Time timeSyncPeriod() const
Retrieve the period for the sync event.
void serialize(CheckpointOut &cp) const override
Serialize an object.
EventFunctionWrapper syncEvent
uint64_t Tick
Tick count type.
void timeSyncEnable(bool en)
Enable or disable time syncing.
const Params * params() const
std::ostream CheckpointOut
const SimObjectParams * _params
Cached copy of the object parameters.
static Root * root()
Use this function to get a pointer to the single Root object in the simulation.
Abstract superclass for simulation objects.
bool timeSyncEnabled() const
Check whether time syncing is enabled.