RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <DTCPTimers_m.h>
Public Member Functions | |
DTCPRendezvousTimer (const char *name=nullptr, int kind=0) | |
DTCPRendezvousTimer (const DTCPRendezvousTimer &other) | |
virtual | ~DTCPRendezvousTimer () |
DTCPRendezvousTimer & | operator= (const DTCPRendezvousTimer &other) |
virtual DTCPRendezvousTimer * | dup () const |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
virtual unsigned int | getSeqNum () const |
virtual void | setSeqNum (unsigned int seqNum) |
virtual unsigned int | getCounter () const |
virtual void | setCounter (unsigned int counter) |
![]() | |
DTCPTimers (const char *name=nullptr, int kind=0) | |
DTCPTimers (const DTCPTimers &other) | |
virtual | ~DTCPTimers () |
DTCPTimers & | operator= (const DTCPTimers &other) |
virtual int | getType () const |
virtual void | setType (int type) |
Protected Member Functions | |
bool | operator== (const DTCPRendezvousTimer &) |
![]() | |
bool | operator== (const DTCPTimers &) |
Protected Attributes | |
unsigned int | seqNum |
unsigned int | counter |
![]() | |
int | type |
Private Member Functions | |
void | copy (const DTCPRendezvousTimer &other) |
Class generated from DIF/EFCP/DTCP/DTCPTimers.msg:60
by nedtool.
message DTCPRendezvousTimer extends DTCPTimers { type = DTCP_RENDEZVOUS_TIMER; unsigned int seqNum = 0; unsigned int counter = 0;
}
Definition at line 181 of file DTCPTimers_m.h.
DTCPRendezvousTimer::DTCPRendezvousTimer | ( | const char * | name = nullptr , |
int | kind = 0 |
||
) |
Definition at line 992 of file DTCPTimers_m.cc.
Referenced by dup().
DTCPRendezvousTimer::DTCPRendezvousTimer | ( | const DTCPRendezvousTimer & | other | ) |
Definition at line 1000 of file DTCPTimers_m.cc.
|
virtual |
Definition at line 1005 of file DTCPTimers_m.cc.
|
private |
Definition at line 1017 of file DTCPTimers_m.cc.
Referenced by DTCPRendezvousTimer(), and operator=().
|
inlinevirtual |
Reimplemented from DTCPTimers.
Definition at line 199 of file DTCPTimers_m.h.
|
virtual |
Definition at line 1047 of file DTCPTimers_m.cc.
Referenced by DTCPRendezvousTimerDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 1037 of file DTCPTimers_m.cc.
Referenced by DTCPRendezvousTimerDescriptor::getFieldValueAsString(), and DTP::handleControlPDUFromRMT().
DTCPRendezvousTimer & DTCPRendezvousTimer::operator= | ( | const DTCPRendezvousTimer & | other | ) |
Definition at line 1009 of file DTCPTimers_m.cc.
|
protected |
|
virtual |
Reimplemented from DTCPTimers.
Definition at line 1023 of file DTCPTimers_m.cc.
Referenced by doParsimPacking().
|
virtual |
Reimplemented from DTCPTimers.
Definition at line 1030 of file DTCPTimers_m.cc.
Referenced by doParsimUnpacking().
|
virtual |
Definition at line 1052 of file DTCPTimers_m.cc.
Referenced by DTCPRendezvousTimerDescriptor::setFieldValueAsString(), and DTCP::startRendezvousTimer().
|
virtual |
Definition at line 1042 of file DTCPTimers_m.cc.
Referenced by DTCPRendezvousTimerDescriptor::setFieldValueAsString(), and DTCP::startRendezvousTimer().
|
protected |
Definition at line 185 of file DTCPTimers_m.h.
Referenced by copy(), DTCPRendezvousTimer(), getCounter(), parsimPack(), parsimUnpack(), and setCounter().
|
protected |
Definition at line 184 of file DTCPTimers_m.h.
Referenced by copy(), DTCPRendezvousTimer(), getSeqNum(), parsimPack(), parsimUnpack(), and setSeqNum().