INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ppp/PPPFrame.msg:49
by nedtool.
More...
#include <PPPFrame_m.h>
Public Member Functions | |
PPPFrame (const char *name=nullptr, short kind=0) | |
PPPFrame (const PPPFrame &other) | |
virtual | ~PPPFrame () |
PPPFrame & | operator= (const PPPFrame &other) |
virtual PPPFrame * | dup () 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) |
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 { }
inet::PPPFrame::PPPFrame | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::PPPFrame::PPPFrame | ( | const PPPFrame & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
protected |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().