ROSaic
|
Struct for the SBF block "ReceiverTime". More...
#include <sbf_structs.hpp>
Data Fields | |
BlockHeader_t | Header |
uint32_t | TOW |
uint16_t | WNc |
int8_t | UTCYear |
int8_t | UTCMonth |
int8_t | UTCDay |
int8_t | UTCHour |
int8_t | UTCMin |
int8_t | UTCSec |
int8_t | DeltaLS |
uint8_t | SyncLevel |
uint8_t | _padding [2] |
Struct for the SBF block "ReceiverTime".
Definition at line 606 of file sbf_structs.hpp.
uint8_t ReceiverTime::_padding[2] |
Definition at line 623 of file sbf_structs.hpp.
int8_t ReceiverTime::DeltaLS |
Definition at line 620 of file sbf_structs.hpp.
BlockHeader_t ReceiverTime::Header |
Definition at line 608 of file sbf_structs.hpp.
uint8_t ReceiverTime::SyncLevel |
Definition at line 621 of file sbf_structs.hpp.
uint32_t ReceiverTime::TOW |
Definition at line 611 of file sbf_structs.hpp.
int8_t ReceiverTime::UTCDay |
Definition at line 616 of file sbf_structs.hpp.
int8_t ReceiverTime::UTCHour |
Definition at line 617 of file sbf_structs.hpp.
int8_t ReceiverTime::UTCMin |
Definition at line 618 of file sbf_structs.hpp.
int8_t ReceiverTime::UTCMonth |
Definition at line 615 of file sbf_structs.hpp.
int8_t ReceiverTime::UTCSec |
Definition at line 619 of file sbf_structs.hpp.
int8_t ReceiverTime::UTCYear |
Definition at line 614 of file sbf_structs.hpp.
uint16_t ReceiverTime::WNc |
Definition at line 612 of file sbf_structs.hpp.