INET Framework for OMNeT++/OMNEST
inet::BMacFrame Class Reference

Class generated from inet/linklayer/bmac/BMacFrame.msg:28 by nedtool. More...

#include <BMacFrame_m.h>

Inheritance diagram for inet::BMacFrame:
inet::MACFrameBase

Public Member Functions

 BMacFrame (const char *name=nullptr, short kind=0)
 
 BMacFrame (const BMacFrame &other)
 
virtual ~BMacFrame ()
 
BMacFrameoperator= (const BMacFrame &other)
 
virtual BMacFramedup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::MACFrameBase
 MACFrameBase (const char *name=nullptr, short kind=0)
 
 MACFrameBase (const MACFrameBase &other)
 
virtual ~MACFrameBase ()
 
MACFrameBaseoperator= (const MACFrameBase &other)
 
virtual MACAddressgetSrcAddr ()
 
virtual const MACAddressgetSrcAddr () const
 
virtual void setSrcAddr (const MACAddress &srcAddr)
 
virtual MACAddressgetDestAddr ()
 
virtual const MACAddressgetDestAddr () const
 
virtual void setDestAddr (const MACAddress &destAddr)
 

Protected Member Functions

bool operator== (const BMacFrame &)
 
- Protected Member Functions inherited from inet::MACFrameBase
bool operator== (const MACFrameBase &)
 

Private Member Functions

void copy (const BMacFrame &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::MACFrameBase
MACAddress srcAddr
 
MACAddress destAddr
 

Detailed Description

Class generated from inet/linklayer/bmac/BMacFrame.msg:28 by nedtool.

packet BMacFrame extends MACFrameBase
{
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::MACFrameBase.

61 {return new BMacFrame(*this);}
BMacFrame(const char *name=nullptr, short kind=0)
BMacFrame& inet::BMacFrame::operator= ( const BMacFrame other)
bool inet::BMacFrame::operator== ( const BMacFrame )
protected
virtual void inet::BMacFrame::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::MACFrameBase.

Referenced by inet::doParsimPacking().

virtual void inet::BMacFrame::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::MACFrameBase.

Referenced by inet::doParsimUnpacking().


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