#include <Ieee80211Queue.h>
virtual inet::ieee80211::Ieee80211Queue::~Ieee80211Queue |
( |
| ) |
|
|
inlinevirtual |
inet::ieee80211::Ieee80211Queue::Ieee80211Queue |
( |
int |
maxQueueSize, |
|
|
const char * |
name |
|
) |
| |
int maxQueueSize
Definition: Ieee80211Queue.h:30
70 return check_and_cast<Ieee80211DataOrMgmtFrame *>(cQueue::back());
bool contains(const std::vector< T > &v, const T &a)
Definition: stlutils.h:69
65 return check_and_cast<Ieee80211DataOrMgmtFrame *>(cQueue::front());
int inet::ieee80211::Ieee80211Queue::getMaxQueueSize |
( |
| ) |
|
|
inline |
int maxQueueSize
Definition: Ieee80211Queue.h:30
int inet::ieee80211::Ieee80211Queue::getNumberOfFrames |
( |
| ) |
|
|
inline |
48 {
return getLength(); }
49 cQueue::insertAfter(where, frame);
int maxQueueSize
Definition: Ieee80211Queue.h:30
41 cQueue::insertBefore(where, frame);
int maxQueueSize
Definition: Ieee80211Queue.h:30
int inet::ieee80211::Ieee80211Queue::maxQueueSize = -1 |
|
protected |
The documentation for this class was generated from the following files: