See: Description
| Interface | Description |
|---|---|
| ConnectionListener |
Callback declaration for IP socket connection/disconnection.
|
| LightListener |
Interface with declarations of callback methods for the light sensor.
|
| SharedConstants | |
| SoundListener |
Class with declaration of callback methods for the sound sensor.
|
| TouchListener |
Interface with declarations of callback methods for the touch sensor.
|
| UltrasonicListener |
Class with declarations of callback methods for the ultrasonic sensor.
|
| Class | Description |
|---|---|
| ColorSensor |
Class that represents a EV3 color sensor.
|
| Gear |
Class that represents the combination of two motors on an axis
to perform a car-like movement.
|
| GenericGear |
Abstract class that represents the combination of two motors on an axis to perform a car-like movement.
|
| GenericIRSensor |
Class that represents a generic Lego EV3 Infra Red sensor.
|
| GenericMotor |
Abstract class that represents one of the motors.
|
| GyroAngleSensor |
Class that represents a gyro sensor in angle mode (EV3 Gyro Sensor).
|
| GyroRateSensor |
Class that represents a gyro sensor in rate mode (EV3 Gyro Sensor).
|
| HTAccelerometer |
Class that represents a accelerometer sensor (HiTechnic Accelerometer).
|
| HTBarometer |
Class that represents a barometer sensor (HiTechnic Barometer).
|
| HTColorSensor |
Class that represents a color sensor (HiTechnic Color Sensor in RGB mode).
|
| HTCompassSensor |
Class that represents a compass sensor (HiTechnic Compass Sensor).
|
| HTGyroSensor |
Class that represents a gyro sensor (HiTechnic Gyro Sensor).
|
| HTInfraredSeeker |
Class that represents a infrared seeker version 2 from HiTechnic.
|
| HTInfraredSeekerV2 |
Class that represents a infrared seeker version 2 from HiTechnic.
|
| IRDistanceSensor |
Class that represents a Lego EV3 Infra Red sensor in Distance Mode.
|
| IRRemoteSensor |
Class that represents a Lego EV3 Infra Red sensor in Remote Control Mode.
|
| IRSeekSensor |
Class that represents a Lego EV3 Infra Red sensor in Seeek Mode.
|
| LegoRobot |
Class that represents a EV3 robot brick.
|
| LightAdapter |
Class with empty callback methods for the light sensor.
|
| LightSensor |
Class that represents a light sensor (EV3 color sensor in RED mode).
|
| MediumMotor |
Class that represents a EV3MediumRegulatedMotor motor.
|
| Motor |
Class that represents one of the EV3 motors.
|
| MotorPort |
Useful declarations for motor port connections.
|
| NxtColorSensor |
Class that represents a color sensor (Lego NXT color sensor).
|
| NxtGear |
Class that represents the combination of two motors on an axis
to perform a car-like movement.
|
| NxtLightSensor |
Class that represents a light sensor (Lego NXT light sensor).
|
| NxtMotor |
Class that represents one of the NXT motors.
|
| NxtSoundSensor |
Class that represents a sound sensor.
|
| NxtTouchSensor |
Class that represents a touch sensor.
|
| NxtTurtleRobot |
Implementation of the basic Logo turtle movements.
|
| NxtUltrasonicSensor |
Class that represents a NXT ultrasonic sensor.
|
| OpticalDistanceSensor |
Class that represents a high precision infrared distance sensor
(High Precision Short Range Infrared Distance Sensor from mindstorms.com).
|
| Part |
Abstract class as ancestor of all parts.
|
| PrototypeSensor |
Class that represents a prototype sensor
(HiTechnic NXT Prototype Board).
|
| RFIDSensor |
Class that represents a RFID sensor from CODATEX (www.codatex.com).
|
| Sensor |
Abstract class as ancestor of all sensors.
|
| SensorPort |
Useful declarations for sensor port connections.
|
| SoundAdapter |
Class with empty callback methods for the sound sensor.
|
| SuperProSensor |
Class that represents a SuperPro prototype sensor
(HiTechnic NXT SuperPro Prototype Board).
|
| Tools |
Some useful helper methods.
|
| TouchAdapter |
Class with empty callback methods for the touch sensor.
|
| TouchSensor |
Class that represents a touch sensor.
|
| TurtleRobot |
Implementation of the basic Logo turtle movements.
|
| UltrasonicAdapter |
Class with empty callback methods for the ultrasonic sensor.
|
| UltrasonicSensor |
Class that represents a EV3 ultrasonic sensor.
|
| Vector2D |
Class representing a two-dimensional vector with double coordinates (x, y).
|
| Vector3D |
Class representing a three-dimensional vector with double coordinates (x, y, z).
|
| Enum | Description |
|---|---|
| ColorLabel |
Enumeration of detectable colors for color sensors.
|