|
DESERT 3.6.1
|
#include <uw-ofdm-aloha.h>


Public Member Functions | |
| AckTimer (UWOFDMAloha *m) | |
| virtual | ~AckTimer () |
Public Member Functions inherited from UWOFDMAloha::UWOFDMAlohaTimer | |
| UWOFDMAlohaTimer (UWOFDMAloha *m) | |
| virtual | ~UWOFDMAlohaTimer () |
| 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 UWOFDMAloha::UWOFDMAlohaTimer | |
| double | start_time |
| double | left_duration |
| int | counter |
| UWOFDMAloha *UWOFDMALOHA_TIMER_STATUS | timer_status |
Base class of AckTimer, which is a derived class of UWOFDMAlohaTimer.
Definition at line 362 of file uw-ofdm-aloha.h.
|
inline |
Constructor of AckTimer Class.
Definition at line 369 of file uw-ofdm-aloha.h.
|
inlinevirtual |
Destructor of AckTimer Class.
Definition at line 377 of file uw-ofdm-aloha.h.
|
protectedvirtual |
What a node is going to do when a timer expire.
| Event |
Definition at line 74 of file uw-ofdm-aloha.cpp.