![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Defines structures and constants for communicating with rtl_tcp. More...
#include <boost/asio/ip/tcp.hpp>#include <boost/system/error_code.hpp>Go to the source code of this file.
Enumerations | |
| enum | RTL_TCP_COMMAND { RTL_TCP_SET_FREQUENCY = 1, RTL_TCP_SET_SAMPLE_RATE = 2, RTL_TCP_SET_GAIN_MODE = 3, RTL_TCP_SET_GAIN = 4, RTL_TCP_SET_IF_GAIN = 6, RTL_TCP_SET_AGC_MODE = 8 } |
| Command IDs for configuration rtl_tcp. More... | |
Functions | |
| boost::system::error_code | rtl_tcp_command (RTL_TCP_COMMAND id, unsigned param, boost::asio::ip::tcp::socket &socket) |
| Send a command to rtl_tcp over the given socket. More... | |
Defines structures and constants for communicating with rtl_tcp.
This file contains information taken from librtlsdr:
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 rtl_tcp_commands.h.
1.8.14