|
INET Framework for OMNeT++/OMNEST
|
This class defines the interface for packet classifier functions. More...
#include <IPacketClassifierFunction.h>
Public Member Functions | |
| virtual | ~IPacketClassifierFunction () |
| virtual int | classifyPacket (Packet *packet) const =0 |
| Returns the class index of the given packet. More... | |
This class defines the interface for packet classifier functions.
|
inlinevirtual |
|
pure virtual |
Returns the class index of the given packet.
Implemented in inet::queueing::CPacketClassifierFunction, and inet::SequenceNumberPacketClassifierFunction.
Referenced by inet::queueing::PacketClassifier::classifyPacket().