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