RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <DTPTimers_m.h>
Public Member Functions | |
SenderInactivityTimer (const char *name=nullptr, int kind=0) | |
SenderInactivityTimer (const SenderInactivityTimer &other) | |
virtual | ~SenderInactivityTimer () |
SenderInactivityTimer & | operator= (const SenderInactivityTimer &other) |
virtual SenderInactivityTimer * | 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 SenderInactivityTimer &) |
![]() | |
bool | operator== (const InactivityTimer &) |
![]() | |
bool | operator== (const DTPTimers &) |
Private Member Functions | |
void | copy (const SenderInactivityTimer &other) |
Additional Inherited Members | |
![]() | |
int | type |
Class generated from DIF/EFCP/DTP/DTPTimers.msg:60
by nedtool.
message SenderInactivityTimer extends InactivityTimer { type = DTP_SENDER_INACTIVITY_TIMER; }
Definition at line 148 of file DTPTimers_m.h.
SenderInactivityTimer::SenderInactivityTimer | ( | const char * | name = nullptr , |
int | kind = 0 |
||
) |
Definition at line 690 of file DTPTimers_m.cc.
Referenced by dup().
SenderInactivityTimer::SenderInactivityTimer | ( | const SenderInactivityTimer & | other | ) |
Definition at line 695 of file DTPTimers_m.cc.
|
virtual |
Definition at line 700 of file DTPTimers_m.cc.
|
private |
Definition at line 712 of file DTPTimers_m.cc.
Referenced by operator=(), and SenderInactivityTimer().
|
inlinevirtual |
Reimplemented from InactivityTimer.
Definition at line 164 of file DTPTimers_m.h.
SenderInactivityTimer & SenderInactivityTimer::operator= | ( | const SenderInactivityTimer & | other | ) |
Definition at line 704 of file DTPTimers_m.cc.
|
protected |
|
virtual |
Reimplemented from InactivityTimer.
Definition at line 716 of file DTPTimers_m.cc.
Referenced by doParsimPacking().
|
virtual |
Reimplemented from InactivityTimer.
Definition at line 721 of file DTPTimers_m.cc.
Referenced by doParsimUnpacking().