edu.cmu.emulator.wlandev.monitor
Class RoamInfo
java.lang.Object
edu.cmu.emulator.wlandev.monitor.RoamInfo
public class RoamInfo
- extends Object
startBSSID
protected gmj.net.PhysicalAddress startBSSID
endBSSID
protected gmj.net.PhysicalAddress endBSSID
sw
protected Stopwatch sw
RoamInfo
public RoamInfo()
startRoam
public void startRoam(gmj.net.PhysicalAddress startBSSID)
endRoam
public void endRoam(gmj.net.PhysicalAddress endBSSID)
getStartBSSID
public gmj.net.PhysicalAddress getStartBSSID()
getEndBSSID
public gmj.net.PhysicalAddress getEndBSSID()
actuallyRoamed
public boolean actuallyRoamed()
getStartTimeMillis
public long getStartTimeMillis()
getEndTimeMillis
public long getEndTimeMillis()
getElapsedMillis
public long getElapsedMillis()
getElapsedSeconds
public double getElapsedSeconds()
containsTime
public boolean containsTime(long timeMillis)
noRoamOccurred
public boolean noRoamOccurred()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.