|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <ControlPDU_m.h>
Public Member Functions | |
| ControlAckPDU (const char *name=nullptr, int kind=0) | |
| ControlAckPDU (const ControlAckPDU &other) | |
| virtual | ~ControlAckPDU () |
| ControlAckPDU & | operator= (const ControlAckPDU &other) |
| virtual ControlAckPDU * | dup () const |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
| virtual unsigned int | getLastCtrlSeqNumRcv () const |
| virtual void | setLastCtrlSeqNumRcv (unsigned int lastCtrlSeqNumRcv) |
| virtual unsigned int | getRcvLeftWinEdge () const |
| virtual void | setRcvLeftWinEdge (unsigned int rcvLeftWinEdge) |
| virtual unsigned int | getRcvRightWinEdge () const |
| virtual void | setRcvRightWinEdge (unsigned int rcvRightWinEdge) |
| virtual unsigned int | getSndLeftWinEdge () const |
| virtual void | setSndLeftWinEdge (unsigned int sndLeftWinEdge) |
| virtual unsigned int | getSndRightWinEdge () const |
| virtual void | setSndRightWinEdge (unsigned int sndRightWinEdge) |
| virtual unsigned int | getRcvRate () const |
| virtual void | setRcvRate (unsigned int rcvRate) |
Public Member Functions inherited from ControlPDU | |
| ControlPDU (const char *name=nullptr, int kind=0) | |
| ControlPDU (const ControlPDU &other) | |
| virtual | ~ControlPDU () |
| ControlPDU & | operator= (const ControlPDU &other) |
Public Member Functions inherited from PDU | |
| PDU (const char *name=NULL, int kind=0) | |
| PDU (const PDU &other) | |
| PDU & | operator= (const PDU &other) |
| unsigned int | getHeaderSize () |
| unsigned int | getSize () |
Public Member Functions inherited from PDU_Base | |
| virtual | ~PDU_Base () |
| virtual const char * | getDisplayString () const |
| virtual void | setDisplayString (const char *displayString) |
| virtual unsigned int | getVersion () const |
| virtual void | setVersion (unsigned int version) |
| virtual Address & | getSrcAddr () |
| virtual const Address & | getSrcAddr () const |
| virtual void | setSrcAddr (const Address &srcAddr) |
| virtual Address & | getDstAddr () |
| virtual const Address & | getDstAddr () const |
| virtual void | setDstAddr (const Address &dstAddr) |
| virtual APN & | getSrcApn () |
| virtual const APN & | getSrcApn () const |
| virtual void | setSrcApn (const APN &srcApn) |
| virtual APN & | getDstApn () |
| virtual const APN & | getDstApn () const |
| virtual void | setDstApn (const APN &dstApn) |
| virtual ConnectionId & | getConnId () |
| virtual const ConnectionId & | getConnId () const |
| virtual void | setConnId (const ConnectionId &connId) |
| virtual int | getType () const |
| virtual void | setType (int type) |
| virtual int | getFlags () const |
| virtual void | setFlags (int flags) |
| virtual unsigned int | getPduLen () const |
| virtual void | setPduLen (unsigned int pduLen) |
| virtual unsigned int | getSeqNum () const |
| virtual void | setSeqNum (unsigned int seqNum) |
| virtual unsigned int | getHopCount () const |
| virtual void | setHopCount (unsigned int hopCount) |
Protected Member Functions | |
| bool | operator== (const ControlAckPDU &) |
Protected Member Functions inherited from ControlPDU | |
| bool | operator== (const ControlPDU &) |
Protected Member Functions inherited from PDU_Base | |
| bool | operator== (const PDU_Base &) |
| PDU_Base (const char *name=nullptr, int kind=0) | |
| PDU_Base (const PDU_Base &other) | |
| PDU_Base & | operator= (const PDU_Base &other) |
Protected Attributes | |
| unsigned int | lastCtrlSeqNumRcv |
| unsigned int | rcvLeftWinEdge |
| unsigned int | rcvRightWinEdge |
| unsigned int | sndLeftWinEdge |
| unsigned int | sndRightWinEdge |
| unsigned int | rcvRate |
Protected Attributes inherited from PDU_Base | |
| ::omnetpp::opp_string | displayString |
| unsigned int | version |
| Address | srcAddr |
| Address | dstAddr |
| APN | srcApn |
| APN | dstApn |
| ConnectionId | connId |
| int | type |
| int | flags |
| unsigned int | pduLen |
| unsigned int | seqNum |
| unsigned int | hopCount |
Private Member Functions | |
| void | copy (const ControlAckPDU &other) |
Class generated from DIF/EFCP/DTCP/ControlPDU.msg:94 by nedtool.
packet ControlAckPDU extends ControlPDU { type = CONTROL_ACK_PDU;
unsigned int lastCtrlSeqNumRcv;
unsigned int rcvLeftWinEdge;
unsigned int rcvRightWinEdge;
unsigned int sndLeftWinEdge;
unsigned int sndRightWinEdge;
unsigned int rcvRate;
}
Definition at line 536 of file ControlPDU_m.h.
| ControlAckPDU::ControlAckPDU | ( | const char * | name = nullptr, |
| int | kind = 0 |
||
| ) |
Definition at line 3508 of file ControlPDU_m.cc.
Referenced by dup().
| ControlAckPDU::ControlAckPDU | ( | const ControlAckPDU & | other | ) |
Definition at line 3520 of file ControlPDU_m.cc.
|
virtual |
Definition at line 3525 of file ControlPDU_m.cc.
|
private |
Definition at line 3537 of file ControlPDU_m.cc.
Referenced by ControlAckPDU(), and operator=().
|
inlinevirtual |
Reimplemented from ControlPDU.
Reimplemented in RendezvousPDU.
Definition at line 558 of file ControlPDU_m.h.
|
virtual |
Definition at line 3569 of file ControlPDU_m.cc.
Referenced by ControlAckPDUDescriptor::getFieldValueAsString(), and DTP::handleControlPDUFromRMT().
|
virtual |
Definition at line 3579 of file ControlPDU_m.cc.
Referenced by ControlAckPDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 3619 of file ControlPDU_m.cc.
Referenced by ControlAckPDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 3589 of file ControlPDU_m.cc.
Referenced by ControlAckPDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 3599 of file ControlPDU_m.cc.
Referenced by ControlAckPDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 3609 of file ControlPDU_m.cc.
Referenced by ControlAckPDUDescriptor::getFieldValueAsString().
| ControlAckPDU & ControlAckPDU::operator= | ( | const ControlAckPDU & | other | ) |
Definition at line 3529 of file ControlPDU_m.cc.
|
protected |
|
virtual |
Reimplemented from ControlPDU.
Reimplemented in RendezvousPDU.
Definition at line 3547 of file ControlPDU_m.cc.
Referenced by doParsimPacking(), and RendezvousPDU::parsimPack().
|
virtual |
Reimplemented from ControlPDU.
Reimplemented in RendezvousPDU.
Definition at line 3558 of file ControlPDU_m.cc.
Referenced by doParsimUnpacking(), and RendezvousPDU::parsimUnpack().
|
virtual |
Definition at line 3574 of file ControlPDU_m.cc.
Referenced by DTP::fillControlAckPDU(), and ControlAckPDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 3584 of file ControlPDU_m.cc.
Referenced by DTP::fillControlAckPDU(), and ControlAckPDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 3624 of file ControlPDU_m.cc.
Referenced by DTP::fillControlAckPDU(), and ControlAckPDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 3594 of file ControlPDU_m.cc.
Referenced by DTP::fillControlAckPDU(), and ControlAckPDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 3604 of file ControlPDU_m.cc.
Referenced by DTP::fillControlAckPDU(), and ControlAckPDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 3614 of file ControlPDU_m.cc.
Referenced by DTP::fillControlAckPDU(), and ControlAckPDUDescriptor::setFieldValueAsString().
|
protected |
Definition at line 539 of file ControlPDU_m.h.
Referenced by ControlAckPDU(), copy(), getLastCtrlSeqNumRcv(), parsimPack(), parsimUnpack(), and setLastCtrlSeqNumRcv().
|
protected |
Definition at line 540 of file ControlPDU_m.h.
Referenced by ControlAckPDU(), copy(), getRcvLeftWinEdge(), parsimPack(), parsimUnpack(), and setRcvLeftWinEdge().
|
protected |
Definition at line 544 of file ControlPDU_m.h.
Referenced by ControlAckPDU(), copy(), getRcvRate(), parsimPack(), parsimUnpack(), and setRcvRate().
|
protected |
Definition at line 541 of file ControlPDU_m.h.
Referenced by ControlAckPDU(), copy(), getRcvRightWinEdge(), parsimPack(), parsimUnpack(), and setRcvRightWinEdge().
|
protected |
Definition at line 542 of file ControlPDU_m.h.
Referenced by ControlAckPDU(), copy(), getSndLeftWinEdge(), parsimPack(), parsimUnpack(), and setSndLeftWinEdge().
|
protected |
Definition at line 543 of file ControlPDU_m.h.
Referenced by ControlAckPDU(), copy(), getSndRightWinEdge(), parsimPack(), parsimUnpack(), and setSndRightWinEdge().