RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <PDU.h>
Public Member Functions | |
PDU (const char *name=NULL, int kind=0) | |
PDU (const PDU &other) | |
PDU & | operator= (const PDU &other) |
virtual PDU * | dup () const |
unsigned int | getHeaderSize () |
unsigned int | getSize () |
![]() | |
virtual | ~PDU_Base () |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
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) |
Private Member Functions | |
void | copy (const PDU &other) |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
::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 |
|
inline |
|
inlineprivate |
Definition at line 45 of file PDU.h.
Referenced by operator=(), and PDU().
|
inlinevirtual |
Reimplemented from PDU_Base.
Reimplemented in RendezvousPDU, ControlAckPDU, SelectiveNackPDU, SelectiveAckPDU, SelectiveNackFlowPDU, SelectiveAckFlowPDU, SelectiveNAckFlow, FlowControlOnlyPDU, NackFlowPDU, AckFlowPDU, NackOnlyPDU, AckOnlyPDU, FlowControlPDU, InfectedDataTransferPDU, NAckPDU, DataTransferPDU_Base, ManagementPDU, DataTransferPDU, and ControlPDU.
Definition at line 51 of file PDU.h.
Referenced by RMT::relayPDUToPort().