![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Receives ip frames containing samples in UDP frame encapsulation using a high performance packet capture library (libpcap). More...
#include "concurrent_queue.h"#include "gr_complex_ip_packet_source.h"#include "signal_source_base.h"#include <gnuradio/blocks/file_sink.h>#include <gnuradio/blocks/null_sink.h>#include <pmt/pmt.h>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | CustomUDPSignalSource |
| This class reads from UDP packets, which streams interleaved I/Q samples over a network. More... | |
Receives ip frames containing samples in UDP frame encapsulation using a high performance packet capture library (libpcap).
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 custom_udp_signal_source.h.