Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

F

failure(Throwable) - Method in class com.mbientlab.metawear.AsyncOperation.CompletionHandler
Called if the background operation reported an error
failure(int, Throwable) - Method in class com.mbientlab.metawear.MetaWearBoard.ConnectionStateHandler
Called if a connection attempt failed
FIELD_BIN_SIZE - Static variable in class com.mbientlab.metawear.processor.Sample
 
FIELD_HYSTERESIS - Static variable in class com.mbientlab.metawear.processor.Threshold
 
FIELD_LIMIT - Static variable in class com.mbientlab.metawear.processor.Counter
Deprecated.
This field incorrectly represented the underlying implementation i.e. users could not set a counter max value, only how many bytes the counter has to use. Use Counter.FIELD_SIZE instead.
FIELD_LIMIT - Static variable in class com.mbientlab.metawear.processor.Threshold
 
FIELD_MODE - Static variable in class com.mbientlab.metawear.processor.Comparison
 
FIELD_MODE - Static variable in class com.mbientlab.metawear.processor.Delta
 
FIELD_MODE - Static variable in class com.mbientlab.metawear.processor.Passthrough
 
FIELD_MODE - Static variable in class com.mbientlab.metawear.processor.Pulse
 
FIELD_MODE - Static variable in class com.mbientlab.metawear.processor.Threshold
 
FIELD_MODE - Static variable in class com.mbientlab.metawear.processor.Time
 
FIELD_OP - Static variable in class com.mbientlab.metawear.processor.Comparison
 
FIELD_OP - Static variable in class com.mbientlab.metawear.processor.Maths
 
FIELD_OUTPUT - Static variable in class com.mbientlab.metawear.processor.Accumulator
 
FIELD_OUTPUT - Static variable in class com.mbientlab.metawear.processor.Pulse
Deprecated.
Uri field renamed to "mode", use Pulse.FIELD_MODE instead
FIELD_PERIOD - Static variable in class com.mbientlab.metawear.processor.Time
 
FIELD_REFERENCE - Static variable in class com.mbientlab.metawear.processor.Comparison
 
FIELD_RHS - Static variable in class com.mbientlab.metawear.processor.Maths
 
FIELD_SAMPLE_SIZE - Static variable in class com.mbientlab.metawear.processor.Average
 
FIELD_SIGNED - Static variable in class com.mbientlab.metawear.processor.Comparison
 
FIELD_SIGNED - Static variable in class com.mbientlab.metawear.processor.Maths
 
FIELD_SIZE - Static variable in class com.mbientlab.metawear.processor.Counter
 
FIELD_SIZE - Static variable in class com.mbientlab.metawear.processor.Maths
 
FIELD_THRESHOLD - Static variable in class com.mbientlab.metawear.processor.Delta
 
FIELD_THRESHOLD - Static variable in class com.mbientlab.metawear.processor.Pulse
 
FIELD_VALUE - Static variable in class com.mbientlab.metawear.processor.Passthrough
 
FIELD_WIDTH - Static variable in class com.mbientlab.metawear.processor.Pulse
 
firmwareRevision() - Method in interface com.mbientlab.metawear.MetaWearBoard.DeviceInformation
Retrieves the revision of the firmware running on the device
frequencies() - Static method in enum com.mbientlab.metawear.module.Bma255Accelerometer.OutputDataRate
 
frequencies() - Static method in enum com.mbientlab.metawear.module.Bmi160Accelerometer.OutputDataRate
 
frequencies() - Static method in enum com.mbientlab.metawear.module.Mma8452qAccelerometer.OutputDataRate
 
frequency() - Method in enum com.mbientlab.metawear.module.Bma255Accelerometer.OutputDataRate
 
frequency() - Method in enum com.mbientlab.metawear.module.Bmi160Accelerometer.OutputDataRate
 
frequency() - Method in enum com.mbientlab.metawear.module.Mma8452qAccelerometer.OutputDataRate
 
