Public Member Functions | |
sstdisksim (ComponentId_t id, Params_t ¶ms) | |
int | Setup () |
Called after all components have been constructed, but before simulation time has begun. | |
int | Finish () |
Called after simulation completes, but before objects are destroyed. | |
Data Fields | |
SysTime | __now |
SysTime | __next_event |
sstdisksim_stat | __st |
Friends | |
class | boost::serialization::access |
int sstdisksim::Finish | ( | ) | [virtual] |
Called after simulation completes, but before objects are destroyed.
A good place to print out statistics.
Reimplemented from SST::Component.
int sstdisksim::Setup | ( | ) | [virtual] |
Called after all components have been constructed, but before simulation time has begun.
Reimplemented from SST::Component.