EPONImplementationforOMNet++
0.8Beta
|
Class generated from common/EPON_messages.msg
by opp_msgc.
More...
#include <EPON_messages_m.h>
Public Member Functions | |
MPCP () | |
MPCP (const MPCP &other) | |
virtual | ~MPCP () |
MPCP & | operator= (const MPCP &other) |
virtual MPCP * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual uint16_t | getOpcode () const |
virtual void | setOpcode (uint16_t opcode_var) |
virtual uint32_t | getTs () const |
virtual void | setTs (uint32_t ts_var) |
Protected Member Functions | |
bool | operator== (const MPCP &) |
Protected Attributes | |
uint16_t | opcode_var |
uint32_t | ts_var |
Class generated from common/EPON_messages.msg
by opp_msgc.
packet MPCP extends EthernetIIFrame { uint16_t opcode; uint32_t ts; }
MPCP::MPCP | ( | ) |
MPCP::MPCP | ( | const MPCP & | other | ) |
virtual MPCP::~MPCP | ( | ) | [virtual] |
Reimplemented in MPCPRegAck, MPCPRegister, MPCPRegReq, MPCPReport, and MPCPGate.
{return new MPCP(*this);}
virtual uint16_t MPCP::getOpcode | ( | ) | const [virtual] |
virtual uint32_t MPCP::getTs | ( | ) | const [virtual] |
bool MPCP::operator== | ( | const MPCP & | ) | [protected] |
virtual void MPCP::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented in MPCPRegAck, MPCPRegister, MPCPRegReq, MPCPReport, and MPCPGate.
virtual void MPCP::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented in MPCPRegAck, MPCPRegister, MPCPRegReq, MPCPReport, and MPCPGate.
virtual void MPCP::setOpcode | ( | uint16_t | opcode_var | ) | [virtual] |
virtual void MPCP::setTs | ( | uint32_t | ts_var | ) | [virtual] |
uint16_t MPCP::opcode_var [protected] |
uint32_t MPCP::ts_var [protected] |