|
INET Framework for OMNeT++/OMNEST
|
#include <PacketDropperFunction.h>
Public Member Functions | |
| CPacketDropperFunction (PacketDropperFunction packetDropperFunction) | |
| virtual Packet * | selectPacket (IPacketCollection *collection) const override |
| Returns a packet to be dropped from the collection. More... | |
Public Member Functions inherited from inet::queueing::IPacketDropperFunction | |
| virtual | ~IPacketDropperFunction () |
Protected Attributes | |
| PacketDropperFunction | packetDropperFunction |
|
inline |
|
overridevirtual |
Returns a packet to be dropped from the collection.
Implements inet::queueing::IPacketDropperFunction.
|
protected |
Referenced by selectPacket().