|
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) |
Public Member Functions inherited from InactivityTimer | |
| InactivityTimer (const char *name=nullptr, int kind=0) | |
| InactivityTimer (const InactivityTimer &other) | |
| virtual | ~InactivityTimer () |
| InactivityTimer & | operator= (const InactivityTimer &other) |
Public Member Functions inherited from DTPTimers | |
| 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 &) |
Protected Member Functions inherited from InactivityTimer | |
| bool | operator== (const InactivityTimer &) |
Protected Member Functions inherited from DTPTimers | |
| bool | operator== (const DTPTimers &) |
Private Member Functions | |
| void | copy (const SenderInactivityTimer &other) |
Additional Inherited Members | |
Protected Attributes inherited from DTPTimers | |
| 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().