DESERT 3.5.1
|
#include <uwaloha.h>
Public Member Functions | |
BackOffTimer (UWAloha *m) | |
virtual | ~BackOffTimer () |
![]() | |
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 | |
![]() | |
double | start_time |
double | left_duration |
int | counter |
UWAloha *UWALOHA_TIMER_STATUS | timer_status |
Base class of BackoffTimer.
It is derived class of UWAlohaTimer.
|
inline |
Constructor of BackOffTimer Class.
|
inlinevirtual |
Destructor of BackOffTimer.
|
protectedvirtual |
What a node is going to do when a timer expire.
Event |
Definition at line 90 of file uwaloha.cpp.