|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationGenerator | |
groupmgmt | |
groupmgmt.impl | |
lime | |
location | |
location.generators |
Uses of LocationGenerator in groupmgmt |
Fields in groupmgmt declared as LocationGenerator | |
(package private) LocationGenerator |
GroupManager.TestFrame.lg
|
Constructors in groupmgmt with parameters of type LocationGenerator | |
GroupManager.TestFrame(int sp,
LocationGenerator lg,
double safe)
|
Uses of LocationGenerator in groupmgmt.impl |
Fields in groupmgmt.impl declared as LocationGenerator | |
private LocationGenerator |
SafeDistanceDetector.locationGenerator
The LocationGenerator - the object that updates our location (via LocationChangedEvents). |
Constructors in groupmgmt.impl with parameters of type LocationGenerator | |
SafeDistanceDetector(int beaconPort,
java.lang.String beaconAddress,
int beaconPeriod,
double range,
double maxSpeed,
double networkLatency,
LocationGenerator locationGenerator)
Constructor. |
Uses of LocationGenerator in lime |
Fields in lime declared as LocationGenerator | |
private LocationGenerator |
LimeServer.lg
|
Uses of LocationGenerator in location |
Fields in location declared as LocationGenerator | |
private LocationGenerator |
LocationServer.lg
The LocationGenerator that provides the location. |
Methods in location with parameters of type LocationGenerator | |
void |
LocationServer.setLocationGenerator(LocationGenerator lg)
Sets the location generated used by this LocationServer. |
Uses of LocationGenerator in location.generators |
Classes in location.generators that implement LocationGenerator | |
class |
FakeGPSMonitor
This class reads the data comming from a simulated GPS system. |
class |
RealGPSMonitor
This class monitors the GPS information provided by the Garmin GPS unit on the serial port. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |