|
INET Framework for OMNeT++/OMNEST
|
#include <EtherFrame_m.h>
Public Member Functions | |
| EthernetIIFrame (const char *name=NULL, int kind=0) | |
| EthernetIIFrame (const EthernetIIFrame &other) | |
| virtual | ~EthernetIIFrame () |
| EthernetIIFrame & | operator= (const EthernetIIFrame &other) |
| virtual EthernetIIFrame * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getEtherType () const |
| virtual void | setEtherType (int etherType) |
Protected Member Functions | |
| bool | operator== (const EthernetIIFrame &) |
Protected Attributes | |
| int | etherType_var |
Private Member Functions | |
| void | copy (const EthernetIIFrame &other) |
Class generated from linklayer/ethernet/EtherFrame.msg by opp_msgc.
packet EthernetIIFrame extends EtherFrame { int etherType; }
Definition at line 112 of file EtherFrame_m.h.
| EthernetIIFrame::EthernetIIFrame | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| EthernetIIFrame::EthernetIIFrame | ( | const EthernetIIFrame & | other | ) |
| virtual EthernetIIFrame::~EthernetIIFrame | ( | ) | [virtual] |
| void EthernetIIFrame::copy | ( | const EthernetIIFrame & | other | ) | [private] |
| virtual EthernetIIFrame* EthernetIIFrame::dup | ( | ) | const [inline, virtual] |
Reimplemented from EtherFrame.
Reimplemented in AnsaEtherFrame.
Definition at line 129 of file EtherFrame_m.h.
Referenced by ANSASwitchCore::broadcastFrame(), ANSASwitchCore::dispatch(), and ANSASwitchCore::handleAndDispatchFrame().
{return new EthernetIIFrame(*this);}
| virtual int EthernetIIFrame::getEtherType | ( | ) | const [virtual] |
Referenced by ANSASwitchCore::ingress(), ANSASwitchCore::tagMsg(), and ANSASwitchCore::untagMsg().
| EthernetIIFrame& EthernetIIFrame::operator= | ( | const EthernetIIFrame & | other | ) |
| bool EthernetIIFrame::operator== | ( | const EthernetIIFrame & | ) | [protected] |
| virtual void EthernetIIFrame::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void EthernetIIFrame::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void EthernetIIFrame::setEtherType | ( | int | etherType | ) | [virtual] |
int EthernetIIFrame::etherType_var [protected] |
Definition at line 115 of file EtherFrame_m.h.