![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Interface of a GNSS channel. More...
#include "channel_fsm.h"#include "channel_interface.h"#include "channel_msg_receiver_cc.h"#include "concurrent_queue.h"#include "gnss_signal.h"#include "gnss_synchro.h"#include <gnuradio/block.h>#include <pmt/pmt.h>#include <cstddef>#include <cstdint>#include <memory>#include <mutex>#include <string>Go to the source code of this file.
Classes | |
| class | Channel |
| This class represents a GNSS channel. It wraps an AcquisitionInterface, a TrackingInterface and a TelemetryDecoderInterface, and handles their interaction through a Finite State Machine. More... | |
Interface of a GNSS channel.
It holds blocks for acquisition, tracking, navigation data extraction and pseudorange calculation.
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 channel.h.
1.8.14