Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
T
throwAway(int)
- Method in class uwcse.location.
ProducerConsumerQueue
Throw away the given number of elements from the front of the queue.
timestamp
- Variable in class uwcse.location.objects.versus.
VersusPacket
toString()
- Method in class uwcse.location.
Subscription
Get a string representation of this subscription.
toString()
- Method in class uwcse.location.
NameSubscription
Get a string representation of this subscription.
toString()
- Method in class uwcse.location.
TypeSubscription
Get a string representation of this subscription.
toString()
- Method in class uwcse.location.objects.
PhysicalObjectDatabase
Overridden to print the internal tree structure, database hash index, and world map.
toString()
- Method in class uwcse.location.objects.
PhysicalObject
String representation of this object.
toString()
- Method in class uwcse.location.objects.cricket.
CricketPacket
toString()
- Method in class uwcse.location.objects.versus.
VersusPacket
toString()
- Method in class uwcse.location.messaging.
LocationMsg
toString()
- Method in class uwcse.location.messaging.
SubscriberMsg
toString()
- Method in class uwcse.location.messaging.
SubscriberLocationReportMsg
toString()
- Method in class uwcse.location.messaging.
LocationRpc
toString()
- Method in class uwcse.location.messaging.
LocationRpcResult
toString()
- Method in class uwcse.location.messaging.
MeasurementMsg
toString()
- Method in class uwcse.location.messaging.
AddObjectRpc
toString()
- Method in class uwcse.location.messaging.
AddChildObjectRpc
toString()
- Method in class uwcse.location.messaging.
AddObjectWithStateRpc
toString()
- Method in class uwcse.location.messaging.
LinkObjectRpc
toString()
- Method in class uwcse.location.messaging.
UnlinkObjectRpc
toString()
- Method in class uwcse.location.messaging.
RemoveObjectRpc
toString()
- Method in class uwcse.location.messaging.
RemoveObjectGroupRpc
toString()
- Method in class uwcse.location.messaging.
WorldMapQuery
toString()
- Method in class uwcse.location.messaging.
PhysicalObjectQuery
toString()
- Method in class uwcse.location.messaging.
PhysicalObjectRootQuery
toString()
- Method in class uwcse.location.messaging.
LocationQuery
toString()
- Method in class uwcse.location.messaging.
TypeLocationQuery
toString()
- Method in class uwcse.location.messaging.
SubscriptionReq
toString()
- Method in class uwcse.location.messaging.
NewSubscriptionReq
toString()
- Method in class uwcse.location.messaging.
NameSubscriptionReq
toString()
- Method in class uwcse.location.messaging.
TypeSubscriptionReq
toString()
- Method in class uwcse.location.messaging.
SubscriptionUpdateReq
toString()
- Method in class uwcse.location.messaging.
SubscriptionRenewalReq
toString()
- Method in class uwcse.location.messaging.
SubscriptionExpirationReq
toString()
- Method in class uwcse.location.messaging.
SubscriptionCancellationReq
toString()
- Method in class uwcse.location.messaging.
ObjectNameQuery
toString()
- Method in class uwcse.location.messaging.
SubscriberExpirationMsg
toString()
- Method in class uwcse.location.messaging.
LocationQueryResult
toString()
- Method in class uwcse.location.messaging.
LocationRpcSuccess
toString()
- Method in class uwcse.location.messaging.
ObjectNameQueryResult
toString()
- Method in class uwcse.location.messaging.
PhysicalObjectQueryResult
toString()
- Method in class uwcse.location.messaging.
SubscriptionResult
toString()
- Method in class uwcse.location.messaging.
WorldMapQueryResult
toString()
- Method in class uwcse.location.core.
State
Overridden method to print the State in a human readable format.
toString()
- Method in class uwcse.location.core.
Measurement
Return a string representation of this Measurement.
toString()
- Method in class uwcse.location.core.
WorldMap
Return a string representation of this WorldMap.
toString()
- Method in class uwcse.location.core.
LocationReport
Return a string representation of this location report.
toString()
- Method in class uwcse.location.core.
TrueStateMeasurement
Return a string representation of this TrueStateMeasurement.
toString()
- Method in class uwcse.location.core.
MeanLocationReport
Return a string representation of this location report.
toString()
- Method in class uwcse.location.core.
ParticleLocationReport
Return a string representation of this location report.
toString()
- Method in class uwcse.location.core.
ProximityMeasurement
Return a string representation of this ProximityMeasurement.
toString()
- Method in class uwcse.location.core.
LinearDistanceMeasurement
Return a string representation of this LinearDistanceMeasurement.
toString()
- Method in class uwcse.location.core.
PlanarSweepMeasurement
Return a string representation of this PlanarSweepMeasurement.
toString()
- Method in class uwcse.location.core.
MapMeasurement
Return a string representation of this MapMeasurement.
toString()
- Method in class uwcse.location.core.
AngleMeasurement
Return a string representation of this AngleMeasurement.
toString()
- Method in class uwcse.location.core.
MobileTracker
Return a string representation of this mobile tracker.
toString()
- Method in class uwcse.location.core.
CentroidTracker
Return a string representation of this particle filter tracker.
toString()
- Method in class uwcse.location.core.
ParticleFilterTracker
Return a string representation of this particle filter tracker.
toString()
- Method in class uwcse.location.core.
PointTracker
Return a string representation of this particle filter tracker.
toString()
- Method in class uwcse.location.core.
Sample
Return a string representation of this Sample.
toString()
- Method in class uwcse.location.core.
SmoothCentroidTracker
Return a string representation of this particle filter tracker.
toString()
- Method in class uwcse.location.core.
StaticTracker
Tracker
- class uwcse.location.core.
Tracker
.
An abstract class containing functionality to track a physical object.
Tracker(Tracker)
- Constructor for class uwcse.location.core.
Tracker
Create a tracker as a copy of the given one.
Tracker(WorldMap)
- Constructor for class uwcse.location.core.
Tracker
Create a tracker.
transform(Point3d)
- Method in class uwcse.location.core.
State
Return a new point that is the given point transformed using the translation and rotation parameters of this state.
transform(Vector3d)
- Method in class uwcse.location.core.
State
Return a new vector that is the given vector transformed using the translation and rotation parameters of this state.
transform(State)
- Method in class uwcse.location.core.
State
Return a new State that is the given argument State transformed using the translation and rotation parameters of this state.
transform(State)
- Method in class uwcse.location.core.
StateTransform
Transforms the State parameter with this transformation and place the result back into the State.
TrueStateMeasurement
- class uwcse.location.core.
TrueStateMeasurement
.
The TrueStateMeasurement class is used to represent a ground truth measurement for evaluation purposes.
TrueStateMeasurement()
- Constructor for class uwcse.location.core.
TrueStateMeasurement
Create a map measurement at default point (0,0,0).
TrueStateMeasurement(String, String, State)
- Constructor for class uwcse.location.core.
TrueStateMeasurement
Creates a map measurement.
TrueStateMeasurement(TrueStateMeasurement)
- Constructor for class uwcse.location.core.
TrueStateMeasurement
Creates a map measurement as a copy of the given one.
TruthConverter
- class uwcse.location.
TruthConverter
.
This class generates an XML serialized WorldMap from an obstacle grid file created by the UW robot mapping tools.
TruthConverter()
- Constructor for class uwcse.location.
TruthConverter
tx_power
- Variable in class uwcse.location.objects.mote.
MoteSerialReadWrite.beacon_packet
TypeLocationQuery
- class uwcse.location.messaging.
TypeLocationQuery
.
A request to receive the locations of all objects of the given type.
TypeLocationQuery()
- Constructor for class uwcse.location.messaging.
TypeLocationQuery
typeName
- Variable in class uwcse.location.messaging.
TypeLocationQuery
typeName
- Variable in class uwcse.location.messaging.
TypeSubscriptionReq
typeName
- Variable in class uwcse.location.messaging.
ObjectNameQuery
TypeSubscription
- class uwcse.location.
TypeSubscription
.
A subscription to to receive interrupt driven information about object(s) location(s) for all objects of a given type.
TypeSubscription()
- Constructor for class uwcse.location.
TypeSubscription
Create a new type subscription for java.lang.Object that expires immediately.
TypeSubscription(String, ServiceID, Date)
- Constructor for class uwcse.location.
TypeSubscription
Create a new type subscription for the given type with the given unique id and expiration date.
TypeSubscription(TypeSubscription)
- Constructor for class uwcse.location.
TypeSubscription
Create a new type subscription as a copy of the given one.
TypeSubscriptionReq
- class uwcse.location.messaging.
TypeSubscriptionReq
.
A request for a subscription to receive interrupt driven locations for objects of the given type.
TypeSubscriptionReq()
- Constructor for class uwcse.location.messaging.
TypeSubscriptionReq
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at
http://portolano.cs.washington.edu/projects/location/
© Copyright 2004 University of Washington CSE