Simplified enum for configuring sensor type
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Enumeration SensorType
public enum class SensorType
Members
| Member name | Value | Description |
---|
| StandardImu | 0 |
Standard IMU. This includes the following IMU families:
ADIS1647x
ADIS1649x
ADIS1650x
ADIS1655x
|
| AutomotiveSpiImu | 1 |
Automotive SPI IMU. This includes the following IMU families:
ADXC1500
|
| LegacyImu | 2 |
Legacy IMU. This includes the following IMU families
ADIS1644x
|
| ADcmXL1021 | 3 |
Single axis ADcmXL
|
| ADcmXL2021 | 4 |
Dual axis ADcmXL
|
| ADcmXL3021 | 5 |
Tri axis ADcmXL
|
See Also