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

#include <DTPTimers_m.h>

Inheritance diagram for InactivityTimer:
DTPTimers RcvrInactivityTimer SenderInactivityTimer

Public Member Functions

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

Detailed Description

Class generated from DIF/EFCP/DTP/DTPTimers.msg:56 by nedtool.

message InactivityTimer extends DTPTimers
{
}

Definition at line 113 of file DTPTimers_m.h.

Constructor & Destructor Documentation

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.

InactivityTimer::~InactivityTimer ( )
virtual

Definition at line 463 of file DTPTimers_m.cc.

Member Function Documentation

void InactivityTimer::copy ( const InactivityTimer other)
private

Definition at line 475 of file DTPTimers_m.cc.

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

virtual InactivityTimer* InactivityTimer::dup ( ) const
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.

bool InactivityTimer::operator== ( const InactivityTimer )
protected
void InactivityTimer::parsimPack ( omnetpp::cCommBuffer *  b) const
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().

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

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