RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <ControlPDU_m.h>
Public Member Functions | |
AckFlowPDU (const char *name=nullptr, int kind=0) | |
AckFlowPDU (const AckFlowPDU &other) | |
virtual | ~AckFlowPDU () |
AckFlowPDU & | operator= (const AckFlowPDU &other) |
virtual AckFlowPDU * | dup () const |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
![]() | |
FlowControlPDU (const char *name=nullptr, int kind=0) | |
FlowControlPDU (const FlowControlPDU &other) | |
virtual | ~FlowControlPDU () |
FlowControlPDU & | operator= (const FlowControlPDU &other) |
virtual unsigned int | getRcvRightWinEdge () const |
virtual void | setRcvRightWinEdge (unsigned int rcvRightWinEdge) |
virtual unsigned int | getRcvRate () const |
virtual void | setRcvRate (unsigned int rcvRate) |
virtual unsigned long | getTimeUnit () const |
virtual void | setTimeUnit (unsigned long timeUnit) |
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 | getSndRate () const |
virtual void | setSndRate (unsigned int sndRate) |
![]() | |
NAckPDU (const char *name=nullptr, int kind=0) | |
NAckPDU (const NAckPDU &other) | |
virtual | ~NAckPDU () |
NAckPDU & | operator= (const NAckPDU &other) |
virtual unsigned int | getAckNackSeqNum () const |
virtual void | setAckNackSeqNum (unsigned int ackNackSeqNum) |
![]() | |
ControlPDU (const char *name=nullptr, int kind=0) | |
ControlPDU (const ControlPDU &other) | |
virtual | ~ControlPDU () |
ControlPDU & | operator= (const ControlPDU &other) |
![]() | |
PDU (const char *name=NULL, int kind=0) | |
PDU (const PDU &other) | |
PDU & | operator= (const PDU &other) |
unsigned int | getHeaderSize () |
unsigned int | getSize () |
![]() | |
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 AckFlowPDU &) |
![]() | |
bool | operator== (const FlowControlPDU &) |
![]() | |
bool | operator== (const NAckPDU &) |
![]() | |
bool | operator== (const ControlPDU &) |
![]() | |
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) |
Private Member Functions | |
void | copy (const AckFlowPDU &other) |
Additional Inherited Members | |
![]() | |
unsigned int | rcvRightWinEdge |
unsigned int | rcvRate |
unsigned long | timeUnit |
unsigned int | sndLeftWinEdge |
unsigned int | sndRightWinEdge |
unsigned int | sndRate |
![]() | |
unsigned int | ackNackSeqNum |
![]() | |
::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 |
Class generated from DIF/EFCP/DTCP/ControlPDU.msg:57
by nedtool.
packet AckFlowPDU extends FlowControlPDU { type = ACK_FLOW_PDU; }
Definition at line 233 of file ControlPDU_m.h.
AckFlowPDU::AckFlowPDU | ( | const char * | name = nullptr , |
int | kind = 0 |
||
) |
Definition at line 1507 of file ControlPDU_m.cc.
Referenced by dup().
AckFlowPDU::AckFlowPDU | ( | const AckFlowPDU & | other | ) |
Definition at line 1512 of file ControlPDU_m.cc.
|
virtual |
Definition at line 1517 of file ControlPDU_m.cc.
|
private |
Definition at line 1529 of file ControlPDU_m.cc.
Referenced by AckFlowPDU(), and operator=().
|
inlinevirtual |
Reimplemented from FlowControlPDU.
Definition at line 249 of file ControlPDU_m.h.
AckFlowPDU & AckFlowPDU::operator= | ( | const AckFlowPDU & | other | ) |
Definition at line 1521 of file ControlPDU_m.cc.
|
protected |
|
virtual |
Reimplemented from FlowControlPDU.
Definition at line 1533 of file ControlPDU_m.cc.
Referenced by doParsimPacking().
|
virtual |
Reimplemented from FlowControlPDU.
Definition at line 1538 of file ControlPDU_m.cc.
Referenced by doParsimUnpacking().