Public Attributes | List of all members
BlockHeader_t Struct Reference

Struct for the SBF block's header message. More...

#include <sbf_structs.hpp>

Public Attributes

uint16_t crc
 The check sum. More...
 
uint16_t id
 This is the block ID. More...
 
uint16_t length
 Length of the entire message including the header. A multiple of 4 between 8 and 4096. More...
 
uint8_t sync_1
 first sync byte is $ or 0x24 More...
 
uint8_t sync_2
 2nd sync byte is @ or 0x40 More...
 

Detailed Description

Struct for the SBF block's header message.

Definition at line 120 of file sbf_structs.hpp.

Member Data Documentation

◆ crc

uint16_t BlockHeader_t::crc

The check sum.

Definition at line 124 of file sbf_structs.hpp.

◆ id

uint16_t BlockHeader_t::id

This is the block ID.

Definition at line 125 of file sbf_structs.hpp.

◆ length

uint16_t BlockHeader_t::length

Length of the entire message including the header. A multiple of 4 between 8 and 4096.

Definition at line 126 of file sbf_structs.hpp.

◆ sync_1

uint8_t BlockHeader_t::sync_1

first sync byte is $ or 0x24

Definition at line 122 of file sbf_structs.hpp.

◆ sync_2

uint8_t BlockHeader_t::sync_2

2nd sync byte is @ or 0x40

Definition at line 123 of file sbf_structs.hpp.


The documentation for this struct was generated from the following file:


rosaic
Author(s): Tibor Dome
autogenerated on Wed Oct 14 2020 03:43:50