ROSaic
|
Represents the header of an SBF block, excluding the timestamp. More...
#include <sbf_block_header.hpp>
Data Fields | |
uint16_t | Sync |
uint16_t | CRC |
uint16_t | ID |
uint16_t | Length |
Represents the header of an SBF block, excluding the timestamp.
Definition at line 49 of file sbf_block_header.hpp.
uint16_t rosaic_driver::SBFBlockHeader::CRC |
Definition at line 53 of file sbf_block_header.hpp.
uint16_t rosaic_driver::SBFBlockHeader::ID |
Definition at line 54 of file sbf_block_header.hpp.
uint16_t rosaic_driver::SBFBlockHeader::Length |
Definition at line 55 of file sbf_block_header.hpp.
uint16_t rosaic_driver::SBFBlockHeader::Sync |
Definition at line 52 of file sbf_block_header.hpp.