| DESERT 3.6.1
    | 
#include <uwpolling_SINK.h>


| Public Member Functions | |
| Rx_Data_Timer (Uwpolling_SINK *m) | |
| virtual | ~Rx_Data_Timer () | 
|  Public Member Functions inherited from Uwpolling_SINK::Uwpolling_SINK_Timer | |
| Uwpolling_SINK_Timer (Uwpolling_SINK *m) | |
| virtual | ~Uwpolling_SINK_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_SINK::Uwpolling_SINK_Timer | |
| double | start_time | 
| double | left_duration | 
| int | counter | 
| Uwpolling_SINK *UWPOLLING_TIMER_STATUS | timer_status | 
Class (inherited from Uwpolling_SINK_Timer) used to handle the time in which the NODE wait for the DATA Timer.
Definition at line 366 of file uwpolling_SINK.h.
| 
 | inline | 
Conscructor of Rx_Data_Timer class.
| Uwpolling_SINK* | pointer to an object of type Uwpolling_SINK | 
Definition at line 373 of file uwpolling_SINK.h.
| 
 | inlinevirtual | 
Destructor of ProbeTimer class.
Definition at line 381 of file uwpolling_SINK.h.
| 
 | protectedvirtual | 
Method call when the timer expire.
| Eevent* | pointer to an object of type Event | 
Definition at line 205 of file uwpolling_SINK.cpp.