![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Interface of a SBAS telemetry data decoder block. More...
#include "gnss_block_interface.h"#include "gnss_satellite.h"#include <boost/crc.hpp>#include <gnuradio/block.h>#include <gnuradio/types.h>#include <cstddef>#include <cstdint>#include <deque>#include <fstream>#include <memory>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | sbas_l1_telemetry_decoder_gs |
| This class implements a block that decodes the SBAS integrity and corrections data defined in RTCA MOPS DO-229. More... | |
Typedefs | |
| using | sbas_l1_telemetry_decoder_gs_sptr = gnss_shared_ptr< sbas_l1_telemetry_decoder_gs > |
Functions | |
| sbas_l1_telemetry_decoder_gs_sptr | sbas_l1_make_telemetry_decoder_gs (const Gnss_Satellite &satellite, bool dump) |
Interface of a SBAS telemetry data decoder block.
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file sbas_l1_telemetry_decoder_gs.h.
1.8.14