EPONImplementationforOMNet++
0.8Beta
|
Class generated from common/EPON_messages.msg
by opp_msgc.
More...
#include <EPON_messages_m.h>
Public Member Functions | |
EtherFrameWithLLID (const char *name=NULL, int kind=0) | |
EtherFrameWithLLID (const EtherFrameWithLLID &other) | |
virtual | ~EtherFrameWithLLID () |
EtherFrameWithLLID & | operator= (const EtherFrameWithLLID &other) |
virtual EtherFrameWithLLID * | dup () 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 |
Class generated from common/EPON_messages.msg
by opp_msgc.
packet EtherFrameWithLLID { uint16_t llid; }
EtherFrameWithLLID::EtherFrameWithLLID | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
EtherFrameWithLLID::EtherFrameWithLLID | ( | const EtherFrameWithLLID & | other | ) |
virtual EtherFrameWithLLID::~EtherFrameWithLLID | ( | ) | [virtual] |
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] |
uint16_t EtherFrameWithLLID::llid_var [protected] |