![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Interface of the receiver control plane. More...
#include "agnss_ref_location.h"#include "agnss_ref_time.h"#include "channel_event.h"#include "command_event.h"#include "concurrent_queue.h"#include "gnss_sdr_supl_client.h"#include "tcp_cmd_interface.h"#include <pmt/pmt.h>#include <array>#include <cstddef>#include <memory>#include <string>#include <thread>#include <typeinfo>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | ControlThread |
| This class represents the main thread of the application, so the name is ControlThread. This is the GNSS Receiver Control Plane: it connects the flowgraph, starts running it, and while it does not stop, reads the control messages generated by the blocks, processes them, and applies the corresponding actions. More... | |
Interface of the receiver control plane.
GNSS Receiver Control Plane: connects the flowgraph, starts running it, and while it does not stop, reads the control messages generated by the blocks, processes them, and applies the corresponding actions.
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 control_thread.h.