INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:375
by nedtool.
More...
#include <Ieee80211Frame_m.h>
Public Member Functions | |
Ieee80211MultiTidBlockAckReq (const char *name=nullptr, short kind=0) | |
Ieee80211MultiTidBlockAckReq (const Ieee80211MultiTidBlockAckReq &other) | |
virtual | ~Ieee80211MultiTidBlockAckReq () |
Ieee80211MultiTidBlockAckReq & | operator= (const Ieee80211MultiTidBlockAckReq &other) |
virtual Ieee80211MultiTidBlockAckReq * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
Public Member Functions inherited from inet::ieee80211::Ieee80211BlockAckReq | |
Ieee80211BlockAckReq (const char *name=nullptr, short kind=0) | |
Ieee80211BlockAckReq (const Ieee80211BlockAckReq &other) | |
virtual | ~Ieee80211BlockAckReq () |
Ieee80211BlockAckReq & | operator= (const Ieee80211BlockAckReq &other) |
virtual bool | getMultiTid () const |
virtual void | setMultiTid (bool multiTid) |
virtual bool | getCompressedBitmap () const |
virtual void | setCompressedBitmap (bool compressedBitmap) |
virtual bool | getBarAckPolicy () const |
virtual void | setBarAckPolicy (bool barAckPolicy) |
Public Member Functions inherited from inet::ieee80211::Ieee80211TwoAddressFrame | |
Ieee80211TwoAddressFrame (const char *name=nullptr, short kind=0) | |
Ieee80211TwoAddressFrame (const Ieee80211TwoAddressFrame &other) | |
virtual | ~Ieee80211TwoAddressFrame () |
Ieee80211TwoAddressFrame & | operator= (const Ieee80211TwoAddressFrame &other) |
virtual MACAddress & | getTransmitterAddress () |
virtual const MACAddress & | getTransmitterAddress () const |
virtual void | setTransmitterAddress (const MACAddress &transmitterAddress) |
Public Member Functions inherited from inet::ieee80211::Ieee80211OneAddressFrame | |
Ieee80211OneAddressFrame (const char *name=nullptr, short kind=0) | |
Ieee80211OneAddressFrame (const Ieee80211OneAddressFrame &other) | |
virtual | ~Ieee80211OneAddressFrame () |
Ieee80211OneAddressFrame & | operator= (const Ieee80211OneAddressFrame &other) |
Public Member Functions inherited from inet::ieee80211::Ieee80211Frame | |
Ieee80211Frame (const char *name=nullptr, short kind=0) | |
Ieee80211Frame (const Ieee80211Frame &other) | |
virtual | ~Ieee80211Frame () |
Ieee80211Frame & | operator= (const Ieee80211Frame &other) |
virtual short | getType () const |
virtual void | setType (short type) |
virtual bool | getToDS () const |
virtual void | setToDS (bool toDS) |
virtual bool | getFromDS () const |
virtual void | setFromDS (bool fromDS) |
virtual bool | getRetry () const |
virtual void | setRetry (bool retry) |
virtual bool | getMoreFragments () const |
virtual void | setMoreFragments (bool moreFragments) |
virtual ::omnetpp::simtime_t | getDuration () const |
virtual void | setDuration (::omnetpp::simtime_t duration) |
virtual short | getAID () const |
virtual void | setAID (short AID) |
virtual MACAddress & | getReceiverAddress () |
virtual const MACAddress & | getReceiverAddress () const |
virtual void | setReceiverAddress (const MACAddress &receiverAddress) |
virtual ::omnetpp::simtime_t | getMACArrive () const |
virtual void | setMACArrive (::omnetpp::simtime_t MACArrive) |
Protected Member Functions | |
bool | operator== (const Ieee80211MultiTidBlockAckReq &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211BlockAckReq | |
bool | operator== (const Ieee80211BlockAckReq &) |
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 &) |
Private Member Functions | |
void | copy (const Ieee80211MultiTidBlockAckReq &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::ieee80211::Ieee80211BlockAckReq | |
bool | multiTid |
bool | compressedBitmap |
bool | barAckPolicy |
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 |
Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:375
by nedtool.
packet Ieee80211MultiTidBlockAckReq extends Ieee80211BlockAckReq { // byteLength TODO // The RA field of the BlockAck frame is the address of the recipient STA that requested the Block Ack. // The TA field is the address of the STA transmitting the BlockAck frame. type = ST_BLOCKACK_REQ; // The BAR Information field of the Compressed BlockAckReq frame contains the Block Ack Starting // Sequence Control subfield, as shown in Figure 8-21. The Starting Sequence Number subfield of the Block // Ack Starting Sequence Control subfield contains the sequence number of the first MSDU or A-MSDU for // which this BlockAckReq frame is sent. The Fragment Number subfield of the Block Ack Starting Sequence // Control subfield is set to 0.
multiTid = 1; compressedBitmap = 1;
// TODO: unimplemented }
inet::ieee80211::Ieee80211MultiTidBlockAckReq::Ieee80211MultiTidBlockAckReq | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::ieee80211::Ieee80211MultiTidBlockAckReq::Ieee80211MultiTidBlockAckReq | ( | const Ieee80211MultiTidBlockAckReq & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAckReq.
Ieee80211MultiTidBlockAckReq& inet::ieee80211::Ieee80211MultiTidBlockAckReq::operator= | ( | const Ieee80211MultiTidBlockAckReq & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAckReq.
Referenced by inet::ieee80211::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAckReq.
Referenced by inet::ieee80211::doParsimUnpacking().