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

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

#include <Ieee80211Frame_m.h>

Inheritance diagram for inet::ieee80211::Ieee80211BasicBlockAckReq:
inet::ieee80211::Ieee80211BlockAckReq inet::ieee80211::Ieee80211TwoAddressFrame inet::ieee80211::Ieee80211OneAddressFrame inet::ieee80211::Ieee80211Frame

Public Member Functions

 Ieee80211BasicBlockAckReq (const char *name=nullptr, short kind=0)
 
 Ieee80211BasicBlockAckReq (const Ieee80211BasicBlockAckReq &other)
 
virtual ~Ieee80211BasicBlockAckReq ()
 
Ieee80211BasicBlockAckReqoperator= (const Ieee80211BasicBlockAckReq &other)
 
virtual Ieee80211BasicBlockAckReqdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getTidInfo () const
 
virtual void setTidInfo (int tidInfo)
 
virtual int getFragmentNumber () const
 
virtual void setFragmentNumber (int fragmentNumber)
 
virtual int getStartingSequenceNumber () const
 
virtual void setStartingSequenceNumber (int startingSequenceNumber)
 
- Public Member Functions inherited from inet::ieee80211::Ieee80211BlockAckReq
 Ieee80211BlockAckReq (const char *name=nullptr, short kind=0)
 
 Ieee80211BlockAckReq (const Ieee80211BlockAckReq &other)
 
virtual ~Ieee80211BlockAckReq ()
 
Ieee80211BlockAckReqoperator= (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 ()
 
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 Ieee80211BasicBlockAckReq &)
 
- 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 &)
 

Protected Attributes

int tidInfo
 
int fragmentNumber
 
int startingSequenceNumber
 
- 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
 

Private Member Functions

void copy (const Ieee80211BasicBlockAckReq &other)
 

Detailed Description

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

packet Ieee80211BasicBlockAckReq extends Ieee80211BlockAckReq
{
    int tidInfo; //  The TID_INFO subfield of the BAR Control field of the Basic BlockAckReq frame contains the TID for which a Basic BlockAck frame is requested.
    // The BAR Information field of the Basic 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 for which this Basic
    // BlockAckReq frame is sent. The Fragment Number subfield is set to 0.
    int fragmentNumber = 0;
    int startingSequenceNumber;
    multiTid = 0;
    compressedBitmap = 0;
}

Constructor & Destructor Documentation

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

Member Function Documentation

void inet::ieee80211::Ieee80211BasicBlockAckReq::copy ( const Ieee80211BasicBlockAckReq other)
private
virtual Ieee80211BasicBlockAckReq* inet::ieee80211::Ieee80211BasicBlockAckReq::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::ieee80211::Ieee80211BlockAckReq.

1086 {return new Ieee80211BasicBlockAckReq(*this);}
Ieee80211BasicBlockAckReq(const char *name=nullptr, short kind=0)
virtual int inet::ieee80211::Ieee80211BasicBlockAckReq::getFragmentNumber ( ) const
virtual
virtual int inet::ieee80211::Ieee80211BasicBlockAckReq::getStartingSequenceNumber ( ) const
virtual
virtual int inet::ieee80211::Ieee80211BasicBlockAckReq::getTidInfo ( ) const
virtual
Ieee80211BasicBlockAckReq& inet::ieee80211::Ieee80211BasicBlockAckReq::operator= ( const Ieee80211BasicBlockAckReq other)
bool inet::ieee80211::Ieee80211BasicBlockAckReq::operator== ( const Ieee80211BasicBlockAckReq )
protected
virtual void inet::ieee80211::Ieee80211BasicBlockAckReq::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual
virtual void inet::ieee80211::Ieee80211BasicBlockAckReq::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual
virtual void inet::ieee80211::Ieee80211BasicBlockAckReq::setFragmentNumber ( int  fragmentNumber)
virtual
virtual void inet::ieee80211::Ieee80211BasicBlockAckReq::setStartingSequenceNumber ( int  startingSequenceNumber)
virtual
virtual void inet::ieee80211::Ieee80211BasicBlockAckReq::setTidInfo ( int  tidInfo)
virtual

Member Data Documentation

int inet::ieee80211::Ieee80211BasicBlockAckReq::fragmentNumber
protected
int inet::ieee80211::Ieee80211BasicBlockAckReq::startingSequenceNumber
protected
int inet::ieee80211::Ieee80211BasicBlockAckReq::tidInfo
protected

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