#include <EtherFrame_m.h>
Inheritance diagram for EtherFrameWithLLC:
EtherFrame.msg
by opp_msgc. message EtherFrameWithLLC extends EtherFrame { fields: int ssap; int dsap; int control; };
Public Member Functions | |
EtherFrameWithLLC (const char *name=NULL, int kind=0) | |
EtherFrameWithLLC (const EtherFrameWithLLC &other) | |
virtual | ~EtherFrameWithLLC () |
EtherFrameWithLLC & | operator= (const EtherFrameWithLLC &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual int | getSsap () const |
virtual void | setSsap (int ssap_var) |
virtual int | getDsap () const |
virtual void | setDsap (int dsap_var) |
virtual int | getControl () const |
virtual void | setControl (int control_var) |
Protected Member Functions | |
bool | operator== (const EtherFrameWithLLC &) |
Protected Attributes | |
int | ssap_var |
int | dsap_var |
int | control_var |
EtherFrameWithLLC::EtherFrameWithLLC | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
EtherFrameWithLLC::EtherFrameWithLLC | ( | const EtherFrameWithLLC & | other | ) |
virtual EtherFrameWithLLC::~EtherFrameWithLLC | ( | ) | [virtual] |
virtual cPolymorphic* EtherFrameWithLLC::dup | ( | ) | const [inline, virtual] |
virtual int EtherFrameWithLLC::getControl | ( | ) | const [virtual] |
virtual int EtherFrameWithLLC::getDsap | ( | ) | const [virtual] |
virtual int EtherFrameWithLLC::getSsap | ( | ) | const [virtual] |
virtual void EtherFrameWithLLC::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from EtherFrame.
virtual void EtherFrameWithLLC::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from EtherFrame.
EtherFrameWithLLC& EtherFrameWithLLC::operator= | ( | const EtherFrameWithLLC & | other | ) |
bool EtherFrameWithLLC::operator== | ( | const EtherFrameWithLLC & | ) | [protected] |
virtual void EtherFrameWithLLC::setControl | ( | int | control_var | ) | [virtual] |
virtual void EtherFrameWithLLC::setDsap | ( | int | dsap_var | ) | [virtual] |
virtual void EtherFrameWithLLC::setSsap | ( | int | ssap_var | ) | [virtual] |
int EtherFrameWithLLC::control_var [protected] |
int EtherFrameWithLLC::dsap_var [protected] |
int EtherFrameWithLLC::ssap_var [protected] |