![]() |
VectorNav .NET Library
|
Class representing the GPS Solution - ECEF register. More...
Public Member Functions | |
| GpsSolutionEcefRegister () | |
| Creates a new GpsSolutionEcefRegister with default initialization values. More... | |
| GpsSolutionEcefRegister (double tow, UInt16 week, GpsFix gpsFix, byte numSats, vec3d position, vec3f velocity, vec3f posAcc, float speedAcc, float timeAcc) | |
| Creates a new GpsSolutionEcefRegister with the provided values. More... | |
Public Attributes | |
| double | Tow |
| The Tow field. More... | |
| UInt16 | Week |
| The Week field. More... | |
| GpsFix | GpsFix |
| The GpsFix field. More... | |
| byte | NumSats |
| The NumSats field. More... | |
| vec3d | Position |
| The Position field. More... | |
| vec3f | Velocity |
| The Velocity field. More... | |
| vec3f | PosAcc |
| The PosAcc field. More... | |
| float | SpeedAcc |
| The SpeedAcc field. More... | |
| float | TimeAcc |
| The TimeAcc field. More... | |
Class representing the GPS Solution - ECEF register.
| VectorNav.Sensor.GpsSolutionEcefRegister.GpsSolutionEcefRegister | ( | ) |
Creates a new GpsSolutionEcefRegister with default initialization values.
| VectorNav.Sensor.GpsSolutionEcefRegister.GpsSolutionEcefRegister | ( | double | tow, |
| UInt16 | week, | ||
| GpsFix | gpsFix, | ||
| byte | numSats, | ||
| vec3d | position, | ||
| vec3f | velocity, | ||
| vec3f | posAcc, | ||
| float | speedAcc, | ||
| float | timeAcc | ||
| ) |
Creates a new GpsSolutionEcefRegister with the provided values.
| tow | Value to initialize the Tow 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. |
| position | Value to initialize the Position field with. |
| velocity | Value to initialize the Velocity field with. |
| posAcc | Value to initialize the PosAcc field with. |
| speedAcc | Value to initialize the SpeedAcc field with. |
| timeAcc | Value to initialize the TimeAcc field with. |
| GpsFix VectorNav.Sensor.GpsSolutionEcefRegister.GpsFix |
The GpsFix field.
| byte VectorNav.Sensor.GpsSolutionEcefRegister.NumSats |
The NumSats field.
| vec3f VectorNav.Sensor.GpsSolutionEcefRegister.PosAcc |
The PosAcc field.
| vec3d VectorNav.Sensor.GpsSolutionEcefRegister.Position |
The Position field.
| float VectorNav.Sensor.GpsSolutionEcefRegister.SpeedAcc |
The SpeedAcc field.
| float VectorNav.Sensor.GpsSolutionEcefRegister.TimeAcc |
The TimeAcc field.
| double VectorNav.Sensor.GpsSolutionEcefRegister.Tow |
The Tow field.
| vec3f VectorNav.Sensor.GpsSolutionEcefRegister.Velocity |
The Velocity field.
| UInt16 VectorNav.Sensor.GpsSolutionEcefRegister.Week |
The Week field.
1.8.10