INET Framework for OMNeT++/OMNEST
Ieee80211RTSFrame Class Reference

#include <Ieee80211Frame_m.h>

Inheritance diagram for Ieee80211RTSFrame:
Ieee80211TwoAddressFrame Ieee80211OneAddressFrame Ieee80211Frame

List of all members.

Public Member Functions

 Ieee80211RTSFrame (const char *name=NULL, int kind=0)
 Ieee80211RTSFrame (const Ieee80211RTSFrame &other)
virtual ~Ieee80211RTSFrame ()
Ieee80211RTSFrameoperator= (const Ieee80211RTSFrame &other)
virtual Ieee80211RTSFramedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const Ieee80211RTSFrame &)

Private Member Functions

void copy (const Ieee80211RTSFrame &other)

Detailed Description

Class generated from linklayer/ieee80211/mac/Ieee80211Frame.msg by opp_msgc.

 packet Ieee80211RTSFrame extends Ieee80211TwoAddressFrame
 {
     type = ST_RTS;
 }
 

Definition at line 257 of file Ieee80211Frame_m.h.


Constructor & Destructor Documentation

Ieee80211RTSFrame::Ieee80211RTSFrame ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().


Member Function Documentation

void Ieee80211RTSFrame::copy ( const Ieee80211RTSFrame other) [private]
virtual Ieee80211RTSFrame* Ieee80211RTSFrame::dup ( ) const [inline, virtual]

Reimplemented from Ieee80211TwoAddressFrame.

Definition at line 273 of file Ieee80211Frame_m.h.

{return new Ieee80211RTSFrame(*this);}
Ieee80211RTSFrame& Ieee80211RTSFrame::operator= ( const Ieee80211RTSFrame other)
bool Ieee80211RTSFrame::operator== ( const Ieee80211RTSFrame ) [protected]
virtual void Ieee80211RTSFrame::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from Ieee80211TwoAddressFrame.

Referenced by doPacking().

virtual void Ieee80211RTSFrame::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from Ieee80211TwoAddressFrame.

Referenced by doUnpacking().


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