Package de.nordakademie.nxtsimulation.sensor

Examples of de.nordakademie.nxtsimulation.sensor.SoundSensorStub


      pilot.setUltraSonicSensor(sensorPort, ultraSonicSensor);
    }

    sensorPort = configController.getSoundSensorPortNr();
    if (sensorPort != -1) { // -1 => kein Sensor
      pilot.setSoundSensor(sensorPort, new SoundSensorStub());
    }

    pilot.setHeading(mainGui.getConfigurationGui().getSpinHead().getSelection());
    pilot.setPosX(mainGui.getConfigurationGui().getSpinXPos().getSelection());
    pilot.setPosY(mainGui.getConfigurationGui().getSpinYPos().getSelection());
View Full Code Here

TOP

Related Classes of de.nordakademie.nxtsimulation.sensor.SoundSensorStub

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.