rp1.simulator
Class SimSensorTask

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

public class SimSensorTask
extends SimTask

A task queued by SimClient to in response to a request for sensor status information.


Constructor Summary
SimSensorTask(SimClient _client, RsBodySensor _sensor)
           
 
Method Summary
 void process()
           
 
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

SimSensorTask

public SimSensorTask(SimClient _client,
                     RsBodySensor _sensor)
Method Detail

process

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