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

Class generated from inet/linklayer/ppp/PPPFrame.msg:49 by nedtool. More...

#include <PPPFrame_m.h>

Inheritance diagram for inet::PPPFrame:

Public Member Functions

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

Protected Member Functions

bool operator== (const PPPFrame &)
 

Private Member Functions

void copy (const PPPFrame &other)
 

Detailed Description

Class generated from inet/linklayer/ppp/PPPFrame.msg:49 by nedtool.

//
// PPP frame.
//
// Constant-value header fields are not modelled:
// Flag (=0x7e), address (=0xff), control (=0x03), CRC (bitError())
//
// CRC is modelled only via cMessage's bit error attribute.
//
// Protocol field is not modelled because types of encapsulated messages
// wil be determined from their class (using C++ dynamic_cast).
//
packet PPPFrame
{
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Referenced by inet::doParsimPacking().

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

Referenced by inet::doParsimUnpacking().


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