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

#include <DTPTimers_m.h>

Inheritance diagram for RcvrInactivityTimer:
InactivityTimer DTPTimers

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from DTPTimers
int type
 

Detailed Description

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

message RcvrInactivityTimer extends InactivityTimer
{
    type = DTP_RCVR_INACTIVITY_TIMER;
}
//message DelimitingTimer extends DTPTimers{
//    type = DTP_DELIMITING_TIMER;
//}
//message RxExpiryTimer extends DTPTimers{
//    type = DTP_RX_EXPIRY_TIMER;
//    DTPDU_p pdu = NULL;
//    unsigned int expiryCount = 0;
//    double sent = 0;
//}
//message WindowTimer extends DTPTimers{
//    type = DTP_WINDOW_TIMER;
//}
//message SendingRateTimer extends DTPTimers{
//      type = DTP_SENDING_RATE_TIMER;   
//}

Definition at line 202 of file DTPTimers_m.h.

Constructor & Destructor Documentation

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

Definition at line 927 of file DTPTimers_m.cc.

Referenced by dup().

RcvrInactivityTimer::RcvrInactivityTimer ( const RcvrInactivityTimer other)

Definition at line 932 of file DTPTimers_m.cc.

RcvrInactivityTimer::~RcvrInactivityTimer ( )
virtual

Definition at line 937 of file DTPTimers_m.cc.

Member Function Documentation

void RcvrInactivityTimer::copy ( const RcvrInactivityTimer other)
private

Definition at line 949 of file DTPTimers_m.cc.

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

virtual RcvrInactivityTimer* RcvrInactivityTimer::dup ( ) const
inlinevirtual

Reimplemented from InactivityTimer.

Definition at line 218 of file DTPTimers_m.h.

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

Definition at line 941 of file DTPTimers_m.cc.

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

Reimplemented from InactivityTimer.

Definition at line 953 of file DTPTimers_m.cc.

Referenced by doParsimPacking().

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

Reimplemented from InactivityTimer.

Definition at line 958 of file DTPTimers_m.cc.

Referenced by doParsimUnpacking().


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