![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class handles the Galileo I/NAV Data message, as described in the Galileo Open Service Signal in Space Interface Control Document (OS SIS ICD), Issue 2.0 (Jan. 2021). See https://www.gsc-europa.eu/sites/default/files/sites/all/files/Galileo_OS_SIS_ICD_v2.0.pdf. More...
#include <galileo_inav_message.h>
Public Member Functions | |
| void | split_page (std::string page_string, int32_t flag_even_word) |
| int32_t | page_jk_decoder (const char *data_jk) |
| bool | have_new_ephemeris () |
| bool | have_new_iono_and_GST () |
| bool | have_new_utc_model () |
| bool | have_new_almanac () |
| bool | have_new_reduced_ced () |
| Galileo_Ephemeris | get_ephemeris () const |
| Galileo_Iono | get_iono () const |
| Galileo_Utc_Model | get_utc_model () const |
| Galileo_Almanac_Helper | get_almanac () const |
| Galileo_Ephemeris | get_reduced_ced () const |
| bool | get_flag_CRC_test () const |
| bool | get_flag_TOW_set () const |
| void | set_flag_TOW_set (bool flag_tow) |
| int32_t | get_Galileo_week () const |
| int32_t | get_TOW5 () const |
| int32_t | get_TOW6 () const |
| bool | is_TOW5_set () const |
| void | set_TOW5_flag (bool flag_tow5) |
| bool | is_TOW6_set () const |
| void | set_TOW6_flag (bool flag_tow6) |
| int32_t | get_TOW0 () const |
| bool | is_TOW0_set () const |
| void | set_TOW0_flag (bool flag_tow0) |
| bool | get_flag_GGTO () const |
| double | get_A0G () const |
| double | get_A1G () const |
| double | get_t0G () const |
| double | get_WN0G () const |
| void | init_PRN (uint32_t prn) |
| void | enable_reed_solomon () |
This class handles the Galileo I/NAV Data message, as described in the Galileo Open Service Signal in Space Interface Control Document (OS SIS ICD), Issue 2.0 (Jan. 2021). See https://www.gsc-europa.eu/sites/default/files/sites/all/files/Galileo_OS_SIS_ICD_v2.0.pdf.
Definition at line 48 of file galileo_inav_message.h.
1.8.14