|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <DTPTimers_m.h>
Public Member Functions | |
| InactivityTimer (const char *name=nullptr, int kind=0) | |
| InactivityTimer (const InactivityTimer &other) | |
| virtual | ~InactivityTimer () |
| InactivityTimer & | operator= (const InactivityTimer &other) |
| virtual InactivityTimer * | dup () const |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
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 InactivityTimer &) |
Protected Member Functions inherited from DTPTimers | |
| bool | operator== (const DTPTimers &) |
Private Member Functions | |
| void | copy (const InactivityTimer &other) |
Additional Inherited Members | |
Protected Attributes inherited from DTPTimers | |
| int | type |
Class generated from DIF/EFCP/DTP/DTPTimers.msg:56 by nedtool.
message InactivityTimer extends DTPTimers { }
Definition at line 113 of file DTPTimers_m.h.
| InactivityTimer::InactivityTimer | ( | const char * | name = nullptr, |
| int | kind = 0 |
||
| ) |
Definition at line 454 of file DTPTimers_m.cc.
Referenced by dup().
| InactivityTimer::InactivityTimer | ( | const InactivityTimer & | other | ) |
Definition at line 458 of file DTPTimers_m.cc.
|
virtual |
Definition at line 463 of file DTPTimers_m.cc.
|
private |
Definition at line 475 of file DTPTimers_m.cc.
Referenced by InactivityTimer(), and operator=().
|
inlinevirtual |
Reimplemented from DTPTimers.
Reimplemented in RcvrInactivityTimer, and SenderInactivityTimer.
Definition at line 129 of file DTPTimers_m.h.
| InactivityTimer & InactivityTimer::operator= | ( | const InactivityTimer & | other | ) |
Definition at line 467 of file DTPTimers_m.cc.
|
protected |
|
virtual |
Reimplemented from DTPTimers.
Reimplemented in RcvrInactivityTimer, and SenderInactivityTimer.
Definition at line 479 of file DTPTimers_m.cc.
Referenced by doParsimPacking(), SenderInactivityTimer::parsimPack(), and RcvrInactivityTimer::parsimPack().
|
virtual |
Reimplemented from DTPTimers.
Reimplemented in RcvrInactivityTimer, and SenderInactivityTimer.
Definition at line 484 of file DTPTimers_m.cc.
Referenced by doParsimUnpacking(), SenderInactivityTimer::parsimUnpack(), and RcvrInactivityTimer::parsimUnpack().