GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes
gnss_flowgraph.h File Reference

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 "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 <utility>
#include <vector>

Go to the source code of this file.

Classes

class  GNSSFlowgraph
 This class represents a GNSS flow graph. More...
 

Detailed Description

Interface of a GNSS receiver flow graph.

Author
Carlos Aviles, 2010. carlos.avilesr(at)googlemail.com Luis Esteve, 2011. luis(at)epsilon-formacion.com Carles Fernandez-Prades, 2014-2020. cfernandez(at)cttc.es Álvaro Cebrián Juan, 2018. acebrianjuan(at)gmail.com

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.