![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
Interface of a SBAS telemetry data decoder block. More...
#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>#include <boost/shared_ptr.hpp>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 = boost::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.
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
GNSS-SDR is a software defined Global Navigation Satellite Systems receiver
This file is part of GNSS-SDR.
SPDX-License-Identifier: GPL-3.0-or-later
Definition in file sbas_l1_telemetry_decoder_gs.h.
1.8.14