frequency(SPI.Frequency) - Method in interface com.mbientlab.metawear.module.SPI.ParameterBuilder
SPI operating frequency
fromAltitude() - Method in interface com.mbientlab.metawear.module.Barometer.SourceSelector
Handle altitude data from the sensor
fromAnalogGpio(byte, Gpio.AnalogReadMode) - Method in interface com.mbientlab.metawear.module.Gpio.SourceSelector
Deprecated.
Method renamed to fit the naming scheme of the class, use Gpio.SourceSelector.fromAnalogIn(byte, Gpio.AnalogReadMode) instead
fromAnalogIn(byte, Gpio.AnalogReadMode) - Method in interface com.mbientlab.metawear.module.Gpio.SourceSelector
Handle analog input data
fromAnalogIn(byte, Gpio.AnalogReadMode, boolean) - Method in interface com.mbientlab.metawear.module.Gpio.SourceSelector
Handle analog input data.
fromAxes() - Method in interface com.mbientlab.metawear.module.Accelerometer.SourceSelector
Handle data from all 3 axes of the accelerometer
fromAxes() - Method in interface com.mbientlab.metawear.module.Gyro.SourceSelector
Handle data from all 3 gyro axes
fromBattery() - Method in interface com.mbientlab.metawear.module.Settings.SourceSelector
Handles battery state data.
fromBattery(boolean) - Method in interface com.mbientlab.metawear.module.Settings.SourceSelector
Handles battery state data
fromBField() - Method in interface com.mbientlab.metawear.module.Bmm150Magnetometer.SourceSelector
Handle data from the magnetic field measurements
fromChannel(byte, boolean) - Method in interface com.mbientlab.metawear.module.Conductance.SourceSelector
Handles conductance data from calls to Conductance.readConductance(byte, boolean)
fromChargerStatus() - Method in interface com.mbientlab.metawear.module.Settings.SourceSelector
Handles notifications from the battery charger status pin
fromCorrectedAcc() - Method in interface com.mbientlab.metawear.module.SensorFusion.SourceSelector
 
fromCorrectedGyro() - Method in interface com.mbientlab.metawear.module.SensorFusion.SourceSelector
 
fromCorrectedMag() - Method in interface com.mbientlab.metawear.module.SensorFusion.SourceSelector
 
fromDigitalIn(byte) - Method in interface com.mbientlab.metawear.module.Gpio.SourceSelector
Handle digital input data
fromDigitalIn(byte, boolean) - Method in interface com.mbientlab.metawear.module.Gpio.SourceSelector
Handle digital input data.
fromDigitalInChange(byte) - Method in interface com.mbientlab.metawear.module.Gpio.SourceSelector
Handle digital state change notification
fromDisconnect() - Method in interface com.mbientlab.metawear.module.Settings.EventSelector
Handles disconnect events.
fromEulerAngles() - Method in interface com.mbientlab.metawear.module.SensorFusion.SourceSelector
 
fromFlat() - Method in interface com.mbientlab.metawear.module.Bma255Accelerometer.SourceSelector
Handle data from flat detection
fromFlat() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer.SourceSelector
Handle data from flat detection
fromGpioPinNotify(byte) - Method in interface com.mbientlab.metawear.module.Gpio.SourceSelector
Deprecated.
Method renamed to fit the naming scheme of the class, use Gpio.SourceSelector.fromDigitalInChange(byte) instead
fromGravity() - Method in interface com.mbientlab.metawear.module.SensorFusion.SourceSelector
 
fromHighFreqAxes() - Method in interface com.mbientlab.metawear.module.Accelerometer.SourceSelector
Special signal for high frequency (>100Hz) acceleration stream.
fromHighFreqAxes() - Method in interface com.mbientlab.metawear.module.Gyro.SourceSelector
Special signal for high frequency (>100Hz) gyro axes stream.
fromHighFreqBField() - Method in interface com.mbientlab.metawear.module.Bmm150Magnetometer.SourceSelector
Special signal for high frequency (>100Hz) magnetic field stream.
fromId(byte, byte) - Method in interface com.mbientlab.metawear.module.I2C.SourceSelector
Handle data from an I2C read.
fromId(byte, byte) - Method in interface com.mbientlab.metawear.module.SPI.SourceSelector
Handle data from an SPI read.
fromLinearAcceleration() - Method in interface com.mbientlab.metawear.module.SensorFusion.SourceSelector
 
