SensorType Enum
Determines the sensor type available for SensorModule.
Location
- Namespace
- Fuse.Sensor
- Package
- Fuse.Sensor 2.9.1
Possible Values
- ACCELEROMETER
-
Measures the acceleration force in m/s2 that is applied to a device on all three physical axes (x, y, and z), including the force of gravity (9.81 m/s2)
- GYROSCOPE
-
Measures a device's rate of rotation in rad/s around each of the three physical axes (x, y, and z)
- MAGNETOMETER
-
Measures the ambient geomagnetic field for all three physical axes (x, y, z) in μT
- GRAVITY
-
Measures the force of gravity in m/s2 that is applied to a device on all three physical axes (x, y, z).
- USER_ACCELERATION
-
Measures the acceleration force in m/s2 that is applied to a device on all three physical axes (x, y, and z), excluding the force of gravity.
- ROTATION
-
Measures the orientation of a device by providing the three elements of the device's rotation vector.
- STEP_COUNTER
-
Number of steps taken by the user since the last reboot while the sensor was activated.
- PRESSURE
-
Measures the ambient air pressure in hPa or mbar.
- BATTERY
-
Monitor battery level and state
- CONNECTION_STATE
-
Monitor network connectivity
Interface of SensorType
ACCELEROMETER : SensorType uno
Measures the acceleration force in m/s2 that is applied to a device on all three physical axes (x, y, and z), including the force of gravity (9.81 m/s2)
BATTERY : SensorType uno
Monitor battery level and state
CONNECTION_STATE : SensorType uno
Monitor network connectivity
GRAVITY : SensorType uno
Measures the force of gravity in m/s2 that is applied to a device on all three physical axes (x, y, z).
GYROSCOPE : SensorType uno
Measures a device's rate of rotation in rad/s around each of the three physical axes (x, y, and z)
HasFlag(SensorType) : bool uno
MAGNETOMETER : SensorType uno
Measures the ambient geomagnetic field for all three physical axes (x, y, z) in μT
PRESSURE : SensorType uno
Measures the ambient air pressure in hPa or mbar.
ROTATION : SensorType uno
Measures the orientation of a device by providing the three elements of the device's rotation vector.
SensorType - SensorType : SensorType uno
SensorType != SensorType : bool uno
SensorType & SensorType : SensorType uno
SensorType ^ SensorType : SensorType uno
SensorType == SensorType : bool uno
SensorType | SensorType : SensorType uno
STEP_COUNTER : SensorType uno
Number of steps taken by the user since the last reboot while the sensor was activated.
USER_ACCELERATION : SensorType uno
Measures the acceleration force in m/s2 that is applied to a device on all three physical axes (x, y, and z), excluding the force of gravity.