libsbp
v2.4.7
|
#include <navigation.h>
Data Fields | |
u32 | tow |
GPS Time of Week [ms]. More... | |
s32 | n |
Velocity North coordinate [mm/s]. More... | |
s32 | e |
Velocity East coordinate [mm/s]. More... | |
s32 | d |
Velocity Down coordinate [mm/s]. More... | |
u16 | h_accuracy |
Horizontal velocity estimated standard deviation [mm/s]. More... | |
u16 | v_accuracy |
Vertical velocity estimated standard deviation [mm/s]. More... | |
u8 | n_sats |
Number of satellites used in solution. More... | |
u8 | flags |
Status flags. More... | |
Definition at line 309 of file navigation.h.
s32 d |
Velocity Down coordinate [mm/s].
Definition at line 313 of file navigation.h.
s32 e |
Velocity East coordinate [mm/s].
Definition at line 312 of file navigation.h.
u8 flags |
Status flags.
Definition at line 319 of file navigation.h.
u16 h_accuracy |
Horizontal velocity estimated standard deviation [mm/s].
Definition at line 314 of file navigation.h.
s32 n |
Velocity North coordinate [mm/s].
Definition at line 311 of file navigation.h.
u8 n_sats |
Number of satellites used in solution.
Definition at line 318 of file navigation.h.
u32 tow |
GPS Time of Week [ms].
Definition at line 310 of file navigation.h.
u16 v_accuracy |
Vertical velocity estimated standard deviation [mm/s].
Definition at line 316 of file navigation.h.