rp1.simulator
Class SimMotionTask

java.lang.Object
  extended by rp1.simulator.SimTask
      extended by rp1.simulator.SimMotionTask

public class SimMotionTask
extends SimTask

A task for scheduling and managing all client motion computations; this is a self-recycling task and only one is allowed on the task queue at any time.


Constructor Summary
SimMotionTask(SimSession session)
           
 
Method Summary
 void process()
           
 void setSimSpeed(double simSpeed)
           
 
Methods inherited from class rp1.simulator.SimTask
setStartTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimMotionTask

public SimMotionTask(SimSession session)
Method Detail

setSimSpeed

public void setSimSpeed(double simSpeed)

process

public void process()
Specified by:
process in class SimTask