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

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

#include <EtherFrame_m.h>

Inheritance diagram for inet::EtherJam:
inet::EtherTraffic

Public Member Functions

 EtherJam (const char *name=nullptr, short kind=0)
 
 EtherJam (const EtherJam &other)
 
virtual ~EtherJam ()
 
EtherJamoperator= (const EtherJam &other)
 
virtual EtherJamdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual long getAbortedPkTreeID () const
 
virtual void setAbortedPkTreeID (long abortedPkTreeID)
 
- 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 EtherJam &)
 
- Protected Member Functions inherited from inet::EtherTraffic
bool operator== (const EtherTraffic &)
 

Protected Attributes

long abortedPkTreeID
 

Private Member Functions

void copy (const EtherJam &other)
 

Detailed Description

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

//
// Represents jam on the Ethernet.
//
packet EtherJam extends EtherTraffic
{
    long abortedPkTreeID = 0;  // this field stores the packetTreeId of the aborted packet
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::EtherTraffic.

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

Reimplemented from inet::EtherTraffic.

Referenced by inet::doParsimPacking().

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

Reimplemented from inet::EtherTraffic.

Referenced by inet::doParsimUnpacking().

virtual void inet::EtherJam::setAbortedPkTreeID ( long  abortedPkTreeID)
virtual

Member Data Documentation

long inet::EtherJam::abortedPkTreeID
protected

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