DRCL J-Sim API

drcl.inet.mac
Class NavTimer

java.lang.Object
  extended bydrcl.inet.mac.Mac_802_11_Timer
      extended bydrcl.inet.mac.NavTimer

public class NavTimer
extends Mac_802_11_Timer

The class simulates the NavTimer in IEEE 802.11 MAC protocol.

Author:
Ye Ge
See Also:
Mac_802_11, Mac_802_11_Timer

Constructor Summary
NavTimer(Mac_802_11 h)
           
 
Method Summary
 void handle()
          Handles the timeout event.
 
Methods inherited from class drcl.inet.mac.Mac_802_11_Timer
busy, expire, pause, paused, resume, start, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavTimer

public NavTimer(Mac_802_11 h)
Method Detail

handle

public void handle()
Handles the timeout event. This method is called in Mac_802_11 class.

Overrides:
handle in class Mac_802_11_Timer

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~