|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <ControlPDU_m.h>
Public Member Functions | |
| RendezvousPDU (const char *name=nullptr, int kind=0) | |
| RendezvousPDU (const RendezvousPDU &other) | |
| virtual | ~RendezvousPDU () |
| RendezvousPDU & | operator= (const RendezvousPDU &other) |
| virtual RendezvousPDU * | dup () const |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
| virtual unsigned int | getRendezSeqNum () const |
| virtual void | setRendezSeqNum (unsigned int rendezSeqNum) |
Public Member Functions inherited from ControlAckPDU | |
| ControlAckPDU (const char *name=nullptr, int kind=0) | |
| ControlAckPDU (const ControlAckPDU &other) | |
| virtual | ~ControlAckPDU () |
| ControlAckPDU & | operator= (const ControlAckPDU &other) |
| 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 RendezvousPDU &) |
Protected Member Functions inherited from ControlAckPDU | |
| 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 | rendezSeqNum |
Protected Attributes inherited from ControlAckPDU | |
| 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 RendezvousPDU &other) |
Class generated from DIF/EFCP/DTCP/ControlPDU.msg:105 by nedtool.
packet RendezvousPDU extends ControlAckPDU { type = RENDEZVOUS_PDU;
unsigned int rendezSeqNum;
}
Definition at line 592 of file ControlPDU_m.h.
| RendezvousPDU::RendezvousPDU | ( | const char * | name = nullptr, |
| int | kind = 0 |
||
| ) |
Definition at line 3875 of file ControlPDU_m.cc.
Referenced by dup().
| RendezvousPDU::RendezvousPDU | ( | const RendezvousPDU & | other | ) |
Definition at line 3882 of file ControlPDU_m.cc.
|
virtual |
Definition at line 3887 of file ControlPDU_m.cc.
|
private |
Definition at line 3899 of file ControlPDU_m.cc.
Referenced by operator=(), and RendezvousPDU().
|
inlinevirtual |
Reimplemented from ControlAckPDU.
Definition at line 609 of file ControlPDU_m.h.
|
virtual |
Definition at line 3916 of file ControlPDU_m.cc.
Referenced by RendezvousPDUDescriptor::getFieldValueAsString(), and DTP::handleControlPDUFromRMT().
| RendezvousPDU & RendezvousPDU::operator= | ( | const RendezvousPDU & | other | ) |
Definition at line 3891 of file ControlPDU_m.cc.
|
protected |
|
virtual |
Reimplemented from ControlAckPDU.
Definition at line 3904 of file ControlPDU_m.cc.
Referenced by doParsimPacking().
|
virtual |
Reimplemented from ControlAckPDU.
Definition at line 3910 of file ControlPDU_m.cc.
Referenced by doParsimUnpacking().
|
virtual |
Definition at line 3921 of file ControlPDU_m.cc.
Referenced by DTP::fillRendezvousPDU(), and RendezvousPDUDescriptor::setFieldValueAsString().
|
protected |
Definition at line 595 of file ControlPDU_m.h.
Referenced by copy(), getRendezSeqNum(), parsimPack(), parsimUnpack(), RendezvousPDU(), and setRendezSeqNum().