|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:443 by nedtool.
More...
#include <Ieee80211Frame_m.h>
Protected Member Functions | |
| bool | operator== (const Ieee80211CompressedBlockAck &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211BlockAck | |
| bool | operator== (const Ieee80211BlockAck &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211TwoAddressFrame | |
| bool | operator== (const Ieee80211TwoAddressFrame &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211OneAddressFrame | |
| bool | operator== (const Ieee80211OneAddressFrame &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211Frame | |
| bool | operator== (const Ieee80211Frame &) |
Protected Attributes | |
| int | fragmentNumber |
| int | startingSequenceNumber |
| BitVector | blockAckBitmap |
| int | tidInfo |
Protected Attributes inherited from inet::ieee80211::Ieee80211BlockAck | |
| bool | blockAckPolicy |
| bool | multiTid |
| bool | compressedBitmap |
Protected Attributes inherited from inet::ieee80211::Ieee80211TwoAddressFrame | |
| MACAddress | transmitterAddress |
Protected Attributes inherited from inet::ieee80211::Ieee80211Frame | |
| short | type |
| bool | toDS |
| bool | fromDS |
| bool | retry |
| bool | moreFragments |
| ::omnetpp::simtime_t | duration |
| short | AID |
| MACAddress | receiverAddress |
| ::omnetpp::simtime_t | MACArrive |
Private Member Functions | |
| void | copy (const Ieee80211CompressedBlockAck &other) |
Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:443 by nedtool.
// // 8.3.1.9.3 Compressed BlockAck variant // packet Ieee80211CompressedBlockAck extends Ieee80211BlockAck { // byteLength TODO multiTid = 0; compressedBitmap = 1;
// The BA Information field of the Compressed BlockAck frame comprises the Block Ack Starting Sequence
// Control subfield and the Block Ack Bitmap subfield, as shown in Figure 8-27. int fragmentNumber = 0;
int startingSequenceNumber;
BitVector blockAckBitmap; // 64 bits // The TID_INFO subfield of the BA Control field of the Compressed BlockAck frame contains the TID for
// which this BlockAck frame is sent.
int tidInfo;
}
| inet::ieee80211::Ieee80211CompressedBlockAck::Ieee80211CompressedBlockAck | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::ieee80211::Ieee80211CompressedBlockAck::Ieee80211CompressedBlockAck | ( | const Ieee80211CompressedBlockAck & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAck.
|
virtual |
|
inlinevirtual |
Referenced by getBlockAckBitmap().
|
virtual |
|
virtual |
|
virtual |
| Ieee80211CompressedBlockAck& inet::ieee80211::Ieee80211CompressedBlockAck::operator= | ( | const Ieee80211CompressedBlockAck & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAck.
Referenced by inet::ieee80211::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAck.
Referenced by inet::ieee80211::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |