![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
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 | Gnss_circular_deque< T > |
| 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_) |
Interface of the observables computation 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 hybrid_observables_gs.h.
1.8.14