![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Interface of a GNSS receiver flow graph. More...
#include "channel_status_msg_receiver.h"#include "concurrent_queue.h"#include "galileo_e6_has_msg_receiver.h"#include "galileo_tow_map.h"#include "gnss_sdr_sample_counter.h"#include "gnss_signal.h"#include "osnma_msg_receiver.h"#include "pvt_interface.h"#include <gnuradio/blocks/null_sink.h>#include <gnuradio/runtime_types.h>#include <pmt/pmt.h>#include <list>#include <map>#include <memory>#include <mutex>#include <string>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | GNSSFlowgraph |
| This class represents a GNSS flow graph. More... | |
Interface of a GNSS receiver flow graph.
It contains a signal source, a signal conditioner, a set of channels, an observables block and a pvt.
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 gnss_flowgraph.h.