Struct for the SBF block "ChannelStatus". More...
#include <sbf_blocks.hpp>
Public Attributes | |
BlockHeaderMsg | block_header |
uint8_t | n |
std::vector< ChannelSatInfo > | satInfo |
uint8_t | sb1_length |
uint8_t | sb2_length |
Struct for the SBF block "ChannelStatus".
Definition at line 120 of file sbf_blocks.hpp.
BlockHeaderMsg ChannelStatus::block_header |
Definition at line 122 of file sbf_blocks.hpp.
uint8_t ChannelStatus::n |
Definition at line 124 of file sbf_blocks.hpp.
std::vector<ChannelSatInfo> ChannelStatus::satInfo |
Definition at line 128 of file sbf_blocks.hpp.
uint8_t ChannelStatus::sb1_length |
Definition at line 125 of file sbf_blocks.hpp.
uint8_t ChannelStatus::sb2_length |
Definition at line 126 of file sbf_blocks.hpp.