Data Structures | |
| class | ToRtr |
Public Member Functions | |
| int | Finish () |
| Called after simulation completes, but before objects are destroyed. | |
| RtrIF (ComponentId_t id, Params_t ¶ms) | |
| void | setup () |
| void | finish () |
| bool | toNicQ_empty (unsigned int vc) |
| RtrEvent * | toNicQ_front (unsigned int vc) |
| void | toNicQ_pop (unsigned int vc) |
| bool | send2Rtr (RtrEvent *event) |
| int RtrIF::Finish | ( | ) | [inline, virtual] |
Called after simulation completes, but before objects are destroyed.
A good place to print out statistics.
Reimplemented from SST::Component.
1.7.1