Loading...
Searching...
No Matches
SensorType Enum Reference

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.
 

Detailed Description

Enum defining types of sensors used in measurements.

Referenced from SensorMeasurement.

Definition at line 17 of file sensor_type.dart.

Member Data Documentation

◆ ACCELEROMETER

SensorType.ACCELEROMETER

Accelerometer sensor type. Accelerometer.

Definition at line 21 of file sensor_type.dart.

◆ BAROMETER

SensorType.BAROMETER

Barometer sensor type. Barometer.

Definition at line 33 of file sensor_type.dart.

◆ GYROSCOPE

SensorType.GYROSCOPE

Gyroscope sensor type. Gyroscope.

Definition at line 29 of file sensor_type.dart.

◆ LOCATION

SensorType.LOCATION

Location sensor type. GNSS.

Definition at line 37 of file sensor_type.dart.

◆ MAGNETOMETER

SensorType.MAGNETOMETER

Magnetometer sensor type. Magnetometer.

Definition at line 25 of file sensor_type.dart.

◆ ORIENTATION

SensorType.ORIENTATION

Orientation sensor type.

Definition at line 41 of file sensor_type.dart.


The documentation for this enum was generated from the following file: