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

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

#include <EtherFrame_m.h>

Inheritance diagram for inet::Ethernet1ahITag:

Public Member Functions

 Ethernet1ahITag (const char *name=nullptr, short kind=0)
 
 Ethernet1ahITag (const Ethernet1ahITag &other)
 
virtual ~Ethernet1ahITag ()
 
Ethernet1ahITagoperator= (const Ethernet1ahITag &other)
 
virtual Ethernet1ahITagdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getISid () const
 
virtual void setISid (int ISid)
 

Protected Member Functions

bool operator== (const Ethernet1ahITag &)
 

Protected Attributes

int ISid
 

Private Member Functions

void copy (const Ethernet1ahITag &other)
 

Detailed Description

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

//
// Ethernet 802.1ah header.
//
packet Ethernet1ahITag
{
    int ISid = 0; // ISID
}

Constructor & Destructor Documentation

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

Member Function Documentation

void inet::Ethernet1ahITag::copy ( const Ethernet1ahITag other)
private
virtual Ethernet1ahITag* inet::Ethernet1ahITag::dup ( ) const
inlineoverridevirtual
559 {return new Ethernet1ahITag(*this);}
Ethernet1ahITag(const char *name=nullptr, short kind=0)
virtual int inet::Ethernet1ahITag::getISid ( ) const
virtual
Ethernet1ahITag& inet::Ethernet1ahITag::operator= ( const Ethernet1ahITag other)
bool inet::Ethernet1ahITag::operator== ( const Ethernet1ahITag )
protected
virtual void inet::Ethernet1ahITag::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Referenced by inet::doParsimPacking().

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

Referenced by inet::doParsimUnpacking().

virtual void inet::Ethernet1ahITag::setISid ( int  ISid)
virtual

Member Data Documentation

int inet::Ethernet1ahITag::ISid
protected

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