Struct for the SBF sub-block "ChannelSatInfo". More...
#include <sbf_blocks.hpp>
Public Attributes | |
uint16_t | az_rise_set |
int8_t | elev |
uint8_t | freq_nr |
uint16_t | health_status |
uint8_t | n2 |
uint8_t | rx_channel |
std::vector< ChannelStateInfo > | stateInfo |
uint8_t | sv_id |
Struct for the SBF sub-block "ChannelSatInfo".
Definition at line 113 of file sbf_blocks.hpp.
uint16_t ChannelSatInfo::az_rise_set |
Definition at line 117 of file sbf_blocks.hpp.
int8_t ChannelSatInfo::elev |
Definition at line 119 of file sbf_blocks.hpp.
uint8_t ChannelSatInfo::freq_nr |
Definition at line 116 of file sbf_blocks.hpp.
uint16_t ChannelSatInfo::health_status |
Definition at line 118 of file sbf_blocks.hpp.
uint8_t ChannelSatInfo::n2 |
Definition at line 120 of file sbf_blocks.hpp.
uint8_t ChannelSatInfo::rx_channel |
Definition at line 121 of file sbf_blocks.hpp.
std::vector<ChannelStateInfo> ChannelSatInfo::stateInfo |
Definition at line 123 of file sbf_blocks.hpp.
uint8_t ChannelSatInfo::sv_id |
Definition at line 115 of file sbf_blocks.hpp.