DESERT 3.5.1
|
#include <uw-smart-ofdm.h>
Public Member Functions | |
BackOffTimer (UWSmartOFDM *m) | |
virtual | ~BackOffTimer () |
![]() | |
UWSmartOFDMTimer (UWSmartOFDM *m) | |
virtual | ~UWSmartOFDMTimer () |
virtual double | startTime () |
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 |
UWSmartOFDM *UWSMARTOFDM_TIMER_STATUS | timer_status |
Base class of BackoffTimer.
It is derived class of UWSmartOFDMTimer.
Definition at line 451 of file uw-smart-ofdm.h.
|
inline |
Constructor of BackOffTimer Class.
Definition at line 458 of file uw-smart-ofdm.h.
|
inlinevirtual |
Destructor of BackOffTimer.
Definition at line 466 of file uw-smart-ofdm.h.
|
protectedvirtual |
What a node is going to do when a timer expire.
Event |
Definition at line 97 of file uw-smart-ofdm.cpp.