Struct for the SBF block "ChannelStatus". More...
#include <sbf_structs.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 129 of file sbf_structs.hpp.
BlockHeader ChannelStatus::block_header |
Definition at line 131 of file sbf_structs.hpp.
uint8_t ChannelStatus::n |
Definition at line 133 of file sbf_structs.hpp.
std::vector<ChannelSatInfo> ChannelStatus::satInfo |
Definition at line 137 of file sbf_structs.hpp.
uint8_t ChannelStatus::sb1_length |
Definition at line 134 of file sbf_structs.hpp.
uint8_t ChannelStatus::sb2_length |
Definition at line 135 of file sbf_structs.hpp.