#include <PPPFrame_m.h>
PPPFrame.msg
by opp_msgc. message PPPFrame { fields: };
Public Member Functions | |
PPPFrame (const char *name=NULL, int kind=0) | |
PPPFrame (const PPPFrame &other) | |
virtual | ~PPPFrame () |
PPPFrame & | operator= (const PPPFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
Protected Member Functions | |
bool | operator== (const PPPFrame &) |
PPPFrame::PPPFrame | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
PPPFrame::PPPFrame | ( | const PPPFrame & | other | ) |
virtual PPPFrame::~PPPFrame | ( | ) | [virtual] |
virtual cPolymorphic* PPPFrame::dup | ( | ) | const [inline, virtual] |
virtual void PPPFrame::netPack | ( | cCommBuffer * | b | ) | [virtual] |
virtual void PPPFrame::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
bool PPPFrame::operator== | ( | const PPPFrame & | ) | [protected] |