org.placelab.stumbler.gui
Class BeaconHistory

java.lang.Object
  extended byorg.placelab.stumbler.gui.BeaconHistory

public class BeaconHistory
extends java.lang.Object


Nested Class Summary
static class BeaconHistory.BeaconHistoryHelper
           
 
Field Summary
 BeaconHistory.BeaconHistoryHelper highestRssi
           
static int MAX_READINGS
           
 long mostRecent
           
 java.util.Vector readings
           
 
Constructor Summary
BeaconHistory()
           
 
Method Summary
 void addReading(BeaconHistory.BeaconHistoryHelper newReading)
           
 void addReading(BeaconReading reading, TwoDCoordinate gpsLL, long timestamp)
           
 long getMostRecent()
           
 int hashCode()
           
 boolean readingIsHigherThanHighest(BeaconHistory.BeaconHistoryHelper h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readings

public java.util.Vector readings

highestRssi

public BeaconHistory.BeaconHistoryHelper highestRssi

mostRecent

public long mostRecent

MAX_READINGS

public static final int MAX_READINGS
See Also:
Constant Field Values
Constructor Detail

BeaconHistory

public BeaconHistory()
Method Detail

getMostRecent

public long getMostRecent()

addReading

public void addReading(BeaconReading reading,
                       TwoDCoordinate gpsLL,
                       long timestamp)

addReading

public void addReading(BeaconHistory.BeaconHistoryHelper newReading)

readingIsHigherThanHighest

public boolean readingIsHigherThanHighest(BeaconHistory.BeaconHistoryHelper h)

hashCode

public int hashCode()