|
INET Framework for OMNeT++/OMNEST
|
#include <EtherFrame_m.h>
Public Member Functions | |
| EtherPauseFrame (const char *name=NULL, int kind=0) | |
| EtherPauseFrame (const EtherPauseFrame &other) | |
| virtual | ~EtherPauseFrame () |
| EtherPauseFrame & | operator= (const EtherPauseFrame &other) |
| virtual EtherPauseFrame * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getPauseTime () const |
| virtual void | setPauseTime (int pauseTime) |
Protected Member Functions | |
| bool | operator== (const EtherPauseFrame &) |
Protected Attributes | |
| int | pauseTime_var |
Private Member Functions | |
| void | copy (const EtherPauseFrame &other) |
Class generated from linklayer/ethernet/EtherFrame.msg by opp_msgc.
packet EtherPauseFrame extends EtherFrame { int pauseTime; }
Definition at line 238 of file EtherFrame_m.h.
| EtherPauseFrame::EtherPauseFrame | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| EtherPauseFrame::EtherPauseFrame | ( | const EtherPauseFrame & | other | ) |
| virtual EtherPauseFrame::~EtherPauseFrame | ( | ) | [virtual] |
| void EtherPauseFrame::copy | ( | const EtherPauseFrame & | other | ) | [private] |
| virtual EtherPauseFrame* EtherPauseFrame::dup | ( | ) | const [inline, virtual] |
Reimplemented from EtherFrame.
Definition at line 255 of file EtherFrame_m.h.
{return new EtherPauseFrame(*this);}
| virtual int EtherPauseFrame::getPauseTime | ( | ) | const [virtual] |
Referenced by EtherMACBase::frameReceptionComplete(), and AnsaEtherMACBase::frameReceptionComplete().
| EtherPauseFrame& EtherPauseFrame::operator= | ( | const EtherPauseFrame & | other | ) |
| bool EtherPauseFrame::operator== | ( | const EtherPauseFrame & | ) | [protected] |
| virtual void EtherPauseFrame::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from EtherFrame.
Referenced by doPacking().
| virtual void EtherPauseFrame::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from EtherFrame.
Referenced by doUnpacking().
| virtual void EtherPauseFrame::setPauseTime | ( | int | pauseTime | ) | [virtual] |
Referenced by EtherEncap::handleSendPause(), EtherLLC::handleSendPause(), and MACRelayUnitBase::sendPauseFrame().
int EtherPauseFrame::pauseTime_var [protected] |
Definition at line 241 of file EtherFrame_m.h.