![]() |
VectorNav .NET Library
|
Class representing the Magnetometer Calibration Control register. More...
Public Member Functions | |
| MagnetometerCalibrationControlRegister () | |
| Creates a new MagnetometerCalibrationControlRegister with default initialization values. More... | |
| MagnetometerCalibrationControlRegister (HsiMode hsiMode, HsiOutput hsiOutput, byte convergeRate) | |
| Creates a new MagnetometerCalibrationControlRegister with the provided values. More... | |
Public Attributes | |
| HsiMode | HsiMode |
| The HsiMode field. More... | |
| HsiOutput | HsiOutput |
| The HsiOutput field. More... | |
| byte | ConvergeRate |
| The ConvergeRate field. More... | |
Class representing the Magnetometer Calibration Control register.
| VectorNav.Sensor.MagnetometerCalibrationControlRegister.MagnetometerCalibrationControlRegister | ( | ) |
Creates a new MagnetometerCalibrationControlRegister with default initialization values.
| VectorNav.Sensor.MagnetometerCalibrationControlRegister.MagnetometerCalibrationControlRegister | ( | HsiMode | hsiMode, |
| HsiOutput | hsiOutput, | ||
| byte | convergeRate | ||
| ) |
Creates a new MagnetometerCalibrationControlRegister with the provided values.
| hsiMode | Value to initialize the HsiMode field with. |
| hsiOutput | Value to initialize the HsiOutput field with. |
| convergeRate | Value to initialize the ConvergeRate field with. |
| byte VectorNav.Sensor.MagnetometerCalibrationControlRegister.ConvergeRate |
The ConvergeRate field.
| HsiMode VectorNav.Sensor.MagnetometerCalibrationControlRegister.HsiMode |
The HsiMode field.
| HsiOutput VectorNav.Sensor.MagnetometerCalibrationControlRegister.HsiOutput |
The HsiOutput field.
1.8.10