![]() |
AMS Advanced Air Mobility Sensors UG
|
Classes | |
| struct | SMeasurementBase |
| struct | SImuMeasurement |
| struct | SMagnetometerData |
| Input magnetometer measurements. More... | |
| struct | SBarometerData |
| struct | SAttitudeOutputData |
| A virtual measurement created from attitude output of a BAHRS filter. The measurement is used as input type for the dedicated parity monitor. More... | |
| struct | SVerticalChannelData |
| A virtual measurement created from height and velocity down output of a BAHRS filter. The measurement is used as input type for the dedicated parity monitor. More... | |
Enumerations | |
| enum class | ESensorId : int { eUnknown = 0 , eScha63T = 1 , eBmp384 = 2 , eIcm20789Imu1 = 3 , eIcm20789Imu2 = 4 , eIcm20789Baro1 = 5 , eIcm20789Baro2 = 6 , eBmm150X1 = 7 , eBmm150X2 = 8 , eMmc5983 = 9 , eBahrsFilter1 = 10 , eBahrsFilter2 = 11 , eBahrsFilter3 = 12 , eBmi270 = 13 , eAsm330 = 14 , eIcp20100 = 15 , eLps22 = 16 , eBmm350 = 17 , eLis3Mdl = 18 } |
| An enumeration of sensors. More... | |
Functions | |
| bool | isInertialSensor (ESensorId eSensorId) |
| Check if the sensor is an inertial sensor. | |
| bool | isPressureSensor (ESensorId eSensorId) |
| Check if the sensor is a pressure sensor. | |
| bool | isMagneticSensor (ESensorId eSensorId) |
| Check if the sensor is a magnetic sensor. | |
|
strong |
An enumeration of sensors.
|
inline |
Check if the sensor is an inertial sensor.
| eSensorId | Sensor ID to check. |
|
inline |
Check if the sensor is a magnetic sensor.
| eSensorId | Sensor ID to check. |
|
inline |
Check if the sensor is a pressure sensor.
| eSensorId | Sensor ID to check. |