fromLowHigh() - Method in interface com.mbientlab.metawear.module.Bma255Accelerometer.SourceSelector
Handle data from low/high detection
fromLowHigh() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer.SourceSelector
Handle data from low/high detection
fromMotion() - Method in interface com.mbientlab.metawear.module.Bma255Accelerometer.SourceSelector
Handle data from motion detection
fromMotion() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer.SourceSelector
Handle data from motion detection
fromMovement() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer.SourceSelector
Handle the data from motion / free fall detection
fromOrientation() - Method in interface com.mbientlab.metawear.module.Accelerometer.SourceSelector
Handle data from orientation changes
fromPowerStatus() - Method in interface com.mbientlab.metawear.module.Settings.SourceSelector
Handles notifications from the battery power status pin
fromPressure() - Method in interface com.mbientlab.metawear.module.Barometer.SourceSelector
Handle pressure data from the sensor
fromQuaternions() - Method in interface com.mbientlab.metawear.module.SensorFusion.SourceSelector
 
fromSensor() - Method in interface com.mbientlab.metawear.module.AmbientLight.SourceSelector
Handles data from the light sensor
fromSensor(boolean) - Method in interface com.mbientlab.metawear.module.Bme280Humidity.SourceSelector
Handle humidity data
fromSensor() - Method in interface com.mbientlab.metawear.module.Switch.SourceSelector
Handle data from the switch
fromSensor(boolean) - Method in interface com.mbientlab.metawear.module.Tcs34725ColorDetector.SourceSelector
Handle data from the color detector
fromSensor() - Method in interface com.mbientlab.metawear.module.Temperature.SourceSelector
Handle data from the temperature sensor
fromSensor(boolean) - Method in interface com.mbientlab.metawear.module.Temperature.SourceSelector
Handle data from the temperature sensor.
fromSensor(boolean) - Method in interface com.mbientlab.metawear.module.Tsl2671Proximity.SourceSelector
Handle data from the proximity sensor
fromShake() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer.SourceSelector
Handle the data from shake detection
fromSource(MultiChannelTemperature.Source) - Method in interface com.mbientlab.metawear.module.MultiChannelTemperature.SourceSelector
Handle data from a specific temperature source
fromSource(MultiChannelTemperature.Source, boolean) - Method in interface com.mbientlab.metawear.module.MultiChannelTemperature.SourceSelector
Handle data from a specific temperature source.
fromState(String, boolean) - Method in interface com.mbientlab.metawear.module.DataProcessorModule.SourceSelector
 
fromStepCounter(boolean) - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer.SourceSelector
Handle data from step counter
fromStepDetection() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer.SourceSelector
Handle data from step detection
fromTap() - Method in interface com.mbientlab.metawear.module.Bma255Accelerometer.SourceSelector
Handle data from tap detection
fromTap() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer.SourceSelector
Handle data from tap detection
fromTap() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer.SourceSelector
Handle data from tap detection
fromThreshold() - Method in interface com.mbientlab.metawear.module.Bmm150Magnetometer.SourceSelector
Handles data from the threshold detection interrupt
fromXAxis() - Method in interface com.mbientlab.metawear.module.Accelerometer.SourceSelector
Handle data from the x-axis.
fromXAxis() - Method in interface com.mbientlab.metawear.module.Gyro.SourceSelector
Handle data from the x-axis.
fromYAxis() - Method in interface com.mbientlab.metawear.module.Accelerometer.SourceSelector
Handle data from the y-axis.
fromYAxis() - Method in interface com.mbientlab.metawear.module.Gyro.SourceSelector
Handle data from the y-axis.
fromZAxis() - Method in interface com.mbientlab.metawear.module.Accelerometer.SourceSelector
Handle data from the z-axis.
fromZAxis() - Method in interface com.mbientlab.metawear.module.Gyro.SourceSelector
Handle data from the z-axis.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links