ROSaic
|
Struct for the SBF block "AttitudeCovEuler". More...
#include <sbf_structs.hpp>
Data Fields | |
unsigned int | GPS_ms |
unsigned short | weekNumber |
unsigned char | reserved |
unsigned char | error |
float | var_heading |
float | var_pitch |
float | var_roll |
Struct for the SBF block "AttitudeCovEuler".
Definition at line 375 of file sbf_structs.hpp.
unsigned char AttitudeCovEuler::error |
Definition at line 380 of file sbf_structs.hpp.
unsigned int AttitudeCovEuler::GPS_ms |
Definition at line 377 of file sbf_structs.hpp.
unsigned char AttitudeCovEuler::reserved |
Definition at line 379 of file sbf_structs.hpp.
float AttitudeCovEuler::var_heading |
Definition at line 381 of file sbf_structs.hpp.
float AttitudeCovEuler::var_pitch |
Definition at line 382 of file sbf_structs.hpp.
float AttitudeCovEuler::var_roll |
Definition at line 383 of file sbf_structs.hpp.
unsigned short AttitudeCovEuler::weekNumber |
Definition at line 378 of file sbf_structs.hpp.