INET Framework for OMNeT++/OMNEST
EtherFrameWithLLC Class Reference

#include <EtherFrame_m.h>

Inheritance diagram for EtherFrameWithLLC:
EtherFrame

List of all members.

Public Member Functions

 EtherFrameWithLLC (const char *name=NULL, int kind=0)
 EtherFrameWithLLC (const EtherFrameWithLLC &other)
virtual ~EtherFrameWithLLC ()
EtherFrameWithLLCoperator= (const EtherFrameWithLLC &other)
virtual EtherFrameWithLLCdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getSsap () const
virtual void setSsap (int ssap)
virtual int getDsap () const
virtual void setDsap (int dsap)
virtual int getControl () const
virtual void setControl (int control)

Protected Member Functions

bool operator== (const EtherFrameWithLLC &)

Protected Attributes

int ssap_var
int dsap_var
int control_var

Private Member Functions

void copy (const EtherFrameWithLLC &other)

Detailed Description

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

 packet EtherFrameWithLLC extends EtherFrame
 {
     int ssap;
     int dsap;
     int control;
 }
 

Definition at line 152 of file EtherFrame_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().


Member Function Documentation

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

Reimplemented from EtherFrame.

Definition at line 171 of file EtherFrame_m.h.

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

Reimplemented from EtherFrame.

Referenced by doPacking().

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

Reimplemented from EtherFrame.

Referenced by doUnpacking().

virtual void EtherFrameWithLLC::setControl ( int  control) [virtual]
virtual void EtherFrameWithLLC::setDsap ( int  dsap) [virtual]
virtual void EtherFrameWithLLC::setSsap ( int  ssap) [virtual]

Member Data Documentation

Definition at line 157 of file EtherFrame_m.h.

int EtherFrameWithLLC::dsap_var [protected]

Definition at line 156 of file EtherFrame_m.h.

int EtherFrameWithLLC::ssap_var [protected]

Definition at line 155 of file EtherFrame_m.h.


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