DESERT 3.5.1
|
#include <uw-csma-aloha-trigger-sink.h>
Public Member Functions | |
ReceiveTimer (UwCsmaAloha_Trigger_SINK *m) | |
virtual | ~ReceiveTimer () |
![]() | |
GenericTimer (UwCsmaAloha_Trigger_SINK *m) | |
virtual | ~GenericTimer () |
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 |
UwCsmaAloha_Trigger_SINK *UW_CS_ALOHA_TRIG_SINK_TIMER_STATUS | timer_status |
Class used to handle the timer of the reception period.
Definition at line 305 of file uw-csma-aloha-trigger-sink.h.
|
inline |
Conscructor of ReceiveTimer class.
UwCsmaAloha_Trigger_SINK* | pointer to an object of type UwCsmaAloha_Trigger_SINK |
Definition at line 313 of file uw-csma-aloha-trigger-sink.h.
|
inlinevirtual |
Descructor of ReceiveTimer class.
Definition at line 321 of file uw-csma-aloha-trigger-sink.h.
|
protectedvirtual |
Method called when the timer expire.
Event* | pointer to an object of type Event |
Definition at line 66 of file uw-csma-aloha-trigger-sink.cpp.