DESERT 3.5.1
|
#include <uwpolling_NODE.h>
Public Member Functions | |
Rx_Poll_Timer (Uwpolling_NODE *m) | |
virtual | ~Rx_Poll_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 | |
![]() | |
double | start_time |
double | left_duration |
int | counter |
Uwpolling_NODE *UWPOLLING_TIMER_STATUS | timer_status |
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.
|
inline |
Conscructor of Rx_Poll_Timer class.
Uwpolling_NODE* | pointer to an object of type Uwpolling_NODE |
Definition at line 373 of file uwpolling_NODE.h.
|
inlinevirtual |
Destructor of ProbeTimer class.
Definition at line 381 of file uwpolling_NODE.h.
|
protectedvirtual |
Method call when the timer expire.
Eevent* | pointer to an object of type Event |
Definition at line 95 of file uwpolling_NODE.cpp.