Enum defining types of sensors used in measurements. More...
Public Attributes | |
| ACCELEROMETER | |
| Accelerometer sensor type. Accelerometer. | |
| MAGNETOMETER | |
| Magnetometer sensor type. Magnetometer. | |
| GYROSCOPE | |
| Gyroscope sensor type. Gyroscope. | |
| BAROMETER | |
| Barometer sensor type. Barometer. | |
| LOCATION | |
| Location sensor type. GNSS. | |
| ORIENTATION | |
| Orientation sensor type. | |
Enum defining types of sensors used in measurements.
Referenced from SensorMeasurement.
Definition at line 17 of file sensor_type.dart.
| SensorType.ACCELEROMETER |
Accelerometer sensor type. Accelerometer.
Definition at line 21 of file sensor_type.dart.
| SensorType.BAROMETER |
Barometer sensor type. Barometer.
Definition at line 33 of file sensor_type.dart.
| SensorType.GYROSCOPE |
Gyroscope sensor type. Gyroscope.
Definition at line 29 of file sensor_type.dart.
| SensorType.LOCATION |
Definition at line 37 of file sensor_type.dart.
| SensorType.MAGNETOMETER |
Magnetometer sensor type. Magnetometer.
Definition at line 25 of file sensor_type.dart.
| SensorType.ORIENTATION |
Orientation sensor type.
Definition at line 41 of file sensor_type.dart.