INET Framework for OMNeT++/OMNEST
inet::IQueueAccess Class Referenceabstract

This class defines that interface of the queues that algorithmic droppers use. More...

#include <IQueueAccess.h>

Inheritance diagram for inet::IQueueAccess:
inet::AlgorithmicDropperBase inet::FIFOQueue inet::REDDropper inet::ThresholdDropper

Public Member Functions

virtual ~IQueueAccess ()
 
virtual int getLength () const =0
 Returns the number of frames in the queue. More...
 
virtual int getByteLength () const =0
 Returns the number of bytes in the queue. More...
 

Detailed Description

This class defines that interface of the queues that algorithmic droppers use.

Constructor & Destructor Documentation

virtual inet::IQueueAccess::~IQueueAccess ( )
inlinevirtual
33 {};

Member Function Documentation

virtual int inet::IQueueAccess::getByteLength ( ) const
pure virtual

Returns the number of bytes in the queue.

Implemented in inet::FIFOQueue, and inet::AlgorithmicDropperBase.

virtual int inet::IQueueAccess::getLength ( ) const
pure virtual

Returns the number of frames in the queue.

Implemented in inet::FIFOQueue, and inet::AlgorithmicDropperBase.


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