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

#include <DTPTimers_m.h>

Inheritance diagram for DTPTimers:
ATimer InactivityTimer TheInterrupterTimer RcvrInactivityTimer SenderInactivityTimer

Public Member Functions

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

Detailed Description

Definition at line 76 of file DTPTimers_m.h.

Constructor & Destructor Documentation

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.

DTPTimers::~DTPTimers ( )
virtual

Definition at line 192 of file DTPTimers_m.cc.

Member Function Documentation

void DTPTimers::copy ( const DTPTimers other)
private

Definition at line 204 of file DTPTimers_m.cc.

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

virtual DTPTimers* DTPTimers::dup ( ) const
inlinevirtual
int DTPTimers::getType ( ) const
virtual
DTPTimers & DTPTimers::operator= ( const DTPTimers other)

Definition at line 196 of file DTPTimers_m.cc.

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

Member Data Documentation

int DTPTimers::type
protected

Definition at line 79 of file DTPTimers_m.h.

Referenced by copy(), DTPTimers(), getType(), parsimPack(), parsimUnpack(), and setType().


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