![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Interface of a TCP connector block based on code DLL + carrier PLL. More...
#include "cpu_multicorrelator.h"#include "gnss_block_interface.h"#include "gnss_synchro.h"#include "tcp_communication.h"#include <gnuradio/block.h>#include <volk_gnsssdr/volk_gnsssdr_alloc.h>#include <fstream>#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | Gps_L1_Ca_Tcp_Connector_Tracking_cc |
| This class implements a DLL + PLL tracking loop block. More... | |
Typedefs | |
| using | gps_l1_ca_tcp_connector_tracking_cc_sptr = gnss_shared_ptr<Gps_L1_Ca_Tcp_Connector_Tracking_cc> |
Interface of a TCP connector block based on code DLL + carrier PLL.
Code DLL + carrier PLL according to the algorithms described in: K.Borre, D.M.Akos, N.Bertelsen, P.Rinder, and S.H.Jensen, A Software-Defined GPS and Galileo Receiver. A Single-Frequency Approach, Birkhauser, 2007
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 gps_l1_ca_tcp_connector_tracking_cc.h.