ROSaic
|
Contains the SBF block's header, its raw data bytes, and its CRC. More...
#include <sbf_block.hpp>
Data Fields | |
SBFBlockHeader | header_ |
std::vector< uint8_t > | data_ |
uint32_t | crc_ |
Contains the SBF block's header, its raw data bytes, and its CRC.
Definition at line 48 of file sbf_block.hpp.
uint32_t rosaic_driver::SBFBlock::crc_ |
Definition at line 52 of file sbf_block.hpp.
std::vector<uint8_t> rosaic_driver::SBFBlock::data_ |
Definition at line 51 of file sbf_block.hpp.
SBFBlockHeader rosaic_driver::SBFBlock::header_ |
Definition at line 50 of file sbf_block.hpp.