Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core gnuradio-core: update to 3.8.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3c05d07e9a9
branches: trunk
changeset: 437731:f3c05d07e9a9
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Aug 30 20:43:46 2020 +0000
description:
gnuradio-core: update to 3.8.1.0
Here is a very high level list of changes:
## Changed
### Project Scope
- C++11
- merged the wholeness of the `next` branch
- Dependency version bumps: CMake, GCC, MSVC, Swig, Boost
- New dependencies: MPIR/GMP, Qt5, gsm, codec2
- Removed dependencies: libusb, Qt4, CppUnit
- Python: Python 2 & Python 3 compatible. 3.8 will be the last Py2k-compatible
release series
- gengen was replaced by templates (if you don't know gengen, don't do any
research; save yourself that sorrow)
- Modern CMake (as far as feasible at this point)
- VOLK version updated to v2.0.0
- .clang-format file now dictates coding style
- clang-format'ed the whole tree.
- installed CMake files now tell about configuration
### gnuradio-runtime
- reworked fractional tag time handling, especially in the context of resamplers
### GRC
- C++ generation as option
- YAML instead of XML
- removed `blks2`
- much better canvas tooling
- consistent gobject usage
- ROUNDED ARROWS
### gr-qtgui
- moving from Qt4 to Qt5
### gr-utils
- `gr_modtool` now vastly improved
### gr-vocoder
- improved versatility
- removed in-tree libgsm, libcodec2, use system-wide libs
## Removed
### Project Scope
- Modules `gr-comedi`, `gr-fcd` and `gr-wxgui` are gone
### gr-comedi
- nobody could remember who used this, or for what. It has seen 0 active code
contributions in the 3.7 lifecycle
### gr-digital
- python-based `packet_encoder` and related tools: Bugs that were sporadic and
never fixed, so after long deprecation, we're removing it
### gr-fcd
- since it's currently untestable by the CI, it's being removed, as there was no
code contributions. Generally, we strive to include all batteries with GNU
Radio. Re-integration within a more general SDR interface would be desirable.
### gr-utils
- removed PyQwt (dead) based tools
### gr-wxgui
- Unmaintained, breaks on increasingly many systems, always was slower than
Qtgui. We've been starting to tell people to migrate to Qt since at
least 2015. Now, we're finally removing it.
diffstat:
ham/gnuradio-core/Makefile | 5 +-
ham/gnuradio-core/Makefile.common | 50 +-
ham/gnuradio-core/Makefile.version | 3 -
ham/gnuradio-core/PLIST | 518 +--------
ham/gnuradio-core/buildlink3.mk | 10 +-
ham/gnuradio-core/distinfo | 68 +-
ham/gnuradio-core/options.mk | 8 +-
ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake | 4 +-
ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_block.cc | 13 -
ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_pmt_pmt__serialize.cc | 12 -
ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc | 47 -
ham/gnuradio-core/patches/patch-gr-analog_lib_sig__source__X__impl.cc.t | 13 -
ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt | 15 +-
ham/gnuradio-core/patches/patch-gr-audio_lib_alsa_alsa__impl_h | 14 +-
ham/gnuradio-core/patches/patch-gr-blocks_lib_copy__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_message__debug__impl.cc | 21 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_message__strobe__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_message__strobe__random__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_multiply__matrix__cc__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_multiply__matrix__ff__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_mute__XX__impl.cc.t | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_nop__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_pdu__filter__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_pdu__remove__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_pdu__set__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_random__pdu__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_repeat__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_socket__pdu__impl.cc | 51 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_tagged__stream__multiply__length__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_tcp__connection.cc | 21 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_tcp__connection.h | 21 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_tuntap__pdu__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-blocks_lib_wavfile.cc | 31 -
ham/gnuradio-core/patches/patch-gr-digital_lib_chunks__to__symbols__XX__impl.cc.t | 13 -
ham/gnuradio-core/patches/patch-gr-digital_lib_constellation__receiver__cb__impl.cc | 19 -
ham/gnuradio-core/patches/patch-gr-digital_lib_costas__loop__cc__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-digital_lib_crc32__async__bb__impl.cc | 16 -
ham/gnuradio-core/patches/patch-gr-digital_lib_header__payload__demux__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-digital_lib_protocol__formatter__async__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-fec_lib_async__decoder__impl.cc | 17 -
ham/gnuradio-core/patches/patch-gr-fec_lib_async__encoder__impl.cc | 22 -
ham/gnuradio-core/patches/patch-gr-fec_lib_depuncture__bb__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-filter_lib_fractional__resampler__cc__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-filter_lib_fractional__resampler__ff__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-filter_lib_freq__xlating__fir__filter__XXX__impl.cc.t | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_TimeDomainDisplayPlot.cc | 12 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_const__sink__c__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_edit__box__msg__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_freq__sink__c__impl.cc | 19 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_freq__sink__f__impl.cc | 19 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_histogram__sink__f__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_sink__c__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_sink__f__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_time__raster__sink__b__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_time__raster__sink__f__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_time__sink__c__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_time__sink__f__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_waterfall__sink__c__impl.cc | 19 -
ham/gnuradio-core/patches/patch-gr-qtgui_lib_waterfall__sink__f__impl.cc | 19 -
ham/gnuradio-core/patches/patch-gr-zeromq_lib_pub__msg__sink__impl.cc | 13 -
ham/gnuradio-core/patches/patch-gr-zeromq_lib_push__msg__sink__impl.cc | 13 -
ham/gnuradio-core/patches/patch-grc_scripts_gnuradio-companion | 15 +
ham/gnuradio-core/version.mk | 3 +
63 files changed, 189 insertions(+), 1345 deletions(-)
diffs (truncated from 2220 to 300 lines):
diff -r 533866814a9f -r f3c05d07e9a9 ham/gnuradio-core/Makefile
--- a/ham/gnuradio-core/Makefile Sun Aug 30 20:29:46 2020 +0000
+++ b/ham/gnuradio-core/Makefile Sun Aug 30 20:43:46 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2020/08/18 17:58:03 leot Exp $
+# $NetBSD: Makefile,v 1.74 2020/08/30 20:43:46 tnn Exp $
PKGNAME= gnuradio-core-${VERSION}
-PKGREVISION= 7
COMMENT= Core part of GNU Radio, all others need this
PLIST_MINUS= # empty
@@ -19,7 +18,7 @@
.endif
# set default as minimum
-CMAKE_ARGS+= -DENABLE_DEFAULT=False
+CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
# Take care CONF_FILES stuff (The same code in Nocore.mk)
#post-install:
diff -r 533866814a9f -r f3c05d07e9a9 ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Sun Aug 30 20:29:46 2020 +0000
+++ b/ham/gnuradio-core/Makefile.common Sun Aug 30 20:43:46 2020 +0000
@@ -1,35 +1,35 @@
-# $NetBSD: Makefile.common,v 1.26 2020/08/18 04:35:39 tnn Exp $
+# $NetBSD: Makefile.common,v 1.27 2020/08/30 20:43:46 tnn Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
+
# used by ham/gnuradio-channels/Makefile
# used by ham/gnuradio-companion/Makefile
# used by ham/gnuradio-core/Makefile
# used by ham/gnuradio-ctrlport/Makefile
-
# used by ham/gnuradio-digital/Makefile
# used by ham/gnuradio-doxygen/Makefile
# used by ham/gnuradio-dtv/Makefile
+# used by ham/gnuradio-fcd/Makefile
# used by ham/gnuradio-fec/Makefile
-
-# used by ham/gnuradio-fcd/Makefile
# used by ham/gnuradio-qtgui/Makefile
# used by ham/gnuradio-trellis/Makefile
-
# used by ham/gnuradio-uhd/Makefile
# used by ham/gnuradio-utils/Makefile
# used by ham/gnuradio-video-sdl/Makefile
# used by ham/gnuradio-vocoder/Makefile
# used by ham/gnuradio-wavelet/Makefile
-
# used by ham/gnuradio-zeromq/Makefile
-.include "../../ham/gnuradio-core/Makefile.version"
+.include "../../ham/gnuradio-core/version.mk"
DISTNAME?= gnuradio-${VERSION}
CATEGORIES+= ham
-MASTER_SITES= http://s3-dist.gnuradio.org/
-MASTER_SITES= http://gnuradio.org/releases/gnuradio/
+#MASTER_SITES= http://s3-dist.gnuradio.org/
+#MASTER_SITES+= http://gnuradio.org/releases/gnuradio/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=gnuradio/}
+GITHUB_PROJECT= gnuradio
+GITHUB_RELEASE= v${VERSION}
MAINTAINER?= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE?= https://www.gnu.org/software/gnuradio/
@@ -40,16 +40,20 @@
USE_CMAKE= yes
LDFLAGS.NetBSD+= -lrt
-
-DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
+DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah3
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
# gr_filter_design in gnuradio-core ask for:
-DEPENDS+= ${PYPKGPREFIX}-qwt-qt4-[0-9]*:../../x11/py-qwt-qt4
+DEPENDS+= ${PYPKGPREFIX}-qwt-qt5-[0-9]*:../../x11/py-qwt-qt5
+DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
+DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
+DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo
PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.3.0
+PYTHON_VERSIONS_ACCEPTED= 37
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
PY_PATCHPLIST= yes
@@ -60,6 +64,7 @@
PKG_SYSCONFSUBDIR= gnuradio/conf.d
CXXFLAGS+= -pthread
+CFLAGS+= -pthread
LDFLAGS.DragonFly+= -lboost_system
LDFLAGS.SunOS+= -lboost_system
CXXFLAGS.SunOS+= -pthreads
@@ -97,13 +102,20 @@
# adhoc setup not to pick non default version (say python3.6)
# at configure
-CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PREFIX}/bin/python${PYVERSSUFFIX}
+#MAKE_ARGS+= -DPYTHON_EXECUTABLE=${PREFIX}/bin/python${PYVERSSUFFIX}
CMAKE_ARGS+= -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
CMAKE_ARG_PATH= ../
.include "options.mk"
+# Fixes build errors w/ clang
+SUBST_CLASSES+= boost
+SUBST_MESSAGE.boost= prepend boost placeholders with namespace
+SUBST_FILES.boost= */lib/*.cc
+SUBST_SED.boost= -e 's, _1), boost::placeholders::_1),'
+SUBST_STAGE.boost= pre-configure
+
# disable/enable ALSA, see also patches/patch-gr-audio_lib_CMakeLists.txt
SUBST_CLASSES+= alsa
SUBST_MESSAGE.alsa= Arrange the patched line depepending on alsa is in PKG_OPTIONS or not
@@ -118,7 +130,7 @@
SUBST_VARS.pyvers+= PYVERSSUFFIX
SUBST_STAGE.pyvers= pre-configure
-REPLACE_PYTHON = */*.py */*/*.py */*/*/*.py */*/*/*/*.py */*/*/*/*/*.py \
+REPLACE_PYTHON= */*.py */*/*.py */*/*/*.py */*/*/*/*.py */*/*/*/*/*.py \
*/*/*/*/*/*/*.py */*/*/*/*/*/*/*.py */*/*/*/*/*/*/*/*.py
pre-configure:
@@ -134,9 +146,15 @@
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/cppunit/buildlink3.mk"
-.include "../../devel/swig2/buildlink3.mk"
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../devel/swig3/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../math/fftwf/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../math/volk/buildlink3.mk"
+.include "../../textproc/log4cpp/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/cairo-gobject/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
diff -r 533866814a9f -r f3c05d07e9a9 ham/gnuradio-core/Makefile.version
--- a/ham/gnuradio-core/Makefile.version Sun Aug 30 20:29:46 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-# $NetBSD: Makefile.version,v 1.14 2019/11/03 19:32:07 rillig Exp $
-
-VERSION= 3.7.13.5
diff -r 533866814a9f -r f3c05d07e9a9 ham/gnuradio-core/PLIST
--- a/ham/gnuradio-core/PLIST Sun Aug 30 20:29:46 2020 +0000
+++ b/ham/gnuradio-core/PLIST Sun Aug 30 20:43:46 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2020/08/01 07:49:26 tnn Exp $
+@comment $NetBSD: PLIST,v 1.30 2020/08/30 20:43:46 tnn Exp $
bin/gnuradio-config-info
bin/gr_filter_design
include/gnuradio/analog/agc.h
@@ -13,17 +13,11 @@
include/gnuradio/analog/cpm.h
include/gnuradio/analog/ctcss_squelch_ff.h
include/gnuradio/analog/dpll_bb.h
-include/gnuradio/analog/fastnoise_source_c.h
-include/gnuradio/analog/fastnoise_source_f.h
-include/gnuradio/analog/fastnoise_source_i.h
-include/gnuradio/analog/fastnoise_source_s.h
+include/gnuradio/analog/fastnoise_source.h
include/gnuradio/analog/feedforward_agc_cc.h
include/gnuradio/analog/fmdet_cf.h
include/gnuradio/analog/frequency_modulator_fc.h
-include/gnuradio/analog/noise_source_c.h
-include/gnuradio/analog/noise_source_f.h
-include/gnuradio/analog/noise_source_i.h
-include/gnuradio/analog/noise_source_s.h
+include/gnuradio/analog/noise_source.h
include/gnuradio/analog/noise_type.h
include/gnuradio/analog/phase_modulator_fc.h
include/gnuradio/analog/pll_carriertracking_cc.h
@@ -36,13 +30,8 @@
include/gnuradio/analog/pwr_squelch_ff.h
include/gnuradio/analog/quadrature_demod_cf.h
include/gnuradio/analog/rail_ff.h
-include/gnuradio/analog/random_uniform_source_b.h
-include/gnuradio/analog/random_uniform_source_i.h
-include/gnuradio/analog/random_uniform_source_s.h
-include/gnuradio/analog/sig_source_c.h
-include/gnuradio/analog/sig_source_f.h
-include/gnuradio/analog/sig_source_i.h
-include/gnuradio/analog/sig_source_s.h
+include/gnuradio/analog/random_uniform_source.h
+include/gnuradio/analog/sig_source.h
include/gnuradio/analog/sig_source_waveform.h
include/gnuradio/analog/simple_squelch_cc.h
include/gnuradio/analog/squelch_base_cc.h
@@ -57,36 +46,21 @@
include/gnuradio/block_detail.h
include/gnuradio/block_gateway.h
include/gnuradio/block_registry.h
-include/gnuradio/blocks/abs_ff.h
-include/gnuradio/blocks/abs_ii.h
-include/gnuradio/blocks/abs_ss.h
-include/gnuradio/blocks/add_cc.h
+include/gnuradio/blocks/abs_blk.h
+include/gnuradio/blocks/add_blk.h
include/gnuradio/blocks/add_const_bb.h
include/gnuradio/blocks/add_const_cc.h
include/gnuradio/blocks/add_const_ff.h
include/gnuradio/blocks/add_const_ii.h
include/gnuradio/blocks/add_const_ss.h
-include/gnuradio/blocks/add_const_vbb.h
-include/gnuradio/blocks/add_const_vcc.h
-include/gnuradio/blocks/add_const_vff.h
-include/gnuradio/blocks/add_const_vii.h
-include/gnuradio/blocks/add_const_vss.h
-include/gnuradio/blocks/add_ff.h
-include/gnuradio/blocks/add_ii.h
-include/gnuradio/blocks/add_ss.h
-include/gnuradio/blocks/and_bb.h
-include/gnuradio/blocks/and_const_bb.h
-include/gnuradio/blocks/and_const_ii.h
-include/gnuradio/blocks/and_const_ss.h
-include/gnuradio/blocks/and_ii.h
-include/gnuradio/blocks/and_ss.h
+include/gnuradio/blocks/add_const_v.h
+include/gnuradio/blocks/and_blk.h
+include/gnuradio/blocks/and_const.h
include/gnuradio/blocks/annotator_1to1.h
include/gnuradio/blocks/annotator_alltoall.h
include/gnuradio/blocks/annotator_raw.h
include/gnuradio/blocks/api.h
-include/gnuradio/blocks/argmax_fs.h
-include/gnuradio/blocks/argmax_is.h
-include/gnuradio/blocks/argmax_ss.h
+include/gnuradio/blocks/argmax.h
include/gnuradio/blocks/bin_statistics_f.h
include/gnuradio/blocks/burst_tagger.h
include/gnuradio/blocks/char_to_float.h
@@ -95,6 +69,7 @@
include/gnuradio/blocks/complex_to_arg.h
include/gnuradio/blocks/complex_to_float.h
include/gnuradio/blocks/complex_to_imag.h
+include/gnuradio/blocks/complex_to_interleaved_char.h
include/gnuradio/blocks/complex_to_interleaved_short.h
include/gnuradio/blocks/complex_to_mag.h
include/gnuradio/blocks/complex_to_mag_squared.h
@@ -106,10 +81,7 @@
include/gnuradio/blocks/count_bits.h
include/gnuradio/blocks/deinterleave.h
include/gnuradio/blocks/delay.h
-include/gnuradio/blocks/divide_cc.h
-include/gnuradio/blocks/divide_ff.h
-include/gnuradio/blocks/divide_ii.h
-include/gnuradio/blocks/divide_ss.h
+include/gnuradio/blocks/divide.h
include/gnuradio/blocks/endian_swap.h
include/gnuradio/blocks/exponentiate_const_cci.h
include/gnuradio/blocks/file_descriptor_sink.h
@@ -126,10 +98,7 @@
include/gnuradio/blocks/float_to_uchar.h
include/gnuradio/blocks/head.h
include/gnuradio/blocks/int_to_float.h
-include/gnuradio/blocks/integrate_cc.h
-include/gnuradio/blocks/integrate_ff.h
-include/gnuradio/blocks/integrate_ii.h
-include/gnuradio/blocks/integrate_ss.h
+include/gnuradio/blocks/integrate.h
include/gnuradio/blocks/interleave.h
include/gnuradio/blocks/interleaved_char_to_complex.h
include/gnuradio/blocks/interleaved_short_to_complex.h
@@ -140,79 +109,40 @@
include/gnuradio/blocks/lfsr_32k_source_s.h
include/gnuradio/blocks/log2_const.h
include/gnuradio/blocks/magphase_to_complex.h
-include/gnuradio/blocks/max_ff.h
-include/gnuradio/blocks/max_ii.h
-include/gnuradio/blocks/max_ss.h
-include/gnuradio/blocks/message_burst_source.h
+include/gnuradio/blocks/max_blk.h
include/gnuradio/blocks/message_debug.h
-include/gnuradio/blocks/message_sink.h
-include/gnuradio/blocks/message_source.h
include/gnuradio/blocks/message_strobe.h
include/gnuradio/blocks/message_strobe_random.h
-include/gnuradio/blocks/min_ff.h
-include/gnuradio/blocks/min_ii.h
-include/gnuradio/blocks/min_ss.h
-include/gnuradio/blocks/moving_average_cc.h
-include/gnuradio/blocks/moving_average_ff.h
-include/gnuradio/blocks/moving_average_ii.h
-include/gnuradio/blocks/moving_average_ss.h
+include/gnuradio/blocks/min_blk.h
+include/gnuradio/blocks/moving_average.h
Home |
Main Index |
Thread Index |
Old Index