ROSaic
|
Struct for the SBF block "ReceiverSetup". More...
#include <sbf_structs.hpp>
Data Fields | |
BlockHeader_t | block_header |
uint32_t | tow |
uint16_t | wnc |
uint8_t | reserved [2] |
char | marker_name [60] |
char | marker_number [20] |
char | observer [20] |
char | agency [40] |
char | rx_serial_number [20] |
char | rx_name [20] |
char | rx_version [20] |
char | ant_serial_nbr [20] |
char | ant_type [20] |
float | delta_h |
float | delta_e |
float | delta_n |
char | marker_type [20] |
char | gnss_fw_version [40] |
Struct for the SBF block "ReceiverSetup".
Definition at line 402 of file sbf_structs.hpp.
char ReceiverSetup::agency[40] |
Definition at line 414 of file sbf_structs.hpp.
char ReceiverSetup::ant_serial_nbr[20] |
Definition at line 418 of file sbf_structs.hpp.
char ReceiverSetup::ant_type[20] |
Definition at line 419 of file sbf_structs.hpp.
BlockHeader_t ReceiverSetup::block_header |
Definition at line 404 of file sbf_structs.hpp.
float ReceiverSetup::delta_e |
Definition at line 421 of file sbf_structs.hpp.
float ReceiverSetup::delta_h |
Definition at line 420 of file sbf_structs.hpp.
float ReceiverSetup::delta_n |
Definition at line 422 of file sbf_structs.hpp.
char ReceiverSetup::gnss_fw_version[40] |
Definition at line 424 of file sbf_structs.hpp.
char ReceiverSetup::marker_name[60] |
Definition at line 411 of file sbf_structs.hpp.
char ReceiverSetup::marker_number[20] |
Definition at line 412 of file sbf_structs.hpp.
char ReceiverSetup::marker_type[20] |
Definition at line 423 of file sbf_structs.hpp.
char ReceiverSetup::observer[20] |
Definition at line 413 of file sbf_structs.hpp.
uint8_t ReceiverSetup::reserved[2] |
Definition at line 410 of file sbf_structs.hpp.
char ReceiverSetup::rx_name[20] |
Definition at line 416 of file sbf_structs.hpp.
char ReceiverSetup::rx_serial_number[20] |
Definition at line 415 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::DiagnosticArrayCallback().
char ReceiverSetup::rx_version[20] |
Definition at line 417 of file sbf_structs.hpp.
uint32_t ReceiverSetup::tow |
Definition at line 407 of file sbf_structs.hpp.
uint16_t ReceiverSetup::wnc |
Definition at line 408 of file sbf_structs.hpp.