INET Framework for OMNeT++/OMNEST
EtherPauseFrame Class Reference

#include <EtherFrame_m.h>

Inheritance diagram for EtherPauseFrame:
EtherFrame

List of all members.

Public Member Functions

 EtherPauseFrame (const char *name=NULL, int kind=0)
 EtherPauseFrame (const EtherPauseFrame &other)
virtual ~EtherPauseFrame ()
EtherPauseFrameoperator= (const EtherPauseFrame &other)
virtual EtherPauseFramedup () 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)

Detailed Description

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.


Constructor & Destructor Documentation

EtherPauseFrame::EtherPauseFrame ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().

virtual EtherPauseFrame::~EtherPauseFrame ( ) [virtual]

Member Function Documentation

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);}
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().


Member Data Documentation

Definition at line 241 of file EtherFrame_m.h.


The documentation for this class was generated from the following file: