|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <DTPTimers_m.h>
Public Member Functions | |
| TheInterrupterTimer (const char *name=nullptr, int kind=0) | |
| TheInterrupterTimer (const TheInterrupterTimer &other) | |
| virtual | ~TheInterrupterTimer () |
| TheInterrupterTimer & | operator= (const TheInterrupterTimer &other) |
| virtual TheInterrupterTimer * | dup () const |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
| virtual int | getAction () const |
| virtual void | setAction (int action) |
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 TheInterrupterTimer &) |
Protected Member Functions inherited from DTPTimers | |
| bool | operator== (const DTPTimers &) |
Protected Attributes | |
| int | action |
Protected Attributes inherited from DTPTimers | |
| int | type |
Private Member Functions | |
| void | copy (const TheInterrupterTimer &other) |
Definition at line 282 of file DTPTimers_m.h.
| TheInterrupterTimer::TheInterrupterTimer | ( | const char * | name = nullptr, |
| int | kind = 0 |
||
| ) |
Definition at line 1452 of file DTPTimers_m.cc.
Referenced by dup().
| TheInterrupterTimer::TheInterrupterTimer | ( | const TheInterrupterTimer & | other | ) |
Definition at line 1459 of file DTPTimers_m.cc.
|
virtual |
Definition at line 1464 of file DTPTimers_m.cc.
|
private |
Definition at line 1476 of file DTPTimers_m.cc.
Referenced by operator=(), and TheInterrupterTimer().
|
inlinevirtual |
Reimplemented from DTPTimers.
Definition at line 299 of file DTPTimers_m.h.
|
virtual |
Definition at line 1493 of file DTPTimers_m.cc.
Referenced by TheInterrupterTimerDescriptor::getFieldValueAsString(), and DTP::handleInterrupterTimer().
| TheInterrupterTimer & TheInterrupterTimer::operator= | ( | const TheInterrupterTimer & | other | ) |
Definition at line 1468 of file DTPTimers_m.cc.
|
protected |
|
virtual |
Reimplemented from DTPTimers.
Definition at line 1481 of file DTPTimers_m.cc.
Referenced by doParsimPacking().
|
virtual |
Reimplemented from DTPTimers.
Definition at line 1487 of file DTPTimers_m.cc.
Referenced by doParsimUnpacking().
|
virtual |
Definition at line 1498 of file DTPTimers_m.cc.
Referenced by DTP::initialize(), and TheInterrupterTimerDescriptor::setFieldValueAsString().
|
protected |
Definition at line 285 of file DTPTimers_m.h.
Referenced by copy(), getAction(), parsimPack(), parsimUnpack(), setAction(), and TheInterrupterTimer().