DESERT 3.5.1
Loading...
Searching...
No Matches
Uwpolling_NODE::Rx_Poll_Timer Class Reference

#include <uwpolling_NODE.h>

Inheritance diagram for Uwpolling_NODE::Rx_Poll_Timer:
Collaboration diagram for Uwpolling_NODE::Rx_Poll_Timer:

Public Member Functions

 Rx_Poll_Timer (Uwpolling_NODE *m)
 
virtual ~Rx_Poll_Timer ()
 
- Public Member Functions inherited from Uwpolling_NODE::Uwpolling_NODE_Timer
 Uwpolling_NODE_Timer (Uwpolling_NODE *m)
 
virtual ~Uwpolling_NODE_Timer ()
 
virtual void freeze ()
 
virtual void unFreeze ()
 
virtual void stop ()
 
virtual void schedule (double val)
 
bool isIdle ()
 
bool isRunning ()
 
bool isExpired ()
 
bool isFrozen ()
 
bool isActive ()
 
void resetCounter ()
 
void incrCounter ()
 
int getCounter ()
 
double getDuration ()
 

Protected Member Functions

virtual void expire (Event *e)
 

Additional Inherited Members

- Protected Attributes inherited from Uwpolling_NODE::Uwpolling_NODE_Timer
double start_time
 
double left_duration
 
int counter
 
Uwpolling_NODE *UWPOLLING_TIMER_STATUS timer_status
 

Detailed Description

Class (inherited from Uwpolling_NODE_Timer) used to handle the time in which the NODE wait for the POLL Timer.

Definition at line 366 of file uwpolling_NODE.h.

Constructor & Destructor Documentation

◆ Rx_Poll_Timer()

Uwpolling_NODE::Rx_Poll_Timer::Rx_Poll_Timer ( Uwpolling_NODE m)
inline

Conscructor of Rx_Poll_Timer class.

Parameters
Uwpolling_NODE*pointer to an object of type Uwpolling_NODE

Definition at line 373 of file uwpolling_NODE.h.

◆ ~Rx_Poll_Timer()

virtual Uwpolling_NODE::Rx_Poll_Timer::~Rx_Poll_Timer ( )
inlinevirtual

Destructor of ProbeTimer class.

Definition at line 381 of file uwpolling_NODE.h.

Member Function Documentation

◆ expire()

void Uwpolling_NODE::Rx_Poll_Timer::expire ( Event *  e)
protectedvirtual

Method call when the timer expire.

Parameters
Eevent*pointer to an object of type Event

Definition at line 95 of file uwpolling_NODE.cpp.


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