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.
 
 NMEA
 NMEA GNSS sentence metadata. SensorMeasurement values: x = sentence number, y = satellite count, z unused.
 
 ODOMETER
 Odometer / wheel speed. Values: x = speed (m/s), y = accuracy if present else 0, z unused.
 
 GNSS
 Raw GNSS vectors (pseudo-ranges, etc.) — summarized for the API. Values: x = pseudoRanges count, y = pseudoRangeRates count, z = satellitesPositions count.
 

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.

◆ GNSS

SensorType.GNSS

Raw GNSS vectors (pseudo-ranges, etc.) — summarized for the API. Values: x = pseudoRanges count, y = pseudoRangeRates count, z = satellitesPositions count.

Definition at line 53 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.

◆ NMEA

SensorType.NMEA

NMEA GNSS sentence metadata. SensorMeasurement values: x = sentence number, y = satellite count, z unused.

Definition at line 45 of file sensor_type.dart.

◆ ODOMETER

SensorType.ODOMETER

Odometer / wheel speed. Values: x = speed (m/s), y = accuracy if present else 0, z unused.

Definition at line 49 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: