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

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

#include <EtherFrame_m.h>

Inheritance diagram for inet::EtherTraffic:
inet::EtherFilledIFG inet::EtherJam inet::EtherPhyFrame_Base inet::EtherPhyFrame

Public Member Functions

 EtherTraffic (const char *name=nullptr, short kind=0)
 
 EtherTraffic (const EtherTraffic &other)
 
virtual ~EtherTraffic ()
 
EtherTrafficoperator= (const EtherTraffic &other)
 
virtual EtherTrafficdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 

Protected Member Functions

bool operator== (const EtherTraffic &)
 

Private Member Functions

void copy (const EtherTraffic &other)
 

Detailed Description

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

//
// Abstract base class for various Ethernet traffic types:
// EtherJam, EtherFilledIFG and EtherPhyFrame.
//
packet EtherTraffic
{
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented in inet::EtherPhyFrame_Base, inet::EtherFilledIFG, inet::EtherJam, and inet::EtherPhyFrame.

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

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