Public Member Functions | |
event_test (SST::ComponentId_t id, SST::Component::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. | |
Friends | |
class | boost::serialization::access |
int event_test::Finish | ( | ) | [virtual] |
Called after simulation completes, but before objects are destroyed.
A good place to print out statistics.
Reimplemented from SST::Component.
int event_test::Setup | ( | ) | [virtual] |
Called after all components have been constructed, but before simulation time has begun.
Reimplemented from SST::Component.
References SST::Link::Send().