![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
Adapts two signed char streams into a std::complex<signed char> stream. More...
#include <boost/shared_ptr.hpp>#include <gnuradio/sync_block.h>#include <gnuradio/types.h>Go to the source code of this file.
Classes | |
| class | byte_x2_to_complex_byte |
| This class adapts two signed char streams into a std::complex<signed char> stream. More... | |
Typedefs | |
| using | byte_x2_to_complex_byte_sptr = boost::shared_ptr< byte_x2_to_complex_byte > |
Functions | |
| byte_x2_to_complex_byte_sptr | make_byte_x2_to_complex_byte () |
Adapts two signed char streams into a std::complex<signed char> stream.
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
GNSS-SDR is a software defined Global Navigation Satellite Systems receiver
This file is part of GNSS-SDR.
SPDX-License-Identifier: GPL-3.0-or-later
Definition in file byte_x2_to_complex_byte.h.
1.8.14