|
DESERT 4.0.0
|
#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. |
References UwModem::getDebug(), and pmModem.

|
inline |
Class constructor.
| pmModem_ | pointer to the UWMPhy_modem object to link with this CheckTimer object. |
References UwModem::getDebug(), and pmModem.

|
inline |
Class constructor.
| pmModem_ | pointer to the UWMPhy_modem object to link with this CheckTimer object. |
References UwModem::getDebug(), and pmModem.

|
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. |
References UwModem::checkEvent(), and pmModem.

|
protectedvirtual |
Method to handle the expiration of a given event.
| e | event to be handled. |
|
protected |
Pointer to an UwModem object. It is used to call UwModem::checkEvent() when the countdown expires.
Pointer to an UWMPhy_modem object. It is used to call UWMPhy_modem::check_modem() when the countdown expires.
Referenced by CheckTimer(), CheckTimer(), and expire().
|
protected |
Pointer to an UWMPhy_modem object. It is used to call UWMPhy_modem::check_modem() when the countdown expires.