#include <EtherFrame_m.h>
Inheritance diagram for EtherPauseFrame:
EtherFrame.msg
by opp_msgc. message EtherPauseFrame extends EtherFrame { fields: int pauseTime; }
Public Member Functions | |
EtherPauseFrame (const char *name=NULL, int kind=0) | |
EtherPauseFrame (const EtherPauseFrame &other) | |
virtual | ~EtherPauseFrame () |
EtherPauseFrame & | operator= (const EtherPauseFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual int | getPauseTime () const |
virtual void | setPauseTime (int pauseTime_var) |
Protected Member Functions | |
bool | operator== (const EtherPauseFrame &) |
Protected Attributes | |
int | pauseTime_var |
EtherPauseFrame::EtherPauseFrame | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
EtherPauseFrame::EtherPauseFrame | ( | const EtherPauseFrame & | other | ) |
virtual EtherPauseFrame::~EtherPauseFrame | ( | ) | [virtual] |
virtual cPolymorphic* EtherPauseFrame::dup | ( | ) | const [inline, virtual] |
virtual int EtherPauseFrame::getPauseTime | ( | ) | const [virtual] |
virtual void EtherPauseFrame::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from EtherFrame.
virtual void EtherPauseFrame::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from EtherFrame.
EtherPauseFrame& EtherPauseFrame::operator= | ( | const EtherPauseFrame & | other | ) |
bool EtherPauseFrame::operator== | ( | const EtherPauseFrame & | ) | [protected] |
virtual void EtherPauseFrame::setPauseTime | ( | int | pauseTime_var | ) | [virtual] |
int EtherPauseFrame::pauseTime_var [protected] |