DESERT 3.5.1
|
#include <uwmodem.h>
Public Member Functions | |
CheckTimer (UwModem *pmModem_) | |
CheckTimer (UWMPhy_modem *pmModem_) | |
CheckTimer (UWMPhy_modem *pmModem_) | |
Protected Member Functions | |
virtual void | expire (Event *e) |
virtual void | expire (Event *e) |
virtual void | expire (Event *e) |
Protected Attributes | |
UwModem * | pmModem |
UWMPhy_modem * | pmModem |
The class used by UwModem to handle simulator's event expirations; it is exploited to schedule the reading process from the modem; see the ns2 manual for more details about TimerHandler.
The class used by UWMPhy_modem to handle simulator's event expirations; it is exploited to schedule the reading process from the modem; see the ns2 manual for more details about TimerHandler.
|
inline |
Class constructor.
pmModem_ | pointer to the UwModem object to link with this CheckTimer object. |
|
inline |
Class constructor.
pmModem_ | pointer to the UWMPhy_modem object to link with this CheckTimer object. |
Definition at line 385 of file DESERT_Framework/DESERT/physical/uwmphy_modem/uwmphy_modem.h.
|
inline |
Class constructor.
pmModem_ | pointer to the UWMPhy_modem object to link with this CheckTimer object. |
Definition at line 385 of file DESERT_Addons/uwmphy_modem/uwmphy_modem.h.
|
protectedvirtual |
Method to handle the expiration of a given event.
e | event to be handled. |
|
protectedvirtual |
Method to handle the expiration of a given event.
e | event to be handled. |
Definition at line 181 of file uwmodem.cpp.
|
protectedvirtual |
Method to handle the expiration of a given event.
e | event to be handled. |
|
protected |
Pointer to an UwModem object.
Pointer to an UWMPhy_modem object.
It is used to call UwModem::checkEvent() when the countdown expires.
It is used to call UWMPhy_modem::check_modem() when the countdown expires.
|
protected |
Pointer to an UWMPhy_modem object.
It is used to call UWMPhy_modem::check_modem() when the countdown expires.
Definition at line 404 of file DESERT_Framework/DESERT/physical/uwmphy_modem/uwmphy_modem.h.