#include <EtherFrame_m.h>
EtherFrame.msg
by opp_msgc. message EtherAutoconfig { fields: double txrate = 0; bool halfDuplex = false; };
Public Member Functions | |
EtherAutoconfig (const char *name=NULL, int kind=0) | |
EtherAutoconfig (const EtherAutoconfig &other) | |
virtual | ~EtherAutoconfig () |
EtherAutoconfig & | operator= (const EtherAutoconfig &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual double | getTxrate () const |
virtual void | setTxrate (double txrate_var) |
virtual bool | getHalfDuplex () const |
virtual void | setHalfDuplex (bool halfDuplex_var) |
Protected Member Functions | |
bool | operator== (const EtherAutoconfig &) |
Protected Attributes | |
double | txrate_var |
bool | halfDuplex_var |
EtherAutoconfig::EtherAutoconfig | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
EtherAutoconfig::EtherAutoconfig | ( | const EtherAutoconfig & | other | ) |
virtual EtherAutoconfig::~EtherAutoconfig | ( | ) | [virtual] |
virtual cPolymorphic* EtherAutoconfig::dup | ( | ) | const [inline, virtual] |
virtual bool EtherAutoconfig::getHalfDuplex | ( | ) | const [virtual] |
virtual double EtherAutoconfig::getTxrate | ( | ) | const [virtual] |
virtual void EtherAutoconfig::netPack | ( | cCommBuffer * | b | ) | [virtual] |
virtual void EtherAutoconfig::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
EtherAutoconfig& EtherAutoconfig::operator= | ( | const EtherAutoconfig & | other | ) |
bool EtherAutoconfig::operator== | ( | const EtherAutoconfig & | ) | [protected] |
virtual void EtherAutoconfig::setHalfDuplex | ( | bool | halfDuplex_var | ) | [virtual] |
virtual void EtherAutoconfig::setTxrate | ( | double | txrate_var | ) | [virtual] |
bool EtherAutoconfig::halfDuplex_var [protected] |
double EtherAutoconfig::txrate_var [protected] |