|
DESERT 3.6.1
|
#include <uwUFetch_AUV.h>


Public Member Functions | |
| uwUFetch_RTS_timer (uwUFetch_AUV *m) | |
| virtual | ~uwUFetch_RTS_timer () |
Public Member Functions inherited from uwUFetch_AUV::uwUFetch_timer | |
| uwUFetch_timer (uwUFetch_AUV *m) | |
| virtual | ~uwUFetch_timer () |
| virtual void | freeze () |
| virtual void | unFreeze () |
| virtual void | stop () |
| virtual void | schedule (double val) |
| bool | isIdle () |
| bool | isRunning () |
| bool | isFroozen () |
| bool | isExpired () |
| 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 uwUFetch_AUV::uwUFetch_timer | |
| double | start_time |
| double | left_duration |
| int | counter |
| uwUFetch_AUV *UWUFETCH_TIMER_STATUS | timer_status |
Class inherited the method and variable of uwUFetch_timer that handle the timer of RTS packets.
When the TRIGGGER packet is transmitted, the AUV node wait for a finite interval time a RTS packet from the HN. The uwUFetch_RTS_timer handle this waiting interval time.
Definition at line 402 of file uwUFetch_AUV.h.
|
inline |
Constructor of uwUFetch_RTS_timer class.
| m | pointer to an object of type UWUFetch_AUV |
Definition at line 410 of file uwUFetch_AUV.h.
|
inlinevirtual |
Definition at line 418 of file uwUFetch_AUV.h.
|
protectedvirtual |
Method called when the timer expire.
| Event* | pointer to an object of type Event |
Definition at line 2034 of file uwUFetch_AUV.cpp.