com.yobotics.simulationconstructionset.robotController
Interface SensorProcessor

All Superinterfaces:
RobotControlElement
All Known Implementing Classes:
ModularSensorProcessor, PerfectIMUSensorProcessor, YoWhiteBoardReadController

public interface SensorProcessor
extends RobotControlElement


Method Summary
 void update()
           
 
Methods inherited from interface com.yobotics.simulationconstructionset.robotController.RobotControlElement
getDescription, getName, getYoVariableRegistry, initialize
 

Method Detail

update

void update()