RINASim  October 2016
Documentation of framework for OMNeT++
TheInterrupterTimer Class Reference

#include <DTPTimers_m.h>

Inheritance diagram for TheInterrupterTimer:
DTPTimers

Public Member Functions

 TheInterrupterTimer (const char *name=nullptr, int kind=0)
 
 TheInterrupterTimer (const TheInterrupterTimer &other)
 
virtual ~TheInterrupterTimer ()
 
TheInterrupterTimeroperator= (const TheInterrupterTimer &other)
 
virtual TheInterrupterTimerdup () 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 ()
 
DTPTimersoperator= (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)
 

Detailed Description

Definition at line 282 of file DTPTimers_m.h.

Constructor & Destructor Documentation

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.

TheInterrupterTimer::~TheInterrupterTimer ( )
virtual

Definition at line 1464 of file DTPTimers_m.cc.

Member Function Documentation

void TheInterrupterTimer::copy ( const TheInterrupterTimer other)
private

Definition at line 1476 of file DTPTimers_m.cc.

Referenced by operator=(), and TheInterrupterTimer().

virtual TheInterrupterTimer* TheInterrupterTimer::dup ( ) const
inlinevirtual

Reimplemented from DTPTimers.

Definition at line 299 of file DTPTimers_m.h.

int TheInterrupterTimer::getAction ( ) const
virtual
TheInterrupterTimer & TheInterrupterTimer::operator= ( const TheInterrupterTimer other)

Definition at line 1468 of file DTPTimers_m.cc.

bool TheInterrupterTimer::operator== ( const TheInterrupterTimer )
protected
void TheInterrupterTimer::parsimPack ( omnetpp::cCommBuffer *  b) const
virtual

Reimplemented from DTPTimers.

Definition at line 1481 of file DTPTimers_m.cc.

Referenced by doParsimPacking().

void TheInterrupterTimer::parsimUnpack ( omnetpp::cCommBuffer *  b)
virtual

Reimplemented from DTPTimers.

Definition at line 1487 of file DTPTimers_m.cc.

Referenced by doParsimUnpacking().

void TheInterrupterTimer::setAction ( int  action)
virtual

Member Data Documentation

int TheInterrupterTimer::action
protected

Definition at line 285 of file DTPTimers_m.h.

Referenced by copy(), getAction(), parsimPack(), parsimUnpack(), setAction(), and TheInterrupterTimer().


The documentation for this class was generated from the following files: