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