![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Implementation of a class that reads signals samples from a SPIR file and adapts it to a SignalSourceInterface. More...
#include "concurrent_queue.h"#include "gnss_sdr_valve.h"#include "signal_source_base.h"#include "unpack_spir_gss6450_samples.h"#include <gnuradio/blocks/deinterleave.h>#include <gnuradio/blocks/endian_swap.h>#include <gnuradio/blocks/file_sink.h>#include <gnuradio/blocks/file_source.h>#include <gnuradio/blocks/null_sink.h>#include <gnuradio/blocks/throttle.h>#include <gnuradio/hier_block2.h>#include <pmt/pmt.h>#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | SpirGSS6450FileSignalSource |
| Class that reads signals samples from a file and adapts it to a SignalSourceInterface. More... | |
Implementation of a class that reads signals samples from a SPIR file and adapts it to a SignalSourceInterface.
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 not part of GNSS-SDR.
SPDX-License-Identifier: GPL-3.0-or-later
Definition in file spir_gss6450_file_signal_source.h.