EPONImplementationforOMNet++  0.8Beta
EtherFrameWithLLID Class Reference

Class generated from common/EPON_messages.msg by opp_msgc. More...

#include <EPON_messages_m.h>

List of all members.

Public Member Functions

 EtherFrameWithLLID (const char *name=NULL, int kind=0)
 EtherFrameWithLLID (const EtherFrameWithLLID &other)
virtual ~EtherFrameWithLLID ()
EtherFrameWithLLIDoperator= (const EtherFrameWithLLID &other)
virtual EtherFrameWithLLIDdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual uint16_t getLlid () const
virtual void setLlid (uint16_t llid_var)

Protected Member Functions

bool operator== (const EtherFrameWithLLID &)

Protected Attributes

uint16_t llid_var

Detailed Description

Class generated from common/EPON_messages.msg by opp_msgc.

 packet EtherFrameWithLLID {
     uint16_t llid;
 }
 

Constructor & Destructor Documentation

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

Member Function Documentation

virtual EtherFrameWithLLID* EtherFrameWithLLID::dup ( ) const [inline, virtual]
{return new EtherFrameWithLLID(*this);}
virtual uint16_t EtherFrameWithLLID::getLlid ( ) const [virtual]
EtherFrameWithLLID& EtherFrameWithLLID::operator= ( const EtherFrameWithLLID other)
bool EtherFrameWithLLID::operator== ( const EtherFrameWithLLID ) [protected]
virtual void EtherFrameWithLLID::parsimPack ( cCommBuffer *  b) [virtual]
virtual void EtherFrameWithLLID::parsimUnpack ( cCommBuffer *  b) [virtual]
virtual void EtherFrameWithLLID::setLlid ( uint16_t  llid_var) [virtual]

Member Data Documentation

uint16_t EtherFrameWithLLID::llid_var [protected]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends Defines