|
INET Framework for OMNeT++/OMNEST
|
#include <PPPFrame_m.h>
Public Member Functions | |
| PPPFrame (const char *name=NULL, int kind=0) | |
| PPPFrame (const PPPFrame &other) | |
| virtual | ~PPPFrame () |
| PPPFrame & | operator= (const PPPFrame &other) |
| virtual PPPFrame * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
Protected Member Functions | |
| bool | operator== (const PPPFrame &) |
Private Member Functions | |
| void | copy (const PPPFrame &other) |
Class generated from linklayer/ppp/PPPFrame.msg by opp_msgc.
packet PPPFrame { }
Definition at line 31 of file PPPFrame_m.h.
| PPPFrame::PPPFrame | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| PPPFrame::PPPFrame | ( | const PPPFrame & | other | ) |
| virtual PPPFrame::~PPPFrame | ( | ) | [virtual] |
| void PPPFrame::copy | ( | const PPPFrame & | other | ) | [private] |
| virtual PPPFrame* PPPFrame::dup | ( | ) | const [inline, virtual] |
Definition at line 47 of file PPPFrame_m.h.
{return new PPPFrame(*this);}
| bool PPPFrame::operator== | ( | const PPPFrame & | ) | [protected] |
| virtual void PPPFrame::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doPacking().
| virtual void PPPFrame::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doUnpacking().