uwcse.location
Class FusionService.FusionMeasurementThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--uwcse.location.FusionService.FusionThread
              |
              +--uwcse.location.FusionService.FusionMeasurementThread
All Implemented Interfaces:
Runnable
Enclosing class:
FusionService

protected class FusionService.FusionMeasurementThread
extends FusionService.FusionThread

A helper thread class for the FusionService to consume measurements received and queued by the FusionService and update the appropriate physical object's trackers.


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
FusionService.FusionMeasurementThread(int threadNum)
           
 
Method Summary
 void workLoopBody()
           
 
Methods inherited from class uwcse.location.FusionService.FusionThread
run, shutdown
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FusionService.FusionMeasurementThread

public FusionService.FusionMeasurementThread(int threadNum)
Method Detail

workLoopBody

public void workLoopBody()
Description copied from class: FusionService.FusionThread
Extend this routine to do useful work.



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