|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <DTPTimers_m.h>
Public Member Functions | |
| DTPTimers (const char *name=nullptr, int kind=0) | |
| DTPTimers (const DTPTimers &other) | |
| virtual | ~DTPTimers () |
| DTPTimers & | operator= (const DTPTimers &other) |
| virtual DTPTimers * | dup () const |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
| virtual int | getType () const |
| virtual void | setType (int type) |
Protected Member Functions | |
| bool | operator== (const DTPTimers &) |
Protected Attributes | |
| int | type |
Private Member Functions | |
| void | copy (const DTPTimers &other) |
Definition at line 76 of file DTPTimers_m.h.
| DTPTimers::DTPTimers | ( | const char * | name = nullptr, |
| int | kind = 0 |
||
| ) |
Definition at line 182 of file DTPTimers_m.cc.
Referenced by dup().
| DTPTimers::DTPTimers | ( | const DTPTimers & | other | ) |
Definition at line 187 of file DTPTimers_m.cc.
|
virtual |
Definition at line 192 of file DTPTimers_m.cc.
|
private |
Definition at line 204 of file DTPTimers_m.cc.
Referenced by DTPTimers(), and operator=().
|
inlinevirtual |
Reimplemented in TheInterrupterTimer, ATimer, RcvrInactivityTimer, SenderInactivityTimer, and InactivityTimer.
Definition at line 93 of file DTPTimers_m.h.
|
virtual |
Definition at line 221 of file DTPTimers_m.cc.
Referenced by DTPTimersDescriptor::getFieldValueAsString(), DTP::handleMessage(), and DTP::schedule().
Definition at line 196 of file DTPTimers_m.cc.
|
protected |
|
virtual |
Reimplemented in TheInterrupterTimer, ATimer, RcvrInactivityTimer, SenderInactivityTimer, and InactivityTimer.
Definition at line 209 of file DTPTimers_m.cc.
Referenced by doParsimPacking(), InactivityTimer::parsimPack(), ATimer::parsimPack(), and TheInterrupterTimer::parsimPack().
|
virtual |
Reimplemented in TheInterrupterTimer, ATimer, RcvrInactivityTimer, SenderInactivityTimer, and InactivityTimer.
Definition at line 215 of file DTPTimers_m.cc.
Referenced by doParsimUnpacking(), InactivityTimer::parsimUnpack(), ATimer::parsimUnpack(), and TheInterrupterTimer::parsimUnpack().
|
virtual |
Definition at line 226 of file DTPTimers_m.cc.
Referenced by ATimer::ATimer(), RcvrInactivityTimer::RcvrInactivityTimer(), SenderInactivityTimer::SenderInactivityTimer(), DTPTimersDescriptor::setFieldValueAsString(), and TheInterrupterTimer::TheInterrupterTimer().
|
protected |
Definition at line 79 of file DTPTimers_m.h.
Referenced by copy(), DTPTimers(), getType(), parsimPack(), parsimUnpack(), and setType().