![]() |
VectorNav .NET Library
|
Class representing the GPS Solution - LLA register. More...
Public Member Functions | |
| GpsSolutionLlaRegister () | |
| Creates a new GpsSolutionLlaRegister with default initialization values. More... | |
| GpsSolutionLlaRegister (double time, UInt16 week, GpsFix gpsFix, byte numSats, vec3d lla, vec3f nedVel, vec3f nedAcc, float speedAcc, float timeAcc) | |
| Creates a new GpsSolutionLlaRegister with the provided values. More... | |
Public Attributes | |
| double | Time |
| The Time field. More... | |
| UInt16 | Week |
| The Week field. More... | |
| GpsFix | GpsFix |
| The GpsFix field. More... | |
| byte | NumSats |
| The NumSats field. More... | |
| vec3d | Lla |
| The Lla field. More... | |
| vec3f | NedVel |
| The NedVel field. More... | |
| vec3f | NedAcc |
| The NedAcc field. More... | |
| float | SpeedAcc |
| The SpeedAcc field. More... | |
| float | TimeAcc |
| The TimeAcc field. More... | |
Class representing the GPS Solution - LLA register.
| VectorNav.Sensor.GpsSolutionLlaRegister.GpsSolutionLlaRegister | ( | ) |
Creates a new GpsSolutionLlaRegister with default initialization values.
| VectorNav.Sensor.GpsSolutionLlaRegister.GpsSolutionLlaRegister | ( | double | time, |
| UInt16 | week, | ||
| GpsFix | gpsFix, | ||
| byte | numSats, | ||
| vec3d | lla, | ||
| vec3f | nedVel, | ||
| vec3f | nedAcc, | ||
| float | speedAcc, | ||
| float | timeAcc | ||
| ) |
Creates a new GpsSolutionLlaRegister with the provided values.
| time | Value to initialize the Time field with. |
| week | Value to initialize the Week field with. |
| gpsFix | Value to initialize the GpsFix field with. |
| numSats | Value to initialize the NumSats field with. |
| lla | Value to initialize the Lla field with. |
| nedVel | Value to initialize the NedVel field with. |
| nedAcc | Value to initialize the NedAcc field with. |
| speedAcc | Value to initialize the SpeedAcc field with. |
| timeAcc | Value to initialize the TimeAcc field with. |
| GpsFix VectorNav.Sensor.GpsSolutionLlaRegister.GpsFix |
The GpsFix field.
| vec3d VectorNav.Sensor.GpsSolutionLlaRegister.Lla |
The Lla field.
| vec3f VectorNav.Sensor.GpsSolutionLlaRegister.NedAcc |
The NedAcc field.
| vec3f VectorNav.Sensor.GpsSolutionLlaRegister.NedVel |
The NedVel field.
| byte VectorNav.Sensor.GpsSolutionLlaRegister.NumSats |
The NumSats field.
| float VectorNav.Sensor.GpsSolutionLlaRegister.SpeedAcc |
The SpeedAcc field.
| double VectorNav.Sensor.GpsSolutionLlaRegister.Time |
The Time field.
| float VectorNav.Sensor.GpsSolutionLlaRegister.TimeAcc |
The TimeAcc field.
| UInt16 VectorNav.Sensor.GpsSolutionLlaRegister.Week |
The Week field.
1.8.10