![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Implementation of a BEIDOU B3I DNAV data decoder block. More...
#include "beidou_dnav_navigation_message.h"#include "gnss_block_interface.h"#include "gnss_satellite.h"#include "nav_message_packet.h"#include "tlm_conf.h"#include "tlm_crc_stats.h"#include <boost/circular_buffer.hpp>#include <gnuradio/block.h>#include <gnuradio/types.h>#include <array>#include <cstdint>#include <fstream>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | beidou_b3i_telemetry_decoder_gs |
| This class implements a block that decodes the BeiDou DNAV data. More... | |
Typedefs | |
| using | beidou_b3i_telemetry_decoder_gs_sptr = gnss_shared_ptr< beidou_b3i_telemetry_decoder_gs > |
Functions | |
| beidou_b3i_telemetry_decoder_gs_sptr | beidou_b3i_make_telemetry_decoder_gs (const Gnss_Satellite &satellite, const Tlm_Conf &conf) |
Implementation of a BEIDOU B3I DNAV 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 beidou_b3i_telemetry_decoder_gs.h.
1.8.14