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 

C

calibrate() - Method in interface com.mbientlab.metawear.module.Conductance
Initiates automatic calibration.
Cartesian<T extends java.lang.Number> - Interface in com.mbientlab.metawear.data
Generic class for a 3D cartesian coordinate system
CartesianFloat - Class in com.mbientlab.metawear.data
Subclass of the Cartesian interface that reports data as a Float
CartesianFloat() - Constructor for class com.mbientlab.metawear.data.CartesianFloat
 
CartesianShort - Class in com.mbientlab.metawear.data
Subclass of the Cartesian interface that reports data as a Short
CartesianShort() - Constructor for class com.mbientlab.metawear.data.CartesianShort
 
channel() - Method in interface com.mbientlab.metawear.module.MultiChannelTemperature.Source
Retrieves the channel position.
clearCachedState(BluetoothDevice) - Method in class com.mbientlab.metawear.MetaWearBleService.LocalBinder
Removes cached data for a MetaWear board
clearDigitalOut(byte) - Method in interface com.mbientlab.metawear.module.Gpio
Clears the digital output state of a pin
clearEntries() - Method in interface com.mbientlab.metawear.module.Logging
Clear all stored logged data from the board.
clearEntries(long) - Method in interface com.mbientlab.metawear.module.Logging
Clear a set number of log entries stored on the board.
clearStrand(byte, byte, byte) - Method in interface com.mbientlab.metawear.module.NeoPixel
Clear pixel states on a strand
com.mbientlab.metawear - package com.mbientlab.metawear
Classes for interacting with a MetaWear board
com.mbientlab.metawear.data - package com.mbientlab.metawear.data
Message types for sensors
com.mbientlab.metawear.module - package com.mbientlab.metawear.module
Sensors and firmware features
com.mbientlab.metawear.processor - package com.mbientlab.metawear.processor
Processor configuration
commands() - Method in class com.mbientlab.metawear.module.Macro.CodeBlock
MetaWear commands to be programmed
commands() - Method in interface com.mbientlab.metawear.module.Timer.Task
MetaWear commands to be executed
commit() - Method in interface com.mbientlab.metawear.DataSignal
Writes the data route to the board.
commit() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer.OrientationConfigEditor
writes the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer.SamplingConfigEditor
Writes the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Bmi160Gyro.ConfigEditor
Writes the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Bmp280Barometer.ConfigEditor
Writes the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Gsr.ConfigEditor
Writes the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.IBeacon.ConfigEditor
Writes the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Led.ColorChannelEditor
Write the settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Ltr329AmbientLight.ConfigEditor
Writes the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer.AutoSleepConfigEditor
 
commit() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer.DetectionConfigEditor
Write the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer.OrientationConfigEditor
Write the changes to the board
commit() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer.SamplingConfigEditor
Write the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Settings.ConfigEditor
Writes the new settings to the board
commit() - Method in interface com.mbientlab.metawear.module.Settings.ConnectionParameterEditor
Writes the new connection parameters to the board
compareOp - Variable in class com.mbientlab.metawear.processor.Comparison
 
Comparison - Class in com.mbientlab.metawear.processor
Configuration for the comparison data processor
Comparison(Map<String, String>) - Constructor for class com.mbientlab.metawear.processor.Comparison
Constructs a comparison config object from a URI string
Comparison(Comparison.Operation, Number) - Constructor for class com.mbientlab.metawear.processor.Comparison
Constructs a config object with inferred signed or unsigned comparison
Comparison(Comparison.Operation, DataSignal.DataToken) - Constructor for class com.mbientlab.metawear.processor.Comparison
Constructs a config object with inferred signed or unsigned comparison.
Comparison(Comparison.Operation, Number, Boolean) - Constructor for class com.mbientlab.metawear.processor.Comparison
Constructs a config object with user explicitly requesting a signed or unsigned comparison
Comparison(Comparison.Operation, DataSignal.DataToken, Boolean) - Constructor for class com.mbientlab.metawear.processor.Comparison
Constructs a config object with user explicitly requesting a signed or unsigned comparison.
Comparison.Operation - Enum in com.mbientlab.metawear.processor
Supported comparison operations for the processor
Conductance - Interface in com.mbientlab.metawear.module
Created by etsai on 10/21/2015.
configure() - Method in interface com.mbientlab.metawear.module.Bmi160Gyro
Configures the settings for measuring angular rates
configure() - Method in interface com.mbientlab.metawear.module.Bmp280Barometer
Configures the settings for operating the pressure sensor
configure() - Method in interface com.mbientlab.metawear.module.Gsr
Configures GSR settings
configure() - Method in interface com.mbientlab.metawear.module.IBeacon
Configures IBeacon settings
configure() - Method in interface com.mbientlab.metawear.module.Ltr329AmbientLight
Configures the sensor
configure(byte, byte, boolean) - Method in interface com.mbientlab.metawear.module.MultiChannelTemperature.ExtThermistor
Configures the settings for the thermistor
configure() - Method in interface com.mbientlab.metawear.module.Settings
Configures advertisement settings
configureAutoSleep() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer
Configures auto sleep mode
configureAxisSampling() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer
Configures the settings for sampling axis data
configureAxisSampling() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer
Configures axis sampling
configureColorChannel(Led.ColorChannel) - Method in interface com.mbientlab.metawear.module.Led
Configures the pulse paramters for a color channel
configureConnectionParameters() - Method in interface com.mbientlab.metawear.module.Settings
Configures the connection parameters
configureFreeFallDetection() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer
Configures free fall detection settings.
configureMotionDetection() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer
Configures motion detection settings.
configureOrientationDetection() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer
Configures the settings for orientation detection
configureOrientationDetection() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer
Configures orientation settings
configureShakeDetection() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer
Configures shake detection settings
configureTapDetection() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer
Configures settings for tap detection
connect() - Method in interface com.mbientlab.metawear.MetaWearBoard
Establish a connection to the board and prepare the API to communicate with the board.
connected() - Method in class com.mbientlab.metawear.MetaWearBoard.ConnectionStateHandler
Called when a connection to the MetaWear board is established and ready to be used
Counter - Class in com.mbientlab.metawear.processor
Configuration for the counter data processor.
Counter(Map<String, String>) - Constructor for class com.mbientlab.metawear.processor.Counter
Constructs a counter config object from a URI string
Counter() - Constructor for class com.mbientlab.metawear.processor.Counter
Constructs a counter that counts up to 255
Counter(byte) - Constructor for class com.mbientlab.metawear.processor.Counter
Constructs a config object with user defined counter size
Counter.State - Class in com.mbientlab.metawear.processor
Representation of the counter's internal state
Counter.State(int) - Constructor for class com.mbientlab.metawear.processor.Counter.State
Constructs a new counter processor state
crossedThreshold(Mma8452qAccelerometer.Axis) - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer.MovementData
Retrieves the threshold status
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