INET Framework for OMNeT++/OMNEST
EtherJam Class Reference

#include <EtherFrame_m.h>

List of all members.

Public Member Functions

 EtherJam (const char *name=NULL, int kind=0)
 EtherJam (const EtherJam &other)
virtual ~EtherJam ()
EtherJamoperator= (const EtherJam &other)
virtual EtherJamdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const EtherJam &)

Private Member Functions

void copy (const EtherJam &other)

Detailed Description

Class generated from linklayer/ethernet/EtherFrame.msg by opp_msgc.

 packet EtherJam
 {
 }
 

Definition at line 32 of file EtherFrame_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

EtherJam::EtherJam ( const EtherJam other)
virtual EtherJam::~EtherJam ( ) [virtual]

Member Function Documentation

void EtherJam::copy ( const EtherJam other) [private]
virtual EtherJam* EtherJam::dup ( ) const [inline, virtual]

Definition at line 48 of file EtherFrame_m.h.

{return new EtherJam(*this);}
EtherJam& EtherJam::operator= ( const EtherJam other)
bool EtherJam::operator== ( const EtherJam ) [protected]
virtual void EtherJam::parsimPack ( cCommBuffer *  b) [virtual]

Referenced by doPacking().

virtual void EtherJam::parsimUnpack ( cCommBuffer *  b) [virtual]

Referenced by doUnpacking().


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