INET Framework for OMNeT++/OMNEST
inet::ieee80211::Ieee80211BlockAck Class Reference

Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:397 by nedtool. More...

#include <Ieee80211Frame_m.h>

Inheritance diagram for inet::ieee80211::Ieee80211BlockAck:
inet::ieee80211::Ieee80211TwoAddressFrame inet::ieee80211::Ieee80211OneAddressFrame inet::ieee80211::Ieee80211Frame inet::ieee80211::Ieee80211BasicBlockAck inet::ieee80211::Ieee80211CompressedBlockAck inet::ieee80211::Ieee80211MultiTidBlockAck

Public Member Functions

 Ieee80211BlockAck (const char *name=nullptr, short kind=0)
 
 Ieee80211BlockAck (const Ieee80211BlockAck &other)
 
virtual ~Ieee80211BlockAck ()
 
Ieee80211BlockAckoperator= (const Ieee80211BlockAck &other)
 
virtual Ieee80211BlockAckdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual bool getBlockAckPolicy () const
 
virtual void setBlockAckPolicy (bool blockAckPolicy)
 
virtual bool getMultiTid () const
 
virtual void setMultiTid (bool multiTid)
 
virtual bool getCompressedBitmap () const
 
virtual void setCompressedBitmap (bool compressedBitmap)
 
- Public Member Functions inherited from inet::ieee80211::Ieee80211TwoAddressFrame
 Ieee80211TwoAddressFrame (const char *name=nullptr, short kind=0)
 
 Ieee80211TwoAddressFrame (const Ieee80211TwoAddressFrame &other)
 
virtual ~Ieee80211TwoAddressFrame ()
 
Ieee80211TwoAddressFrameoperator= (const Ieee80211TwoAddressFrame &other)
 
virtual MACAddressgetTransmitterAddress ()
 
virtual const MACAddressgetTransmitterAddress () 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 ()
 
Ieee80211OneAddressFrameoperator= (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 ()
 
Ieee80211Frameoperator= (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 MACAddressgetReceiverAddress ()
 
virtual const MACAddressgetReceiverAddress () 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 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

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 Ieee80211BlockAck &other)
 

Detailed Description

Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:397 by nedtool.

//
// 8.3.1.9 BlockAck frame format – 410p.
//
packet Ieee80211BlockAck extends Ieee80211TwoAddressFrame
{
    // 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;
    // BA Control
    bool blockAckPolicy; // Table 8-17—BA Ack Policy subfield: 0-Normal Acknowledgment, 1-No Acknowledgment.
    // Table 8-18—BlockAck frame variant encoding
    bool multiTid;
    bool compressedBitmap;
}

Constructor & Destructor Documentation

inet::ieee80211::Ieee80211BlockAck::Ieee80211BlockAck ( const char *  name = nullptr,
short  kind = 0 
)
inet::ieee80211::Ieee80211BlockAck::Ieee80211BlockAck ( const Ieee80211BlockAck other)
virtual inet::ieee80211::Ieee80211BlockAck::~Ieee80211BlockAck ( )
virtual

Member Function Documentation

void inet::ieee80211::Ieee80211BlockAck::copy ( const Ieee80211BlockAck other)
private
virtual Ieee80211BlockAck* inet::ieee80211::Ieee80211BlockAck::dup ( ) const
inlineoverridevirtual
virtual bool inet::ieee80211::Ieee80211BlockAck::getBlockAckPolicy ( ) const
virtual
virtual bool inet::ieee80211::Ieee80211BlockAck::getCompressedBitmap ( ) const
virtual
virtual bool inet::ieee80211::Ieee80211BlockAck::getMultiTid ( ) const
virtual
Ieee80211BlockAck& inet::ieee80211::Ieee80211BlockAck::operator= ( const Ieee80211BlockAck other)
bool inet::ieee80211::Ieee80211BlockAck::operator== ( const Ieee80211BlockAck )
protected
virtual void inet::ieee80211::Ieee80211BlockAck::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual
virtual void inet::ieee80211::Ieee80211BlockAck::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual
virtual void inet::ieee80211::Ieee80211BlockAck::setBlockAckPolicy ( bool  blockAckPolicy)
virtual
virtual void inet::ieee80211::Ieee80211BlockAck::setCompressedBitmap ( bool  compressedBitmap)
virtual
virtual void inet::ieee80211::Ieee80211BlockAck::setMultiTid ( bool  multiTid)
virtual

Member Data Documentation

bool inet::ieee80211::Ieee80211BlockAck::blockAckPolicy
protected
bool inet::ieee80211::Ieee80211BlockAck::compressedBitmap
protected
bool inet::ieee80211::Ieee80211BlockAck::multiTid
protected

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