INET Framework for OMNeT++/OMNEST
inet::queueing::IPacketDropperFunction Class Referenceabstract

This class defines the interface for packet dropper functions. More...

#include <IPacketDropperFunction.h>

Inheritance diagram for inet::queueing::IPacketDropperFunction:
inet::queueing::CPacketDropperFunction

Public Member Functions

virtual ~IPacketDropperFunction ()
 
virtual PacketselectPacket (IPacketCollection *collection) const =0
 Returns a packet to be dropped from the collection. More...
 

Detailed Description

This class defines the interface for packet dropper functions.

Constructor & Destructor Documentation

◆ ~IPacketDropperFunction()

virtual inet::queueing::IPacketDropperFunction::~IPacketDropperFunction ( )
inlinevirtual
22 {}

Member Function Documentation

◆ selectPacket()

virtual Packet* inet::queueing::IPacketDropperFunction::selectPacket ( IPacketCollection collection) const
pure virtual

The documentation for this class was generated from the following file: