GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
hybrid_observables_gs.h File Reference

Interface of the observables computation block. More...

#include "gnss_block_interface.h"
#include "gnss_time.h"
#include "obs_conf.h"
#include <boost/circular_buffer.hpp>
#include <gnuradio/block.h>
#include <gnuradio/types.h>
#include <cstddef>
#include <cstdint>
#include <fstream>
#include <memory>
#include <queue>
#include <string>
#include <typeinfo>
#include <vector>

Go to the source code of this file.

Classes

class  hybrid_observables_gs
 This class implements a block that computes observables. More...

Typedefs

using hybrid_observables_gs_sptr = gnss_shared_ptr<hybrid_observables_gs>

Functions

hybrid_observables_gs_sptr hybrid_observables_gs_make (const Obs_Conf &conf_)

Detailed Description

Interface of the observables computation block.

Author
Mara Branzanti 2013. mara.branzanti(at)gmail.com
Javier Arribas 2013. jarribas(at)cttc.es
Antonio Ramos 2018. antonio.ramos(at)cttc.es

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 hybrid_observables_gs.h.