Struct for the SBF block "ChannelStatus". More...
#include <sbf_blocks.hpp>
Public Attributes | |
BlockHeader | 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 130 of file sbf_blocks.hpp.
BlockHeader ChannelStatus::block_header |
Definition at line 132 of file sbf_blocks.hpp.
uint8_t ChannelStatus::n |
Definition at line 134 of file sbf_blocks.hpp.
std::vector<ChannelSatInfo> ChannelStatus::satInfo |
Definition at line 138 of file sbf_blocks.hpp.
uint8_t ChannelStatus::sb1_length |
Definition at line 135 of file sbf_blocks.hpp.
uint8_t ChannelStatus::sb2_length |
Definition at line 136 of file sbf_blocks.hpp.