RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <DTPTimers_m.h>
Public Member Functions | |
RcvrInactivityTimer (const char *name=nullptr, int kind=0) | |
RcvrInactivityTimer (const RcvrInactivityTimer &other) | |
virtual | ~RcvrInactivityTimer () |
RcvrInactivityTimer & | operator= (const RcvrInactivityTimer &other) |
virtual RcvrInactivityTimer * | dup () const |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
![]() | |
InactivityTimer (const char *name=nullptr, int kind=0) | |
InactivityTimer (const InactivityTimer &other) | |
virtual | ~InactivityTimer () |
InactivityTimer & | operator= (const InactivityTimer &other) |
![]() | |
DTPTimers (const char *name=nullptr, int kind=0) | |
DTPTimers (const DTPTimers &other) | |
virtual | ~DTPTimers () |
DTPTimers & | operator= (const DTPTimers &other) |
virtual int | getType () const |
virtual void | setType (int type) |
Protected Member Functions | |
bool | operator== (const RcvrInactivityTimer &) |
![]() | |
bool | operator== (const InactivityTimer &) |
![]() | |
bool | operator== (const DTPTimers &) |
Private Member Functions | |
void | copy (const RcvrInactivityTimer &other) |
Additional Inherited Members | |
![]() | |
int | type |
Class generated from DIF/EFCP/DTP/DTPTimers.msg:64
by nedtool.
message RcvrInactivityTimer extends InactivityTimer { type = DTP_RCVR_INACTIVITY_TIMER; }
//message DelimitingTimer extends DTPTimers{ // type = DTP_DELIMITING_TIMER; //}
//message RxExpiryTimer extends DTPTimers{ // type = DTP_RX_EXPIRY_TIMER; // DTPDU_p pdu = NULL; // unsigned int expiryCount = 0; // double sent = 0; //}
//message WindowTimer extends DTPTimers{ // type = DTP_WINDOW_TIMER; //}
//message SendingRateTimer extends DTPTimers{ // type = DTP_SENDING_RATE_TIMER; //}
Definition at line 202 of file DTPTimers_m.h.
RcvrInactivityTimer::RcvrInactivityTimer | ( | const char * | name = nullptr , |
int | kind = 0 |
||
) |
Definition at line 927 of file DTPTimers_m.cc.
Referenced by dup().
RcvrInactivityTimer::RcvrInactivityTimer | ( | const RcvrInactivityTimer & | other | ) |
Definition at line 932 of file DTPTimers_m.cc.
|
virtual |
Definition at line 937 of file DTPTimers_m.cc.
|
private |
Definition at line 949 of file DTPTimers_m.cc.
Referenced by operator=(), and RcvrInactivityTimer().
|
inlinevirtual |
Reimplemented from InactivityTimer.
Definition at line 218 of file DTPTimers_m.h.
RcvrInactivityTimer & RcvrInactivityTimer::operator= | ( | const RcvrInactivityTimer & | other | ) |
Definition at line 941 of file DTPTimers_m.cc.
|
protected |
|
virtual |
Reimplemented from InactivityTimer.
Definition at line 953 of file DTPTimers_m.cc.
Referenced by doParsimPacking().
|
virtual |
Reimplemented from InactivityTimer.
Definition at line 958 of file DTPTimers_m.cc.
Referenced by doParsimUnpacking().