![]() |
VectorNav .NET Library
|
Class representing the INS Basic Configuration register for a VN-200 sensor. More...
Public Member Functions | |
| InsBasicConfigurationRegisterVn200 () | |
| Creates a new InsBasicConfigurationRegisterVn200 with default initialization values. More... | |
| InsBasicConfigurationRegisterVn200 (Scenario scenario, bool ahrsAiding) | |
| Creates a new InsBasicConfigurationRegisterVn200 with the provided values. More... | |
Public Attributes | |
| Scenario | Scenario |
| The Scenario field. More... | |
| bool | AhrsAiding |
| The AhrsAiding field. More... | |
Class representing the INS Basic Configuration register for a VN-200 sensor.
| VectorNav.Sensor.InsBasicConfigurationRegisterVn200.InsBasicConfigurationRegisterVn200 | ( | ) |
Creates a new InsBasicConfigurationRegisterVn200 with default initialization values.
| VectorNav.Sensor.InsBasicConfigurationRegisterVn200.InsBasicConfigurationRegisterVn200 | ( | Scenario | scenario, |
| bool | ahrsAiding | ||
| ) |
Creates a new InsBasicConfigurationRegisterVn200 with the provided values.
| scenario | Value to initialize the Scenario field with. |
| ahrsAiding | Value to initialize the AhrsAiding field with. |
| bool VectorNav.Sensor.InsBasicConfigurationRegisterVn200.AhrsAiding |
The AhrsAiding field.
| Scenario VectorNav.Sensor.InsBasicConfigurationRegisterVn200.Scenario |
The Scenario field.
1.8.10