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

Class generated from inet/linklayer/ethernet/EtherFrame.msg:56 by nedtool. More...

#include <EtherFrame_m.h>

Inheritance diagram for inet::EtherFilledIFG:
inet::EtherTraffic

Public Member Functions

 EtherFilledIFG (const char *name=nullptr, short kind=0)
 
 EtherFilledIFG (const EtherFilledIFG &other)
 
virtual ~EtherFilledIFG ()
 
EtherFilledIFGoperator= (const EtherFilledIFG &other)
 
virtual EtherFilledIFGdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::EtherTraffic
 EtherTraffic (const char *name=nullptr, short kind=0)
 
 EtherTraffic (const EtherTraffic &other)
 
virtual ~EtherTraffic ()
 
EtherTrafficoperator= (const EtherTraffic &other)
 

Protected Member Functions

bool operator== (const EtherFilledIFG &)
 
- Protected Member Functions inherited from inet::EtherTraffic
bool operator== (const EtherTraffic &)
 

Private Member Functions

void copy (const EtherFilledIFG &other)
 

Detailed Description

Class generated from inet/linklayer/ethernet/EtherFrame.msg:56 by nedtool.

//
// Represents a filled inter-frame gap in burst mode.
// Also used for calculating IFG times.
//
packet EtherFilledIFG extends EtherTraffic
{
    bitLength = INTERFRAME_GAP_BITS;
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::EtherTraffic.

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

Reimplemented from inet::EtherTraffic.

Referenced by inet::doParsimPacking().

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

Reimplemented from inet::EtherTraffic.

Referenced by inet::doParsimUnpacking().


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