#include <Ieee80211Queue.h>
Enumerator |
---|
PRIORITIZE_MGMT_OVER_DATA |
|
PRIORITIZE_MULTICAST_OVER_DATA |
|
56 PRIORITIZE_MGMT_OVER_DATA,
57 PRIORITIZE_MULTICAST_OVER_DATA
virtual inet::ieee80211::PendingQueue::~PendingQueue |
( |
| ) |
|
|
inlinevirtual |
inet::ieee80211::PendingQueue::PendingQueue |
( |
int |
maxQueueSize, |
|
|
const char * |
name |
|
) |
| |
Ieee80211Queue(int maxQueueSize, const char *name)
Definition: Ieee80211Queue.cc:23
int maxQueueSize
Definition: Ieee80211Queue.h:30
inet::ieee80211::PendingQueue::PendingQueue |
( |
int |
maxQueueSize, |
|
|
const char * |
name, |
|
|
Priority |
priority |
|
) |
| |
91 throw cRuntimeError(
"Unknown 802.11 queue priority");
Ieee80211Queue(int maxQueueSize, const char *name)
Definition: Ieee80211Queue.cc:23
static int cmpMgmtOverData(Ieee80211DataOrMgmtFrame *a, Ieee80211DataOrMgmtFrame *b)
Definition: Ieee80211Queue.cc:95
int maxQueueSize
Definition: Ieee80211Queue.h:30
static int cmpMgmtOverMulticastOverUnicast(Ieee80211DataOrMgmtFrame *a, Ieee80211DataOrMgmtFrame *b)
Definition: Ieee80211Queue.cc:102
Referenced by PendingQueue().
97 int aPri =
dynamic_cast<Ieee80211ManagementFrame*
>(a) ? 1 : 0;
98 int bPri =
dynamic_cast<Ieee80211ManagementFrame*
>(
b) ? 1 : 0;
value< double, units::m > b
Definition: Units.h:1054
Referenced by PendingQueue().
104 int aPri =
dynamic_cast<Ieee80211ManagementFrame*
>(a) ? 2 : a->getReceiverAddress().isMulticast() ? 1 : 0;
105 int bPri =
dynamic_cast<Ieee80211ManagementFrame*
>(a) ? 2 :
b->getReceiverAddress().isMulticast() ? 1 : 0;
value< double, units::m > b
Definition: Units.h:1054
The documentation for this class was generated from the following files: