Uses of Class
berlin.yuna.tinkerforgesensor.logic.Sensor
-
Packages that use Sensor Package Description berlin.yuna.tinkerforgesensor.logic berlin.yuna.tinkerforgesensor.model berlin.yuna.tinkerforgesensor.model.handler berlin.yuna.tinkerforgesensor.model.helper -
-
Uses of Sensor in berlin.yuna.tinkerforgesensor.logic
Fields in berlin.yuna.tinkerforgesensor.logic declared as Sensor Modifier and Type Field Description protected SensorSensorHandler. sensorMethods in berlin.yuna.tinkerforgesensor.logic that return Sensor Modifier and Type Method Description SensorStack. findSensor(String uid)SensorStack. getSensor(int index, Class<?>... types)SensorSensor. send(Object object)SensorSensor. sendColor(Color color)Used for sensors like {@link {@link ButtonRGB }}LedRGBV2SensorSensor. sendColor(Number color)Used for sensors like {@link {@link ButtonRGB }}LedRGBV2SensorSensor. sendSound(int durationMs)Sends a sound - seesendSound(int, int)andsetFrequency(int)used bylikeSpeaker(600Hz - 7100Hz)SpeakerV2(50Hz - 15000Hz)SensorSensor. sendSound(int durationMs, boolean wait)Sends a sound - seesendSound(int, int)andsetFrequency(int)used bylikeSpeaker(600Hz - 7100Hz)SpeakerV2(50Hz - 15000Hz)SensorSensor. sendSound(int durationMs, int frequency)SensorSensor. sendSound(int durationMs, int frequency, boolean wait)SensorSensor. sendSound(int durationMs, int frequency, int volume)SensorSensorHandler. sensor()SensorSensor. setBrightness(int brightness)SetsSensorHandler.CONFIG_BRIGHTNESS(0-7) for sensorsused bylikeDisplaySegment,DisplaySegmentV2SensorSensor. setFrequency(int frequency)SetsSensorHandler.CONFIG_FREQUENCYfor sensorsused bylikeSpeaker(600Hz - 7100Hz)Speaker(50Hz - 15000Hz)SensorSensor. setHighContrast(boolean highContrast)SetsSensorHandler.CONFIG_HIGH_CONTRASTfor color inputs ofsendColor(Color)used bylikeButtonRGBLedRGBV2SensorSensor. setInfoLedOff()Sets info led toLedStatusType.LED_OFFused bySensors likeImuBrickImuBrickV2AccelerometerAccelerometerV2LedRGBV2LightColorLightColorV2MasterBrickSensorSensor. setInfoLedON()Sets info led toLedStatusType.LED_OFFused bySensors likeImuBrickImuBrickV2AccelerometerAccelerometerV2LedRGBV2LightColorLightColorV2MasterBrickSensorSensor. setLedState(int ledId, int ledState)Set the state of an specific ledused bylikeButtonDualV2SensorSensor. setLedState(int ledId, LedStatusType ledState)Set the state of an specific ledused bylikeButtonDualV2SensorSensor. setStatusLed(LedStatusType type)Sets status led toLedStatusType.LED_ONSensorSensor. setStatusLedDefault()Sets status led toLedStatusType.LED_STATUSSensorSensor. setStatusLedHeartbeat()Sets status led toLedStatusType.LED_HEARTBEATSensorSensor. setStatusLedOff()Sets status led toLedStatusType.LED_OFFSensorSensor. setStatusLedOn()Sets status led toLedStatusType.LED_ONMethods in berlin.yuna.tinkerforgesensor.logic that return types with arguments of type Sensor Modifier and Type Method Description Optional<Sensor>Sensor. getParent()List<Sensor>Stack. getSensorList(Class<?>... types)Set<Sensor>Stack. getSensors()Set<Sensor>Stack. getSensors(Predicate<? super Sensor> filter)List<Sensor>Stack. getSensorsSorted()List<Sensor>Stack. getSensorsSorted(Predicate<? super Sensor> filter)Methods in berlin.yuna.tinkerforgesensor.logic with parameters of type Sensor Modifier and Type Method Description intSensor. compareTo(Sensor o)static <D> SensorHandler<D>SensorHandler. initHandler(Sensor sensor, Class<? extends SensorHandler<?>> handlerClass, com.tinkerforge.Device device)Method parameters in berlin.yuna.tinkerforgesensor.logic with type arguments of type Sensor Modifier and Type Method Description Set<Sensor>Stack. getSensors(Predicate<? super Sensor> filter)List<Sensor>Stack. getSensorsSorted(Predicate<? super Sensor> filter)Constructors in berlin.yuna.tinkerforgesensor.logic with parameters of type Sensor Constructor Description SensorHandler(Sensor sensor, com.tinkerforge.Device device) -
Uses of Sensor in berlin.yuna.tinkerforgesensor.model
Methods in berlin.yuna.tinkerforgesensor.model that return Sensor Modifier and Type Method Description SensorSensorEvent. getSensor()Constructors in berlin.yuna.tinkerforgesensor.model with parameters of type Sensor Constructor Description SensorEvent(Sensor sensor, Number value, ValueType valueType)SensorEvent(Sensor sensor, List<Number> values, ValueType valueType) -
Uses of Sensor in berlin.yuna.tinkerforgesensor.model.handler
Constructors in berlin.yuna.tinkerforgesensor.model.handler with parameters of type Sensor Constructor Description Accelerometer(Sensor sensor, com.tinkerforge.Device device)AccelerometerV2(Sensor sensor, com.tinkerforge.Device device)AirQuality(Sensor sensor, com.tinkerforge.Device device)Barometer(Sensor sensor, com.tinkerforge.Device device)BarometerV2(Sensor sensor, com.tinkerforge.Device device)ButtonDualV2(Sensor sensor, com.tinkerforge.Device device)ButtonMultiTouchV2(Sensor sensor, com.tinkerforge.Device device)ButtonRGB(Sensor sensor, com.tinkerforge.Device device)Compass(Sensor sensor, com.tinkerforge.Device device)DcBrick(Sensor sensor, com.tinkerforge.Device device)DisplaySegment(Sensor sensor, com.tinkerforge.Device device)DisplaySegmentV2(Sensor sensor, com.tinkerforge.Device device)DistanceIR(Sensor sensor, com.tinkerforge.Device device)DistanceIRV2(Sensor sensor, com.tinkerforge.Device device)DistanceUs(Sensor sensor, com.tinkerforge.Device device)DistanceUsV2(Sensor sensor, com.tinkerforge.Device device)DummyHandler(Sensor sensor, com.tinkerforge.Device device)HallEffectV2(Sensor sensor, com.tinkerforge.Device device)Humidity(Sensor sensor, com.tinkerforge.Device device)HumidityV2(Sensor sensor, com.tinkerforge.Device device)ImuBrick(Sensor sensor, com.tinkerforge.Device device)ImuBrickV2(Sensor sensor, com.tinkerforge.Device device)JoystickV2(Sensor sensor, com.tinkerforge.Device device)LedRGBV2(Sensor sensor, com.tinkerforge.Device device)LightAmbient(Sensor sensor, com.tinkerforge.Device device)LightAmbientV2(Sensor sensor, com.tinkerforge.Device device)LightAmbientV3(Sensor sensor, com.tinkerforge.Device device)LightColor(Sensor sensor, com.tinkerforge.Device device)LightColorV2(Sensor sensor, com.tinkerforge.Device device)LightUv(Sensor sensor, com.tinkerforge.Device device)LightUvV2(Sensor sensor, com.tinkerforge.Device device)MasterBrick(Sensor sensor, com.tinkerforge.Device device)MotionDetector(Sensor sensor, com.tinkerforge.Device device)MotionDetectorV2(Sensor sensor, com.tinkerforge.Device device)PotiLinearMotored(Sensor sensor, com.tinkerforge.Device device)PotiLiniarV2(Sensor sensor, com.tinkerforge.Device device)PotiRotaryEncoderV2(Sensor sensor, com.tinkerforge.Device device)PotiRotaryV2(Sensor sensor, com.tinkerforge.Device device)SoundIntensity(Sensor sensor, com.tinkerforge.Device device)Speaker(Sensor sensor, com.tinkerforge.Device device)SpeakerV2(Sensor sensor, com.tinkerforge.Device device)Temperature(Sensor sensor, com.tinkerforge.Device device)TemperatureV2(Sensor sensor, com.tinkerforge.Device device)Tilt(Sensor sensor, com.tinkerforge.Device device) -
Uses of Sensor in berlin.yuna.tinkerforgesensor.model.helper
Methods in berlin.yuna.tinkerforgesensor.model.helper that return Sensor Modifier and Type Method Description SensorGetSensor. accelerometer()SensorGetSensor. accelerometer(int index)SensorGetSensor. airQuality()SensorGetSensor. airQuality(int index)SensorGetSensor. barometer()SensorGetSensor. barometer(int index)SensorGetSensor. buttonDual()SensorGetSensor. buttonDual(int index)SensorGetSensor. buttonMultiTouch()SensorGetSensor. buttonMultiTouch(int index)SensorGetSensor. buttonRGB()SensorGetSensor. buttonRGB(int index)SensorGetSensor. compass()SensorGetSensor. compass(int index)SensorGetSensor. dcBrick()SensorGetSensor. dcBrick(int index)SensorGetSensor. displaySegment()SensorGetSensor. displaySegment(int index)SensorGetSensor. distanceIR()SensorGetSensor. distanceIR(int index)SensorGetSensor. distanceUs()SensorGetSensor. distanceUs(int index)SensorGetSensor. dummyHandler()SensorGetSensor. dummyHandler(int index)SensorGetSensor. hallEffect()SensorGetSensor. hallEffect(int index)SensorGetSensor. humidity()SensorGetSensor. humidity(int index)SensorGetSensor. imuBrick()SensorGetSensor. imuBrick(int index)SensorGetSensor. joystick()SensorGetSensor. joystick(int index)SensorGetSensor. ledRGB()SensorGetSensor. ledRGB(int index)SensorGetSensor. lightAmbient()SensorGetSensor. lightAmbient(int index)SensorGetSensor. lightColor()SensorGetSensor. lightColor(int index)SensorGetSensor. lightUv()SensorGetSensor. lightUv(int index)SensorGetSensor. masterBrick()SensorGetSensor. masterBrick(int index)SensorGetSensor. motionDetector()SensorGetSensor. motionDetector(int index)SensorGetSensor. potiLinearMotored()SensorGetSensor. potiLinearMotored(int index)SensorGetSensor. potiLiniar()SensorGetSensor. potiLiniar(int index)SensorGetSensor. potiRotary()SensorGetSensor. potiRotary(int index)SensorGetSensor. potiRotaryEncoder()SensorGetSensor. potiRotaryEncoder(int index)SensorGetSensor. soundIntensity()SensorGetSensor. soundIntensity(int index)SensorGetSensor. speaker()SensorGetSensor. speaker(int index)SensorGetSensor. temperature()SensorGetSensor. temperature(int index)SensorGetSensor. tilt()SensorGetSensor. tilt(int index)Constructors in berlin.yuna.tinkerforgesensor.model.helper with parameters of type Sensor Constructor Description IsSensor(Sensor sensor)
-