|
DESERT 3.6.1
|
#include <uwpolling_AUV.h>


Public Member Functions | |
| AckTimer (Uwpolling_AUV *m) | |
| virtual | ~AckTimer () |
Public Member Functions inherited from Uwpolling_AUV::Uwpolling_AUV_Timer | |
| Uwpolling_AUV_Timer (Uwpolling_AUV *m) | |
| virtual | ~Uwpolling_AUV_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_AUV::Uwpolling_AUV_Timer | |
| double | start_time |
| double | left_duration |
| int | counter |
| Uwpolling_AUV *UWPOLLING_TIMER_STATUS | timer_status |
Definition at line 536 of file uwpolling_AUV.h.
|
inline |
Conscructor of AckTimer class.
Definition at line 542 of file uwpolling_AUV.h.
|
inlinevirtual |
Destructor of AckTimer class.
| Uwpolling_AUV* | Pointer of an object of type Uwpolling_AUV |
Definition at line 551 of file uwpolling_AUV.h.
|
protectedvirtual |
Method call when the timer expire.
| Event* | pointer to an object of type Event |
Definition at line 379 of file uwpolling_AUV.cpp.