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

#include <DTPTimers_m.h>

Inheritance diagram for SenderInactivityTimer:
InactivityTimer DTPTimers

Public Member Functions

 SenderInactivityTimer (const char *name=nullptr, int kind=0)
 
 SenderInactivityTimer (const SenderInactivityTimer &other)
 
virtual ~SenderInactivityTimer ()
 
SenderInactivityTimeroperator= (const SenderInactivityTimer &other)
 
virtual SenderInactivityTimerdup () const
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b)
 
- Public Member Functions inherited from InactivityTimer
 InactivityTimer (const char *name=nullptr, int kind=0)
 
 InactivityTimer (const InactivityTimer &other)
 
virtual ~InactivityTimer ()
 
InactivityTimeroperator= (const InactivityTimer &other)
 
- 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 SenderInactivityTimer &)
 
- Protected Member Functions inherited from InactivityTimer
bool operator== (const InactivityTimer &)
 
- Protected Member Functions inherited from DTPTimers
bool operator== (const DTPTimers &)
 

Private Member Functions

void copy (const SenderInactivityTimer &other)
 

Additional Inherited Members

- Protected Attributes inherited from DTPTimers
int type
 

Detailed Description

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

message SenderInactivityTimer extends InactivityTimer
{
    type = DTP_SENDER_INACTIVITY_TIMER;
}

Definition at line 148 of file DTPTimers_m.h.

Constructor & Destructor Documentation

SenderInactivityTimer::SenderInactivityTimer ( const char *  name = nullptr,
int  kind = 0 
)

Definition at line 690 of file DTPTimers_m.cc.

Referenced by dup().

SenderInactivityTimer::SenderInactivityTimer ( const SenderInactivityTimer other)

Definition at line 695 of file DTPTimers_m.cc.

SenderInactivityTimer::~SenderInactivityTimer ( )
virtual

Definition at line 700 of file DTPTimers_m.cc.

Member Function Documentation

void SenderInactivityTimer::copy ( const SenderInactivityTimer other)
private

Definition at line 712 of file DTPTimers_m.cc.

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

virtual SenderInactivityTimer* SenderInactivityTimer::dup ( ) const
inlinevirtual

Reimplemented from InactivityTimer.

Definition at line 164 of file DTPTimers_m.h.

SenderInactivityTimer & SenderInactivityTimer::operator= ( const SenderInactivityTimer other)

Definition at line 704 of file DTPTimers_m.cc.

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

Reimplemented from InactivityTimer.

Definition at line 716 of file DTPTimers_m.cc.

Referenced by doParsimPacking().

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

Reimplemented from InactivityTimer.

Definition at line 721 of file DTPTimers_m.cc.

Referenced by doParsimUnpacking().


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