Data Structures | |
union | atomic_cache_entry |
Public Member Functions | |
trig_nic (ComponentId_t id, Params_t ¶ms) | |
virtual int | Finish () |
Called after simulation completes, but before objects are destroyed. | |
virtual int | Setup () |
Called after all components have been constructed, but before simulation time has begun. |
virtual int trig_nic::Finish | ( | ) | [inline, virtual] |
Called after simulation completes, but before objects are destroyed.
A good place to print out statistics.
Reimplemented from SST::RtrIF.
virtual int trig_nic::Setup | ( | ) | [inline, virtual] |
Called after all components have been constructed, but before simulation time has begun.
Reimplemented from SST::Component.