| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <rate-limit-strategy.h>
Inheritance diagram for PacketTypeLog:

Public Member Functions | |
| PacketTypeLog (RateLimitStrategy *) | |
| virtual | ~PacketTypeLog () |
| void | log (Packet *) |
Static Public Member Functions | |
| int | mapTypeToIndex (int type) |
| int | mapIndexToType (int index) |
| double | mapTypeToShare (int type) |
Public Attributes | |
| int | count_ |
| int | typeCount_ [MAX_PACKET_TYPES] |
| RateLimitStrategy * | rlStrategy_ |
Protected Member Functions | |
| void | expire (Event *e) |
|
|
|
|
|
|
|
|
Implements TimerHandler. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|