#include <EtherFrame_m.h>
Inheritance diagram for EtherFrameWithSNAP:
EtherFrame.msg
by opp_msgc. message EtherFrameWithSNAP extends EtherFrame { fields: long orgCode; int localcode; };
Public Member Functions | |
EtherFrameWithSNAP (const char *name=NULL, int kind=0) | |
EtherFrameWithSNAP (const EtherFrameWithSNAP &other) | |
virtual | ~EtherFrameWithSNAP () |
EtherFrameWithSNAP & | operator= (const EtherFrameWithSNAP &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual long | getOrgCode () const |
virtual void | setOrgCode (long orgCode_var) |
virtual int | getLocalcode () const |
virtual void | setLocalcode (int localcode_var) |
Protected Member Functions | |
bool | operator== (const EtherFrameWithSNAP &) |
Protected Attributes | |
long | orgCode_var |
int | localcode_var |
EtherFrameWithSNAP::EtherFrameWithSNAP | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
EtherFrameWithSNAP::EtherFrameWithSNAP | ( | const EtherFrameWithSNAP & | other | ) |
virtual EtherFrameWithSNAP::~EtherFrameWithSNAP | ( | ) | [virtual] |
virtual cPolymorphic* EtherFrameWithSNAP::dup | ( | ) | const [inline, virtual] |
virtual int EtherFrameWithSNAP::getLocalcode | ( | ) | const [virtual] |
virtual long EtherFrameWithSNAP::getOrgCode | ( | ) | const [virtual] |
virtual void EtherFrameWithSNAP::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from EtherFrame.
virtual void EtherFrameWithSNAP::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from EtherFrame.
EtherFrameWithSNAP& EtherFrameWithSNAP::operator= | ( | const EtherFrameWithSNAP & | other | ) |
bool EtherFrameWithSNAP::operator== | ( | const EtherFrameWithSNAP & | ) | [protected] |
virtual void EtherFrameWithSNAP::setLocalcode | ( | int | localcode_var | ) | [virtual] |
virtual void EtherFrameWithSNAP::setOrgCode | ( | long | orgCode_var | ) | [virtual] |
int EtherFrameWithSNAP::localcode_var [protected] |
long EtherFrameWithSNAP::orgCode_var [protected] |