![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Implementation of a Galileo I/NAV Data message as described in Galileo OS SIS ICD Issue 2.0 (Jan. 2021). More...
#include "Galileo_INAV.h"#include "galileo_almanac_helper.h"#include "galileo_ephemeris.h"#include "galileo_iono.h"#include "galileo_ism.h"#include "galileo_utc_model.h"#include "gnss_sdr_make_unique.h"#include <array>#include <bitset>#include <cstdint>#include <memory>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | OSNMA_msg |
| This class fills the OSNMA_msg structure with the data received from the telemetry blocks. More... | |
| class | Galileo_Inav_Message |
| 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... | |
Implementation of a Galileo I/NAV Data message as described in Galileo OS SIS ICD Issue 2.0 (Jan. 2021).
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2021 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file galileo_inav_message.h.