|
DESERT 4.0.0
|
#include <uwaloha.h>


Public Member Functions | |
| AckTimer (UWAloha *m) | |
| virtual | ~AckTimer () |
Public Member Functions inherited from UWAloha::UWAlohaTimer | |
| UWAlohaTimer (UWAloha *m) | |
| virtual | ~UWAlohaTimer () |
| 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 UWAloha::UWAlohaTimer | |
| double | start_time |
| double | left_duration |
| int | counter |
| UWAloha *UWALOHA_TIMER_STATUS | timer_status |
Base class of AckTimer, which is a derived class of UWAlohaTimer.
|
inlinevirtual |
Destructor of AckTimer Class.
|
protectedvirtual |
What a node is going to do when a timer expire.
| Event |
References UWAloha::UWAlohaTimer::timer_status, UWAloha::UWAloha(), UWAloha::UWALOHA_EXPIRED, and UWAloha::UWALOHA_STATE_WAIT_ACK.
