![]() |
VectorNav .NET Library
|
Class representing the GPS Compass Baseline register. More...
Public Member Functions | |
| GpsCompassBaselineRegister () | |
| Creates a new GpsCompassBaselineRegister with default initialization values. More... | |
| GpsCompassBaselineRegister (vec3f position, vec3f uncertainty) | |
| Creates a new GpsCompassBaselineRegister with the provided values. More... | |
Public Attributes | |
| vec3f | Position |
| The Position field. More... | |
| vec3f | Uncertainty |
| The Uncertainty field. More... | |
Class representing the GPS Compass Baseline register.
| VectorNav.Sensor.GpsCompassBaselineRegister.GpsCompassBaselineRegister | ( | ) |
Creates a new GpsCompassBaselineRegister with default initialization values.
| VectorNav.Sensor.GpsCompassBaselineRegister.GpsCompassBaselineRegister | ( | vec3f | position, |
| vec3f | uncertainty | ||
| ) |
Creates a new GpsCompassBaselineRegister with the provided values.
| position | Value to initialize the Position field with. |
| uncertainty | Value to initialize the Uncertainty field with. |
| vec3f VectorNav.Sensor.GpsCompassBaselineRegister.Position |
The Position field.
| vec3f VectorNav.Sensor.GpsCompassBaselineRegister.Uncertainty |
The Uncertainty field.
1.8.10