DESERT 3.5.1
|
#include <uwal.h>
Public Member Functions | |
TxFrameTimer (Uwal *pUwal) | |
Protected Member Functions | |
virtual void | expire (Event *e) |
Protected Attributes | |
Uwal * | pUwal_ |
The class used by Uwal to handle simulator's event expirations; it is exploited to schedule the sendDown() of successive frames.
|
inline |
Class constructor.
pUwal | pointer to the Uwal object to be linked with this TxFrameTimer object. |
|
protectedvirtual |
|
protected |
Pointer to an Uwal object.
It is used to call Uwal::ALqueueManager() when the countdown expires.