Public Member Functions | |
sstdisksim_tracereader (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. | |
int | luaRead (int count, int pos, int devno) |
int | luaWrite (int count, int pos, int devno) |
Data Fields | |
lua_State * | __L |
lua_State * | __otherthread |
Friends | |
class | boost::serialization::access |
int sstdisksim_tracereader::Finish | ( | ) | [virtual] |
Called after simulation completes, but before objects are destroyed.
A good place to print out statistics.
Reimplemented from SST::Component.
int sstdisksim_tracereader::Setup | ( | ) | [virtual] |
Called after all components have been constructed, but before simulation time has begun.
Reimplemented from SST::Component.
References SST::Link::Send(), and SST::Component::unregisterExit().