Struct for the SBF block "ReceiverSetup". More...
#include <sbf_structs.hpp>
Public Attributes | |
std::string | agency |
std::string | ant_serial_nbr |
std::string | ant_type |
BlockHeader | block_header |
std::string | country_code |
float | delta_e |
float | delta_h |
float | delta_n |
std::string | gnss_fw_version |
float | height |
double | latitude |
double | longitude |
std::string | marker_name |
std::string | marker_number |
std::string | marker_type |
uint8_t | monument_idx |
std::string | observer |
std::string | product_name |
uint8_t | receiver_idx |
std::string | rx_name |
std::string | rx_serial_number |
std::string | rx_version |
std::string | station_code |
Struct for the SBF block "ReceiverSetup".
Definition at line 161 of file sbf_structs.hpp.
std::string ReceiverSetup::agency |
Definition at line 168 of file sbf_structs.hpp.
std::string ReceiverSetup::ant_serial_nbr |
Definition at line 172 of file sbf_structs.hpp.
std::string ReceiverSetup::ant_type |
Definition at line 173 of file sbf_structs.hpp.
BlockHeader ReceiverSetup::block_header |
Definition at line 163 of file sbf_structs.hpp.
std::string ReceiverSetup::country_code |
Definition at line 186 of file sbf_structs.hpp.
float ReceiverSetup::delta_e |
Definition at line 175 of file sbf_structs.hpp.
float ReceiverSetup::delta_h |
Definition at line 174 of file sbf_structs.hpp.
float ReceiverSetup::delta_n |
Definition at line 176 of file sbf_structs.hpp.
std::string ReceiverSetup::gnss_fw_version |
Definition at line 178 of file sbf_structs.hpp.
float ReceiverSetup::height |
Definition at line 182 of file sbf_structs.hpp.
double ReceiverSetup::latitude |
Definition at line 180 of file sbf_structs.hpp.
double ReceiverSetup::longitude |
Definition at line 181 of file sbf_structs.hpp.
std::string ReceiverSetup::marker_name |
Definition at line 165 of file sbf_structs.hpp.
std::string ReceiverSetup::marker_number |
Definition at line 166 of file sbf_structs.hpp.
std::string ReceiverSetup::marker_type |
Definition at line 177 of file sbf_structs.hpp.
uint8_t ReceiverSetup::monument_idx |
Definition at line 184 of file sbf_structs.hpp.
std::string ReceiverSetup::observer |
Definition at line 167 of file sbf_structs.hpp.
std::string ReceiverSetup::product_name |
Definition at line 179 of file sbf_structs.hpp.
uint8_t ReceiverSetup::receiver_idx |
Definition at line 185 of file sbf_structs.hpp.
std::string ReceiverSetup::rx_name |
Definition at line 170 of file sbf_structs.hpp.
std::string ReceiverSetup::rx_serial_number |
Definition at line 169 of file sbf_structs.hpp.
std::string ReceiverSetup::rx_version |
Definition at line 171 of file sbf_structs.hpp.
std::string ReceiverSetup::station_code |
Definition at line 183 of file sbf_structs.hpp.