diff options
-rw-r--r-- | ham/gnuradio-companion/PLIST | 12 | ||||
-rw-r--r-- | ham/gnuradio-core/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-core/Makefile.version | 4 | ||||
-rw-r--r-- | ham/gnuradio-core/PLIST | 22 | ||||
-rw-r--r-- | ham/gnuradio-core/distinfo | 10 | ||||
-rw-r--r-- | ham/gnuradio-ctrlport/PLIST | 8 | ||||
-rw-r--r-- | ham/gnuradio-doxygen/PLIST | 358 | ||||
-rw-r--r-- | ham/gnuradio-dtv/PLIST | 18 | ||||
-rw-r--r-- | ham/gnuradio-fec/PLIST | 74 | ||||
-rw-r--r-- | ham/gnuradio-qtgui/PLIST | 6 | ||||
-rw-r--r-- | ham/gnuradio-uhd/PLIST | 5 |
11 files changed, 495 insertions, 25 deletions
diff --git a/ham/gnuradio-companion/PLIST b/ham/gnuradio-companion/PLIST index 4acae5ebfaf..d82ecee0cdd 100644 --- a/ham/gnuradio-companion/PLIST +++ b/ham/gnuradio-companion/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/12/08 01:45:05 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/03/07 13:14:31 mef Exp $ bin/gnuradio-companion ${PYSITELIB}/gnuradio/grc/__init__.py ${PYSITELIB}/gnuradio/grc/__init__.pyc @@ -114,6 +114,9 @@ ${PYSITELIB}/gnuradio/grc/gui/Utils.pyo ${PYSITELIB}/gnuradio/grc/gui/__init__.py ${PYSITELIB}/gnuradio/grc/gui/__init__.pyc ${PYSITELIB}/gnuradio/grc/gui/__init__.pyo +${PYSITELIB}/gnuradio/grc/gui/external_editor.py +${PYSITELIB}/gnuradio/grc/gui/external_editor.pyc +${PYSITELIB}/gnuradio/grc/gui/external_editor.pyo ${PYSITELIB}/gnuradio/grc/python/Block.py ${PYSITELIB}/gnuradio/grc/python/Block.pyc ${PYSITELIB}/gnuradio/grc/python/Block.pyo @@ -143,6 +146,9 @@ ${PYSITELIB}/gnuradio/grc/python/__init__.pyc ${PYSITELIB}/gnuradio/grc/python/__init__.pyo ${PYSITELIB}/gnuradio/grc/python/block.dtd ${PYSITELIB}/gnuradio/grc/python/default_flow_graph.grc +${PYSITELIB}/gnuradio/grc/python/epy_block_io.py +${PYSITELIB}/gnuradio/grc/python/epy_block_io.pyc +${PYSITELIB}/gnuradio/grc/python/epy_block_io.pyo ${PYSITELIB}/gnuradio/grc/python/expr_utils.py ${PYSITELIB}/gnuradio/grc/python/expr_utils.pyc ${PYSITELIB}/gnuradio/grc/python/expr_utils.pyo @@ -188,6 +194,8 @@ share/gnuradio/grc/blocks/bus_source.xml share/gnuradio/grc/blocks/bus_structure_sink.xml share/gnuradio/grc/blocks/bus_structure_source.xml share/gnuradio/grc/blocks/dummy.xml +share/gnuradio/grc/blocks/epy_block.xml +share/gnuradio/grc/blocks/epy_module.xml share/gnuradio/grc/blocks/gr_message_domain.xml share/gnuradio/grc/blocks/gr_stream_domain.xml share/gnuradio/grc/blocks/import.xml @@ -199,6 +207,7 @@ share/gnuradio/grc/blocks/parameter.xml share/gnuradio/grc/blocks/variable.xml share/gnuradio/grc/blocks/variable_config.xml share/gnuradio/grc/blocks/variable_function_probe.xml +share/gnuradio/grc/blocks/variable_struct.xml share/gnuradio/grc/blocks/virtual_sink.xml share/gnuradio/grc/blocks/virtual_source.xml share/gnuradio/grc/blocks/xmlrpc_client.xml @@ -212,4 +221,3 @@ share/gnuradio/grc/freedesktop/grc-icon-256.png share/gnuradio/grc/freedesktop/grc-icon-32.png share/gnuradio/grc/freedesktop/grc-icon-48.png share/gnuradio/grc/freedesktop/grc-icon-64.png -share/gnuradio/grc/blocks/variable_struct.xml diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index 569e05c95d0..2f08c8539cc 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2015/11/26 20:53:52 wiedi Exp $ +# $NetBSD: Makefile,v 1.52 2016/03/07 13:14:31 mef Exp $ PKGNAME= gnuradio-core-${VERSION} -PKGREVISION= 1 COMMENT= Core part of GNU Radio, all others need this PLIST_MINUS= # empty diff --git a/ham/gnuradio-core/Makefile.version b/ham/gnuradio-core/Makefile.version index d84d804083c..478df7a63a3 100644 --- a/ham/gnuradio-core/Makefile.version +++ b/ham/gnuradio-core/Makefile.version @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.version,v 1.6 2015/09/01 04:13:43 mef Exp $ +# $NetBSD: Makefile.version,v 1.7 2016/03/07 13:14:31 mef Exp $ -VERSION= 3.7.8 +VERSION= 3.7.9.1 diff --git a/ham/gnuradio-core/PLIST b/ham/gnuradio-core/PLIST index 36ad419147e..c9108b6fa1b 100644 --- a/ham/gnuradio-core/PLIST +++ b/ham/gnuradio-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2015/11/26 20:53:52 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.22 2016/03/07 13:14:31 mef Exp $ bin/gnuradio-config-info bin/gr_filter_design bin/volk-config-info @@ -39,6 +39,9 @@ include/gnuradio/analog/pwr_squelch_cc.h 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 @@ -98,6 +101,7 @@ include/gnuradio/blocks/complex_to_imag.h include/gnuradio/blocks/complex_to_interleaved_short.h include/gnuradio/blocks/complex_to_mag.h include/gnuradio/blocks/complex_to_mag_squared.h +include/gnuradio/blocks/complex_to_magphase.h include/gnuradio/blocks/complex_to_real.h include/gnuradio/blocks/conjugate_cc.h include/gnuradio/blocks/control_loop.h @@ -137,6 +141,7 @@ include/gnuradio/blocks/lfsr_15_1_0.h include/gnuradio/blocks/lfsr_32k.h 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 @@ -497,6 +502,8 @@ include/volk/volk_16ic_s32f_deinterleave_real_32f.h include/volk/volk_16ic_s32f_magnitude_32f.h include/volk/volk_16u_byteswap.h include/volk/volk_16u_byteswappuppet_16u.h +include/volk/volk_32f_8u_polarbutterfly_32f.h +include/volk/volk_32f_8u_polarbutterflypuppet_32f.h include/volk/volk_32f_accumulator_s32f.h include/volk/volk_32f_acos_32f.h include/volk/volk_32f_asin_32f.h @@ -587,13 +594,19 @@ include/volk/volk_8ic_s32f_deinterleave_real_32f.h include/volk/volk_8ic_x2_multiply_conjugate_16ic.h include/volk/volk_8ic_x2_s32f_multiply_conjugate_32fc.h include/volk/volk_8u_conv_k7_r2puppet_8u.h +include/volk/volk_8u_x2_encodeframepolar_8u.h +include/volk/volk_8u_x3_encodepolar_8u_x2.h +include/volk/volk_8u_x3_encodepolarpuppet_8u.h include/volk/volk_8u_x4_conv_k7_r2_8u.h +include/volk/volk_avx_intrinsics.h include/volk/volk_common.h include/volk/volk_complex.h include/volk/volk_config_fixed.h include/volk/volk_cpu.h include/volk/volk_malloc.h +include/volk/volk_neon_intrinsics.h include/volk/volk_prefs.h +include/volk/volk_sse3_intrinsics.h include/volk/volk_typedefs.h lib/cmake/gnuradio/CMakeMacroLibtoolFile.cmake lib/cmake/gnuradio/CMakeParseArgumentsCopy.cmake @@ -645,7 +658,7 @@ lib/libgnuradio-pmt.so.${PKGVERSION} lib/libgnuradio-runtime.so lib/libgnuradio-runtime.so.${PKGVERSION} lib/libvolk.so -lib/libvolk.so.1.0.2 +lib/libvolk.so.1.2.1 lib/pkgconfig/gnuradio-analog.pc lib/pkgconfig/gnuradio-audio.pc lib/pkgconfig/gnuradio-blocks.pc @@ -942,6 +955,7 @@ share/gnuradio/examples/filter/synth_filter.py share/gnuradio/examples/filter/synth_to_chan.py share/gnuradio/examples/gnuradio-runtime.conf share/gnuradio/examples/gr-audio-jack.conf +share/gnuradio/examples/gr-audio-oss.conf share/gnuradio/examples/gr-audio-portaudio.conf share/gnuradio/examples/gr-audio.conf share/gnuradio/examples/metadata/file_metadata_sink.grc @@ -994,6 +1008,7 @@ share/gnuradio/grc/blocks/analog_pwr_squelch_xx.xml share/gnuradio/grc/blocks/analog_quadrature_demod_cf.xml share/gnuradio/grc/blocks/analog_rail_ff.xml share/gnuradio/grc/blocks/analog_random_source_x.xml +share/gnuradio/grc/blocks/analog_random_uniform_source_x.xml share/gnuradio/grc/blocks/analog_sig_source_x.xml share/gnuradio/grc/blocks/analog_simple_squelch_cc.xml share/gnuradio/grc/blocks/analog_standard_squelch.xml @@ -1015,9 +1030,11 @@ share/gnuradio/grc/blocks/blocks_char_to_short.xml share/gnuradio/grc/blocks/blocks_complex_to_arg.xml share/gnuradio/grc/blocks/blocks_complex_to_float.xml share/gnuradio/grc/blocks/blocks_complex_to_imag.xml +share/gnuradio/grc/blocks/blocks_complex_to_interleaved_char.xml share/gnuradio/grc/blocks/blocks_complex_to_interleaved_short.xml share/gnuradio/grc/blocks/blocks_complex_to_mag.xml share/gnuradio/grc/blocks/blocks_complex_to_mag_squared.xml +share/gnuradio/grc/blocks/blocks_complex_to_magphase.xml share/gnuradio/grc/blocks/blocks_complex_to_real.xml share/gnuradio/grc/blocks/blocks_conjugate_cc.xml share/gnuradio/grc/blocks/blocks_copy.xml @@ -1049,6 +1066,7 @@ share/gnuradio/grc/blocks/blocks_interleaved_char_to_complex.xml share/gnuradio/grc/blocks/blocks_interleaved_short_to_complex.xml share/gnuradio/grc/blocks/blocks_keep_m_in_n.xml share/gnuradio/grc/blocks/blocks_keep_one_in_n.xml +share/gnuradio/grc/blocks/blocks_magphase_to_complex.xml share/gnuradio/grc/blocks/blocks_max_xx.xml share/gnuradio/grc/blocks/blocks_message_burst_source.xml share/gnuradio/grc/blocks/blocks_message_debug.xml diff --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo index 6a37b285072..90cae543d77 100644 --- a/ham/gnuradio-core/distinfo +++ b/ham/gnuradio-core/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.22 2015/11/02 23:57:23 agc Exp $ +$NetBSD: distinfo,v 1.23 2016/03/07 13:14:31 mef Exp $ -SHA1 (gnuradio-3.7.8.tar.gz) = ef767d5f5e05e4f9883b3077cebd9ca915237c77 -RMD160 (gnuradio-3.7.8.tar.gz) = 890cd2c55ecb919a46cce0ac15118c3963a1156b -SHA512 (gnuradio-3.7.8.tar.gz) = 2a69101acf8b1ed8cc4791de2961b4d8a4baf50a84e5514ba8f29e300829228daa50863dda8434c1703829412ec6fb2f25560d851b4a39cc687cba0646e1a7d9 -Size (gnuradio-3.7.8.tar.gz) = 3990172 bytes +SHA1 (gnuradio-3.7.9.1.tar.gz) = 6b9960ebed57610e52da2c23ef953674faefb849 +RMD160 (gnuradio-3.7.9.1.tar.gz) = a058199b480db264d2ca6b8b87a7b18d2a876d62 +SHA512 (gnuradio-3.7.9.1.tar.gz) = ee575616bede307e18c3f6c4d039cdf27388796ad17adaf65bd39a74a7754bc5f822b4d18da0dd31587d453d625dfa58d75809c4a37fa0809c4009ac8fe5451d +Size (gnuradio-3.7.9.1.tar.gz) = 4857025 bytes SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5 SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = c05628aa88ac968928f9eabd8c56d4527e258767 diff --git a/ham/gnuradio-ctrlport/PLIST b/ham/gnuradio-ctrlport/PLIST index 984f874a99a..0006bc4fdd1 100644 --- a/ham/gnuradio-ctrlport/PLIST +++ b/ham/gnuradio-ctrlport/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/09/08 21:01:31 mef Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/07 13:14:31 mef Exp $ bin/gr-ctrlport-monitor bin/gr-ctrlport-monitorc bin/gr-ctrlport-monitoro @@ -28,3 +28,9 @@ ${PYSITELIB}/gnuradio/ctrlport/icon.png ${PYSITELIB}/gnuradio/ctrlport/monitor.py ${PYSITELIB}/gnuradio/ctrlport/monitor.pyc ${PYSITELIB}/gnuradio/ctrlport/monitor.pyo +share/gnuradio/examples/ctrlport/comparing_resamplers.grc +share/gnuradio/examples/ctrlport/pfb_sync_test.grc +share/gnuradio/examples/ctrlport/simple_copy.grc +share/gnuradio/examples/ctrlport/simple_copy_controller.py +share/gnuradio/examples/ctrlport/usrp_source_control.grc +share/gnuradio/examples/ctrlport/usrp_source_controller.py diff --git a/ham/gnuradio-doxygen/PLIST b/ham/gnuradio-doxygen/PLIST index 9fe98089d2f..4112228103e 100644 --- a/ham/gnuradio-doxygen/PLIST +++ b/ham/gnuradio-doxygen/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/09/01 04:14:54 mef Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/03/07 13:14:31 mef Exp $ share/doc/gnuradio-${PKGVERSION}/dial_tone.py share/doc/gnuradio-${PKGVERSION}/fm_demod.py share/doc/gnuradio-${PKGVERSION}/fm_rx.grc @@ -817,12 +817,18 @@ share/doc/gnuradio-${PKGVERSION}/html/classGrAtscTrellisEncoder.js share/doc/gnuradio-${PKGVERSION}/html/classGrAtscViterbiDecoder-members.html share/doc/gnuradio-${PKGVERSION}/html/classGrAtscViterbiDecoder.html share/doc/gnuradio-${PKGVERSION}/html/classGrAtscViterbiDecoder.js +share/doc/gnuradio-${PKGVERSION}/html/classHistogramClearEvent-members.html +share/doc/gnuradio-${PKGVERSION}/html/classHistogramClearEvent.html +share/doc/gnuradio-${PKGVERSION}/html/classHistogramClearEvent.js share/doc/gnuradio-${PKGVERSION}/html/classHistogramDisplayForm-members.html share/doc/gnuradio-${PKGVERSION}/html/classHistogramDisplayForm.html share/doc/gnuradio-${PKGVERSION}/html/classHistogramDisplayForm.js share/doc/gnuradio-${PKGVERSION}/html/classHistogramDisplayPlot-members.html share/doc/gnuradio-${PKGVERSION}/html/classHistogramDisplayPlot.html share/doc/gnuradio-${PKGVERSION}/html/classHistogramDisplayPlot.js +share/doc/gnuradio-${PKGVERSION}/html/classHistogramSetAccumulator-members.html +share/doc/gnuradio-${PKGVERSION}/html/classHistogramSetAccumulator.html +share/doc/gnuradio-${PKGVERSION}/html/classHistogramSetAccumulator.js share/doc/gnuradio-${PKGVERSION}/html/classHistogramUpdateEvent-members.html share/doc/gnuradio-${PKGVERSION}/html/classHistogramUpdateEvent.html share/doc/gnuradio-${PKGVERSION}/html/classHistogramUpdateEvent.js @@ -922,6 +928,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterDisplayForm.js share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterDisplayPlot-members.html share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterDisplayPlot.html share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterDisplayPlot.js +share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterSetSize-members.html +share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterSetSize.html +share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterSetSize.js share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterUpdateEvent-members.html share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterUpdateEvent.html share/doc/gnuradio-${PKGVERSION}/html/classTimeRasterUpdateEvent.js @@ -1224,6 +1233,15 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1quadrature__demod__cf share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1rail__ff-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1rail__ff.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1rail__ff.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__b-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__b.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__b.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__i-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__i.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__i.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__s-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__s.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1random__uniform__source__s.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1sig__source__c-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1sig__source__c.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1analog_1_1sig__source__c.js @@ -1377,6 +1395,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__float.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__imag-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__imag.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__imag.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__interleaved__char-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__interleaved__char.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__interleaved__char.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__interleaved__short-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__interleaved__short.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__interleaved__short.js @@ -1386,6 +1407,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__mag.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__mag__squared-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__mag__squared.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__mag__squared.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__magphase-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__magphase.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__magphase.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__real-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__real.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1complex__to__real.js @@ -1521,6 +1545,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1lfsr__32k.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1lfsr__32k__source__s-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1lfsr__32k__source__s.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1lfsr__32k__source__s.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1magphase__to__complex-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1magphase__to__complex.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1magphase__to__complex.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1max__ff-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1max__ff.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1max__ff.js @@ -2334,12 +2361,27 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt2__paprtr__cc.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt2__pilotgenerator__cc-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt2__pilotgenerator__cc.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt2__pilotgenerator__cc.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__bit__inner__deinterleaver-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__bit__inner__deinterleaver.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__bit__inner__deinterleaver.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__bit__inner__interleaver-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__bit__inner__interleaver.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__bit__inner__interleaver.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__convolutional__deinterleaver-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__convolutional__deinterleaver.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__convolutional__deinterleaver.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__convolutional__interleaver-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__convolutional__interleaver.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__convolutional__interleaver.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__demap-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__demap.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__demap.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__demod__reference__signals-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__demod__reference__signals.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__demod__reference__signals.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__energy__descramble-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__energy__descramble.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__energy__descramble.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__energy__dispersal-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__energy__dispersal.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__energy__dispersal.js @@ -2349,6 +2391,12 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__inner__coder.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__map-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__map.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__map.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__ofdm__sym__acquisition-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__ofdm__sym__acquisition.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__ofdm__sym__acquisition.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__reed__solomon__dec-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__reed__solomon__dec.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__reed__solomon__dec.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__reed__solomon__enc-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__reed__solomon__enc.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__reed__solomon__enc.js @@ -2358,6 +2406,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__reference__signals share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__symbol__inner__interleaver-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__symbol__inner__interleaver.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__symbol__inner__interleaver.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__viterbi__decoder-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__viterbi__decoder.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1dvbt__viterbi__decoder.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1edge-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1edge.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1edge.js @@ -2391,6 +2442,45 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1dummy__decoder.j share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1dummy__encoder-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1dummy__encoder.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1dummy__encoder.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1fec__mtrx-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1fec__mtrx.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1fec__mtrx.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__G__matrix-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__G__matrix.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__G__matrix.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__H__matrix-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__H__matrix.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__H__matrix.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__bit__flip__decoder-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__bit__flip__decoder.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__bit__flip__decoder.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__gen__mtrx__encoder-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__gen__mtrx__encoder.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__gen__mtrx__encoder.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__par__mtrx__encoder-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__par__mtrx__encoder.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1ldpc__par__mtrx__encoder.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__common-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__common.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__common.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__common-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__common.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__common.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc__list-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc__list.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc__list.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc__systematic-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc__systematic.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__decoder__sc__systematic.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__encoder-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__encoder.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__encoder.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__encoder__systematic-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__encoder__systematic.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1polar__encoder__systematic.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1repetition__decoder-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1repetition__decoder.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1fec_1_1code_1_1repetition__decoder.js @@ -3096,6 +3186,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__extractor_3_01T_00_01std_1_ share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__extractor_3_01T_00_01void_01_4-members.html share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__extractor_3_01T_00_01void_01_4.html share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__extractor_3_01T_00_01void_01_4.js +share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__handler-members.html +share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__handler.html +share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__handler.js share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__inserter-members.html share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__inserter.html share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__inserter.js @@ -3129,6 +3222,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__inserter_3_01T_00_01uint64_ share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__get-members.html share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__get.html share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__get.js +share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__handler-members.html +share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__handler.html +share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__handler.js share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__variable-members.html share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__variable.html share/doc/gnuradio-${PKGVERSION}/html/classrpcbasic__register__variable.js @@ -3144,6 +3240,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classrpcextractor__base.js share/doc/gnuradio-${PKGVERSION}/html/classrpcextractor__base_3_01T_00_01void_01_4-members.html share/doc/gnuradio-${PKGVERSION}/html/classrpcextractor__base_3_01T_00_01void_01_4.html share/doc/gnuradio-${PKGVERSION}/html/classrpcextractor__base_3_01T_00_01void_01_4.js +share/doc/gnuradio-${PKGVERSION}/html/classrpchandler__base-members.html +share/doc/gnuradio-${PKGVERSION}/html/classrpchandler__base.html +share/doc/gnuradio-${PKGVERSION}/html/classrpchandler__base.js share/doc/gnuradio-${PKGVERSION}/html/classrpcinserter__base-members.html share/doc/gnuradio-${PKGVERSION}/html/classrpcinserter__base.html share/doc/gnuradio-${PKGVERSION}/html/classrpcinserter__base.js @@ -3252,6 +3351,11 @@ share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/complex__to__imag_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h.html +share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__char_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h.html share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/complex__to__interleaved__short_8h__incl.md5 @@ -3267,6 +3371,11 @@ share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/complex__to__mag__squared_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h.html +share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/complex__to__magphase_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h.html share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/complex__to__real_8h__incl.md5 @@ -3869,6 +3978,11 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.md5 @@ -3880,11 +3994,31 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h__dep__incl.png share/doc/gnuradio-${PKGVERSION}/html/dvbt__config_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.md5 @@ -3900,6 +4034,16 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.md5 @@ -3915,6 +4059,11 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h.html share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.md5 @@ -4019,6 +4168,15 @@ share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source__s_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/fastnoise__source__s_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fcd_8dox.html share/doc/gnuradio-${PKGVERSION}/html/fec_8dox.html +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h.js +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__dep__incl.map +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__dep__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__dep__incl.png +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/fec__mtrx_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h.html share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/feedforward__agc__cc_8h__incl.md5 @@ -4278,8 +4436,29 @@ share/doc/gnuradio-${PKGVERSION}/html/form_21.png share/doc/gnuradio-${PKGVERSION}/html/form_22.png share/doc/gnuradio-${PKGVERSION}/html/form_23.png share/doc/gnuradio-${PKGVERSION}/html/form_24.png +share/doc/gnuradio-${PKGVERSION}/html/form_25.png +share/doc/gnuradio-${PKGVERSION}/html/form_26.png +share/doc/gnuradio-${PKGVERSION}/html/form_27.png +share/doc/gnuradio-${PKGVERSION}/html/form_28.png +share/doc/gnuradio-${PKGVERSION}/html/form_29.png share/doc/gnuradio-${PKGVERSION}/html/form_3.png +share/doc/gnuradio-${PKGVERSION}/html/form_30.png +share/doc/gnuradio-${PKGVERSION}/html/form_31.png +share/doc/gnuradio-${PKGVERSION}/html/form_32.png +share/doc/gnuradio-${PKGVERSION}/html/form_33.png +share/doc/gnuradio-${PKGVERSION}/html/form_34.png +share/doc/gnuradio-${PKGVERSION}/html/form_35.png +share/doc/gnuradio-${PKGVERSION}/html/form_36.png +share/doc/gnuradio-${PKGVERSION}/html/form_37.png +share/doc/gnuradio-${PKGVERSION}/html/form_38.png +share/doc/gnuradio-${PKGVERSION}/html/form_39.png share/doc/gnuradio-${PKGVERSION}/html/form_4.png +share/doc/gnuradio-${PKGVERSION}/html/form_40.png +share/doc/gnuradio-${PKGVERSION}/html/form_41.png +share/doc/gnuradio-${PKGVERSION}/html/form_42.png +share/doc/gnuradio-${PKGVERSION}/html/form_43.png +share/doc/gnuradio-${PKGVERSION}/html/form_44.png +share/doc/gnuradio-${PKGVERSION}/html/form_45.png share/doc/gnuradio-${PKGVERSION}/html/form_5.png share/doc/gnuradio-${PKGVERSION}/html/form_6.png share/doc/gnuradio-${PKGVERSION}/html/form_7.png @@ -4478,6 +4657,7 @@ share/doc/gnuradio-${PKGVERSION}/html/functions_t.html share/doc/gnuradio-${PKGVERSION}/html/functions_type.html share/doc/gnuradio-${PKGVERSION}/html/functions_type.js share/doc/gnuradio-${PKGVERSION}/html/functions_type_f.html +share/doc/gnuradio-${PKGVERSION}/html/functions_type_h.html share/doc/gnuradio-${PKGVERSION}/html/functions_type_i.html share/doc/gnuradio-${PKGVERSION}/html/functions_type_m.html share/doc/gnuradio-${PKGVERSION}/html/functions_type_o.html @@ -5370,6 +5550,9 @@ share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_164.png share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_165.map share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_165.md5 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_165.png +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_166.map +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_166.md5 +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_166.png share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.map share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.md5 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.png @@ -5749,6 +5932,27 @@ share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/kurtotic__equalizer__cc_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__dep__incl.map +share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__dep__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__dep__incl.png +share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/ldpc__G__matrix_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__dep__incl.map +share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__dep__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__dep__incl.png +share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/ldpc__H__matrix_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/ldpc__bit__flip__decoder_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h.html share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder_8h__incl.map @@ -5760,6 +5964,16 @@ share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h.html share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/lfsr_8h__incl.md5 @@ -5807,6 +6021,11 @@ share/doc/gnuradio-${PKGVERSION}/html/logger_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/logger_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/logger_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/logger_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h.html +share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/magphase__to__complex_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/main__page_8dox.html share/doc/gnuradio-${PKGVERSION}/html/map__bb_8h.html share/doc/gnuradio-${PKGVERSION}/html/map__bb_8h__incl.map @@ -6169,6 +6388,7 @@ share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1fec.html share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1fec.js share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1fec_1_1code.html share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1fec_1_1code.js +share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1fec_1_1code_1_1polar.html share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1fft.html share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1fft.js share/doc/gnuradio-${PKGVERSION}/html/namespacegr_1_1filter.html @@ -6266,6 +6486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/navtreeindex41.js share/doc/gnuradio-${PKGVERSION}/html/navtreeindex42.js share/doc/gnuradio-${PKGVERSION}/html/navtreeindex43.js share/doc/gnuradio-${PKGVERSION}/html/navtreeindex44.js +share/doc/gnuradio-${PKGVERSION}/html/navtreeindex45.js share/doc/gnuradio-${PKGVERSION}/html/navtreeindex5.js share/doc/gnuradio-${PKGVERSION}/html/navtreeindex6.js share/doc/gnuradio-${PKGVERSION}/html/navtreeindex7.js @@ -6768,6 +6989,47 @@ share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/pn__correlator__cc_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__dep__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__dep__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__dep__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/polar__encoder__systematic_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h.html share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/polyphase__filterbank_8h__incl.md5 @@ -6952,7 +7214,6 @@ share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/rail__ff_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/random_8h.html -share/doc/gnuradio-${PKGVERSION}/html/random_8h.js share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.png @@ -6962,6 +7223,21 @@ share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/random__pdu_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__b_8h.html +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__b_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__b_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__b_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__b_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__i_8h.html +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__i_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__i_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__i_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__i_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__s_8h.html +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__s_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__s_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__s_8h__incl.png +share/doc/gnuradio-${PKGVERSION}/html/random__uniform__source__s_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/randomizer_8h.html share/doc/gnuradio-${PKGVERSION}/html/randomizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/randomizer_8h__incl.map @@ -7205,9 +7481,6 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h__incl.png share/doc/gnuradio-${PKGVERSION}/html/rpcserver__selector_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h.js -share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__dep__incl.map -share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__dep__incl.md5 -share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__dep__incl.png share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__thrift_8h__incl.png @@ -7680,6 +7953,8 @@ share/doc/gnuradio-${PKGVERSION}/html/search/properties_8.html share/doc/gnuradio-${PKGVERSION}/html/search/properties_8.js share/doc/gnuradio-${PKGVERSION}/html/search/properties_9.html share/doc/gnuradio-${PKGVERSION}/html/search/properties_9.js +share/doc/gnuradio-${PKGVERSION}/html/search/properties_a.html +share/doc/gnuradio-${PKGVERSION}/html/search/properties_a.js share/doc/gnuradio-${PKGVERSION}/html/search/related_0.html share/doc/gnuradio-${PKGVERSION}/html/search/related_0.js share/doc/gnuradio-${PKGVERSION}/html/search/related_1.html @@ -8065,6 +8340,12 @@ share/doc/gnuradio-${PKGVERSION}/html/structcallbackregister__base_1_1callback__ share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1block__gw__message__type-members.html share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1block__gw__message__type.html share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1block__gw__message__type.js +share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1block__data-members.html +share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1block__data.html +share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1block__data.js +share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1matrix-members.html +share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1matrix.html +share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fec_1_1code_1_1matrix.js share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1impl_1_1rt__sched__param-members.html share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1impl_1_1rt__sched__param.html share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1impl_1_1rt__sched__param.js @@ -8937,8 +9218,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/classGrAtscSegSymSyncImpl.xml share/doc/gnuradio-${PKGVERSION}/xml/classGrAtscSymbolMapper.xml share/doc/gnuradio-${PKGVERSION}/xml/classGrAtscTrellisEncoder.xml share/doc/gnuradio-${PKGVERSION}/xml/classGrAtscViterbiDecoder.xml +share/doc/gnuradio-${PKGVERSION}/xml/classHistogramClearEvent.xml share/doc/gnuradio-${PKGVERSION}/xml/classHistogramDisplayForm.xml share/doc/gnuradio-${PKGVERSION}/xml/classHistogramDisplayPlot.xml +share/doc/gnuradio-${PKGVERSION}/xml/classHistogramSetAccumulator.xml share/doc/gnuradio-${PKGVERSION}/xml/classHistogramUpdateEvent.xml share/doc/gnuradio-${PKGVERSION}/xml/classItemFloatAct.xml share/doc/gnuradio-${PKGVERSION}/xml/classLineColorMenu.xml @@ -8972,6 +9255,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/classTimeDomainDisplayPlot.xml share/doc/gnuradio-${PKGVERSION}/xml/classTimeRasterData.xml share/doc/gnuradio-${PKGVERSION}/xml/classTimeRasterDisplayForm.xml share/doc/gnuradio-${PKGVERSION}/xml/classTimeRasterDisplayPlot.xml +share/doc/gnuradio-${PKGVERSION}/xml/classTimeRasterSetSize.xml share/doc/gnuradio-${PKGVERSION}/xml/classTimeRasterUpdateEvent.xml share/doc/gnuradio-${PKGVERSION}/xml/classTimeScaleData.xml share/doc/gnuradio-${PKGVERSION}/xml/classTimeUpdateEvent.xml @@ -9074,6 +9358,9 @@ share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1pwr__squelch__cc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1pwr__squelch__ff.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1quadrature__demod__cf.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1rail__ff.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1random__uniform__source__b.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1random__uniform__source__i.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1random__uniform__source__s.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1sig__source__c.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1sig__source__f.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1analog_1_1sig__source__i.xml @@ -9125,9 +9412,11 @@ share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1check__lfsr__32k__s.xm share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__arg.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__float.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__imag.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__interleaved__char.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__interleaved__short.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__mag.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__mag__squared.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__magphase.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1complex__to__real.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1conjugate__cc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1control__loop.xml @@ -9173,6 +9462,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1kernel_1_1unpack__k__b share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1lfsr__15__1__0.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1lfsr__32k.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1lfsr__32k__source__s.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1magphase__to__complex.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1max__ff.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1max__ii.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1max__ss.xml @@ -9444,14 +9734,22 @@ share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt2__modulator__bc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt2__p1insertion__cc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt2__paprtr__cc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt2__pilotgenerator__cc.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__bit__inner__deinterleaver.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__bit__inner__interleaver.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__convolutional__deinterleaver.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__convolutional__interleaver.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__demap.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__demod__reference__signals.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__energy__descramble.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__energy__dispersal.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__inner__coder.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__map.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__ofdm__sym__acquisition.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__reed__solomon__dec.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__reed__solomon__enc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__reference__signals.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__symbol__inner__interleaver.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1dvbt__viterbi__decoder.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1edge.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1endpoint.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fcd_1_1source__c.xml @@ -9463,6 +9761,19 @@ share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1cc__encoder.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1ccsds__encoder.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1dummy__decoder.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1dummy__encoder.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1fec__mtrx.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1ldpc__G__matrix.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1ldpc__H__matrix.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1ldpc__bit__flip__decoder.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1ldpc__gen__mtrx__encoder.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1ldpc__par__mtrx__encoder.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1polar__common.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1polar__decoder__common.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1polar__decoder__sc.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1polar__decoder__sc__list.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1polar__decoder__sc__systematic.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1polar__encoder.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1polar__encoder__systematic.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1repetition__decoder.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1code_1_1repetition__encoder.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1fec_1_1conv__bit__corr__bb.xml @@ -9698,6 +10009,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__extractor_3_01T_00_01std_1_1 share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__extractor_3_01T_00_01std_1_1complex_3_01float_01_4_01_4.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__extractor_3_01T_00_01std_1_1string_01_4.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__extractor_3_01T_00_01void_01_4.xml +share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__handler.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__inserter.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__inserter_3_01T_00_01std_1_1complex_3_01double_01_4_01_4.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__inserter_3_01T_00_01std_1_1complex_3_01float_01_4_01_4.xml @@ -9709,11 +10021,13 @@ share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__inserter_3_01T_00_01std_1_1v share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__inserter_3_01T_00_01std_1_1vector_3_01uint8__t_01_4_01_4.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__inserter_3_01T_00_01uint64__t_01_4.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__register__get.xml +share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__register__handler.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__register__variable.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbasic__register__variable__rw.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcbufferedget.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcextractor__base.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcextractor__base_3_01T_00_01void_01_4.xml +share/doc/gnuradio-${PKGVERSION}/xml/classrpchandler__base.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcinserter__base.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcmanager.xml share/doc/gnuradio-${PKGVERSION}/xml/classrpcmanager_1_1rpcserver__booter__register__helper.xml @@ -9743,9 +10057,11 @@ share/doc/gnuradio-${PKGVERSION}/xml/combine.xslt share/doc/gnuradio-${PKGVERSION}/xml/complex__to__arg_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/complex__to__float_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/complex__to__imag_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/complex__to__interleaved__char_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/complex__to__interleaved__short_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/complex__to__mag_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/complex__to__mag__squared_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/complex__to__magphase_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/complex__to__real_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/components_8dox.xml share/doc/gnuradio-${PKGVERSION}/xml/compound.xsd @@ -9952,15 +10268,23 @@ share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__modulator__bc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__p1insertion__cc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__paprtr__cc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt2__pilotgenerator__cc_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dvbt__bit__inner__deinterleaver_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__bit__inner__interleaver_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__config_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dvbt__convolutional__deinterleaver_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__convolutional__interleaver_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dvbt__demap_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dvbt__demod__reference__signals_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dvbt__energy__descramble_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__energy__dispersal_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__inner__coder_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__map_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dvbt__ofdm__sym__acquisition_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reed__solomon__dec_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reed__solomon__enc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__reference__signals_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dvbt__symbol__inner__interleaver_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dvbt__viterbi__decoder_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/dynamic__channel__model_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/encode__ccsds__27__bb_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/encoder_8h.xml @@ -9982,6 +10306,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/fastnoise__source__i_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/fastnoise__source__s_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/fcd_8dox.xml share/doc/gnuradio-${PKGVERSION}/xml/fec_8dox.xml +share/doc/gnuradio-${PKGVERSION}/xml/fec__mtrx_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/feedforward__agc__cc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/feval_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/fft_8dox.xml @@ -10199,8 +10524,13 @@ share/doc/gnuradio-${PKGVERSION}/xml/io__signature_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/keep__m__in__n_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/keep__one__in__n_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/kurtotic__equalizer__cc_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/ldpc__G__matrix_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/ldpc__H__matrix_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/ldpc__bit__flip__decoder_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/ldpc__decoder_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/ldpc__encoder_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/ldpc__gen__mtrx__encoder_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/ldpc__par__mtrx__encoder_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/lfsr_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/lfsr__15__1__0_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/lfsr__32k_8h.xml @@ -10209,6 +10539,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/lms__dd__equalizer__cc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/log2__const_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/logger_8dox.xml share/doc/gnuradio-${PKGVERSION}/xml/logger_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/magphase__to__complex_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/main__page_8dox.xml share/doc/gnuradio-${PKGVERSION}/xml/map__bb_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/math_8h.xml @@ -10268,7 +10599,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/mute__cc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/mute__ff_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/mute__ii_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/mute__ss_8h.xml -share/doc/gnuradio-${PKGVERSION}/xml/namespace@238.xml +share/doc/gnuradio-${PKGVERSION}/xml/namespace@236.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift_1_1server.xml @@ -10291,6 +10622,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1dtv.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1fcd.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1fec.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1fec_1_1code.xml +share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1fec_1_1code_1_1polar.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1fft.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1filter.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1filter_1_1kernel.xml @@ -10433,6 +10765,13 @@ share/doc/gnuradio-${PKGVERSION}/xml/pmt__serial__tags_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/pmt__sugar_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/pnXXX__impl_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/pn__correlator__cc_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/polar__common_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__common_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc__list_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/polar__decoder__sc__systematic_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/polar__encoder_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/polar__encoder__systematic_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/polyphase__filterbank_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/prefs_8dox.xml share/doc/gnuradio-${PKGVERSION}/xml/prefs_8h.xml @@ -10472,6 +10811,9 @@ share/doc/gnuradio-${PKGVERSION}/xml/quicksort__index_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rail__ff_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/random_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/random__pdu_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/random__uniform__source__b_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/random__uniform__source__i_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/random__uniform__source__s_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/randomizer_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/randomizer__impl_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rational__resampler__base__ccc_8h.xml @@ -10572,6 +10914,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/structatsc_1_1syminfo.xml share/doc/gnuradio-${PKGVERSION}/xml/structcallbackregister__base.xml share/doc/gnuradio-${PKGVERSION}/xml/structcallbackregister__base_1_1callback__base__t.xml share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1block__gw__message__type.xml +share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fec_1_1code_1_1block__data.xml +share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fec_1_1code_1_1matrix.xml share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1impl_1_1rt__sched__param.xml share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1sys__pri.xml share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1tag__t.xml @@ -10598,8 +10942,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/structrpcpmtconverter_1_1to__pmt__s8vect__f share/doc/gnuradio-${PKGVERSION}/xml/structrpcpmtconverter_1_1to__pmt__short__f.xml share/doc/gnuradio-${PKGVERSION}/xml/structrpcpmtconverter_1_1to__pmt__string__f.xml share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__aggregator_1_1registerConfigureCallback__f.xml +share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__aggregator_1_1registerHandlerCallback__f.xml share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__aggregator_1_1registerQueryCallback__f.xml share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__aggregator_1_1unregisterConfigureCallback__f.xml +share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__aggregator_1_1unregisterHandlerCallback__f.xml share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__aggregator_1_1unregisterQueryCallback__f.xml share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__thrift_1_1get__all__f.xml share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__thrift_1_1get__f.xml diff --git a/ham/gnuradio-dtv/PLIST b/ham/gnuradio-dtv/PLIST index 372451b1cf2..c4f07da801d 100644 --- a/ham/gnuradio-dtv/PLIST +++ b/ham/gnuradio-dtv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:54 mef Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/03/07 13:14:31 mef Exp $ include/gnuradio/dtv/api.h include/gnuradio/dtv/atsc_consts.h include/gnuradio/dtv/atsc_deinterleaver.h @@ -35,15 +35,23 @@ include/gnuradio/dtv/dvbt2_modulator_bc.h include/gnuradio/dtv/dvbt2_p1insertion_cc.h include/gnuradio/dtv/dvbt2_paprtr_cc.h include/gnuradio/dtv/dvbt2_pilotgenerator_cc.h +include/gnuradio/dtv/dvbt_bit_inner_deinterleaver.h include/gnuradio/dtv/dvbt_bit_inner_interleaver.h include/gnuradio/dtv/dvbt_config.h +include/gnuradio/dtv/dvbt_convolutional_deinterleaver.h include/gnuradio/dtv/dvbt_convolutional_interleaver.h +include/gnuradio/dtv/dvbt_demap.h +include/gnuradio/dtv/dvbt_demod_reference_signals.h +include/gnuradio/dtv/dvbt_energy_descramble.h include/gnuradio/dtv/dvbt_energy_dispersal.h include/gnuradio/dtv/dvbt_inner_coder.h include/gnuradio/dtv/dvbt_map.h +include/gnuradio/dtv/dvbt_ofdm_sym_acquisition.h +include/gnuradio/dtv/dvbt_reed_solomon_dec.h include/gnuradio/dtv/dvbt_reed_solomon_enc.h include/gnuradio/dtv/dvbt_reference_signals.h include/gnuradio/dtv/dvbt_symbol_inner_interleaver.h +include/gnuradio/dtv/dvbt_viterbi_decoder.h include/gnuradio/swig/dtv_swig.i include/gnuradio/swig/dtv_swig_doc.i lib/libgnuradio-dtv.so @@ -97,11 +105,19 @@ share/gnuradio/grc/blocks/dtv_dvbt2_modulator_bc.xml share/gnuradio/grc/blocks/dtv_dvbt2_p1insertion_cc.xml share/gnuradio/grc/blocks/dtv_dvbt2_paprtr_cc.xml share/gnuradio/grc/blocks/dtv_dvbt2_pilotgenerator_cc.xml +share/gnuradio/grc/blocks/dtv_dvbt_bit_inner_deinterleaver.xml share/gnuradio/grc/blocks/dtv_dvbt_bit_inner_interleaver.xml +share/gnuradio/grc/blocks/dtv_dvbt_convolutional_deinterleaver.xml share/gnuradio/grc/blocks/dtv_dvbt_convolutional_interleaver.xml +share/gnuradio/grc/blocks/dtv_dvbt_demap.xml +share/gnuradio/grc/blocks/dtv_dvbt_demod_reference_signals.xml +share/gnuradio/grc/blocks/dtv_dvbt_energy_descramble.xml share/gnuradio/grc/blocks/dtv_dvbt_energy_dispersal.xml share/gnuradio/grc/blocks/dtv_dvbt_inner_coder.xml share/gnuradio/grc/blocks/dtv_dvbt_map.xml +share/gnuradio/grc/blocks/dtv_dvbt_ofdm_sym_acquisition.xml +share/gnuradio/grc/blocks/dtv_dvbt_reed_solomon_dec.xml share/gnuradio/grc/blocks/dtv_dvbt_reed_solomon_enc.xml share/gnuradio/grc/blocks/dtv_dvbt_reference_signals.xml share/gnuradio/grc/blocks/dtv_dvbt_symbol_inner_interleaver.xml +share/gnuradio/grc/blocks/dtv_dvbt_viterbi_decoder.xml diff --git a/ham/gnuradio-fec/PLIST b/ham/gnuradio-fec/PLIST index 48eb7a1f09e..ff7e34f49e3 100644 --- a/ham/gnuradio-fec/PLIST +++ b/ham/gnuradio-fec/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:54 mef Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/03/07 13:14:31 mef Exp $ +bin/polar_channel_construction include/gnuradio/fec/api.h include/gnuradio/fec/async_decoder.h include/gnuradio/fec/async_encoder.h @@ -17,6 +18,15 @@ include/gnuradio/fec/encode_ccsds_27_bb.h include/gnuradio/fec/encoder.h include/gnuradio/fec/generic_decoder.h include/gnuradio/fec/generic_encoder.h +include/gnuradio/fec/ldpc_decoder.h +include/gnuradio/fec/ldpc_encoder.h +include/gnuradio/fec/polar_common.h +include/gnuradio/fec/polar_decoder_common.h +include/gnuradio/fec/polar_decoder_sc.h +include/gnuradio/fec/polar_decoder_sc_list.h +include/gnuradio/fec/polar_decoder_sc_systematic.h +include/gnuradio/fec/polar_encoder.h +include/gnuradio/fec/polar_encoder_systematic.h include/gnuradio/fec/puncture_bb.h include/gnuradio/fec/puncture_ff.h include/gnuradio/fec/repetition_decoder.h @@ -30,6 +40,15 @@ include/gnuradio/swig/fec_swig_doc.i lib/libgnuradio-fec.so lib/libgnuradio-fec.so.${PKGVERSION} lib/pkgconfig/gnuradio-fec.pc +${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.py +${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.pyc +${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.pyo +${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.py +${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.pyc +${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.pyo +${PYSITELIB}/gnuradio/fec/LDPC/__init__.py +${PYSITELIB}/gnuradio/fec/LDPC/__init__.pyc +${PYSITELIB}/gnuradio/fec/LDPC/__init__.pyo ${PYSITELIB}/gnuradio/fec/__init__.py ${PYSITELIB}/gnuradio/fec/__init__.pyc ${PYSITELIB}/gnuradio/fec/__init__.pyo @@ -67,6 +86,21 @@ ${PYSITELIB}/gnuradio/fec/fec_swig.pyo ${PYSITELIB}/gnuradio/fec/fec_test.py ${PYSITELIB}/gnuradio/fec/fec_test.pyc ${PYSITELIB}/gnuradio/fec/fec_test.pyo +${PYSITELIB}/gnuradio/fec/polar/__init__.py +${PYSITELIB}/gnuradio/fec/polar/__init__.pyc +${PYSITELIB}/gnuradio/fec/polar/__init__.pyo +${PYSITELIB}/gnuradio/fec/polar/channel_construction.py +${PYSITELIB}/gnuradio/fec/polar/channel_construction.pyc +${PYSITELIB}/gnuradio/fec/polar/channel_construction.pyo +${PYSITELIB}/gnuradio/fec/polar/channel_construction_awgn.py +${PYSITELIB}/gnuradio/fec/polar/channel_construction_awgn.pyc +${PYSITELIB}/gnuradio/fec/polar/channel_construction_awgn.pyo +${PYSITELIB}/gnuradio/fec/polar/channel_construction_bec.py +${PYSITELIB}/gnuradio/fec/polar/channel_construction_bec.pyc +${PYSITELIB}/gnuradio/fec/polar/channel_construction_bec.pyo +${PYSITELIB}/gnuradio/fec/polar/helper_functions.py +${PYSITELIB}/gnuradio/fec/polar/helper_functions.pyc +${PYSITELIB}/gnuradio/fec/polar/helper_functions.pyo ${PYSITELIB}/gnuradio/fec/threaded_decoder.py ${PYSITELIB}/gnuradio/fec/threaded_decoder.pyc ${PYSITELIB}/gnuradio/fec/threaded_decoder.pyo @@ -74,18 +108,43 @@ ${PYSITELIB}/gnuradio/fec/threaded_encoder.py ${PYSITELIB}/gnuradio/fec/threaded_encoder.pyc ${PYSITELIB}/gnuradio/fec/threaded_encoder.pyo share/doc/gnuradio-${PKGVERSION}/README.fec -share/gnuradio/examples/fec/271.127.3.112 share/gnuradio/examples/fec/ber_curve_gen.grc +share/gnuradio/examples/fec/ber_curve_gen_ldpc.grc share/gnuradio/examples/fec/ber_test.grc share/gnuradio/examples/fec/fecapi_async_decoders.grc share/gnuradio/examples/fec/fecapi_async_encoders.grc share/gnuradio/examples/fec/fecapi_async_packed_decoders.grc share/gnuradio/examples/fec/fecapi_async_to_stream.grc +share/gnuradio/examples/fec/fecapi_cc_decoders.grc share/gnuradio/examples/fec/fecapi_decoders.grc share/gnuradio/examples/fec/fecapi_encoders.grc +share/gnuradio/examples/fec/fecapi_polar_async_packed_decoders.grc +share/gnuradio/examples/fec/fecapi_polar_decoders.grc +share/gnuradio/examples/fec/fecapi_polar_encoders.grc share/gnuradio/examples/fec/fecapi_tagged_decoders.grc share/gnuradio/examples/fec/fecapi_tagged_encoders.grc +share/gnuradio/examples/fec/polar_ber_curve_gen.grc +share/gnuradio/examples/fec/polar_code_example.grc share/gnuradio/examples/fec/tpc_ber_curve_gen.grc +share/gnuradio/fec/ldpc/271.127.3.112 +share/gnuradio/fec/ldpc/PNB2_512_23C1.alist +share/gnuradio/fec/ldpc/n_0100_k_0023_gap_10.alist +share/gnuradio/fec/ldpc/n_0100_k_0027_gap_04.alist +share/gnuradio/fec/ldpc/n_0100_k_0042_gap_02.alist +share/gnuradio/fec/ldpc/n_0100_k_0058_gen_matrix.alist +share/gnuradio/fec/ldpc/n_0300_k_0103_gap_24.alist +share/gnuradio/fec/ldpc/n_0300_k_0122_gap_06.alist +share/gnuradio/fec/ldpc/n_0300_k_0152_gap_03.alist +share/gnuradio/fec/ldpc/n_0500_k_0127_gap_21.alist +share/gnuradio/fec/ldpc/n_0500_k_0202_gap_11.alist +share/gnuradio/fec/ldpc/n_0512_k_0130_gap_21.alist +share/gnuradio/fec/ldpc/n_0700_k_0282_gap_16.alist +share/gnuradio/fec/ldpc/n_1100_k_0442_gap_24.alist +share/gnuradio/fec/ldpc/n_1300_k_0522_gap_30.alist +share/gnuradio/fec/ldpc/n_1800_k_0902_gap_28.alist +share/gnuradio/fec/ldpc/n_2400_k_1198_gap_33.alist +share/gnuradio/fec/ldpc/n_2400_k_1198_gen_matrix.alist +share/gnuradio/fec/ldpc/simple_g_matrix.alist share/gnuradio/grc/blocks/fec_async_decoder.xml share/gnuradio/grc/blocks/fec_async_encoder.xml share/gnuradio/grc/blocks/fec_ber_bf.xml @@ -113,5 +172,16 @@ share/gnuradio/grc/blocks/variable_cc_encoder_def_list.xml share/gnuradio/grc/blocks/variable_ccsds_encoder_def_list.xml share/gnuradio/grc/blocks/variable_dummy_decoder_def_list.xml share/gnuradio/grc/blocks/variable_dummy_encoder_def_list.xml +share/gnuradio/grc/blocks/variable_ldpc_G_matrix_object.xml +share/gnuradio/grc/blocks/variable_ldpc_H_matrix_object.xml +share/gnuradio/grc/blocks/variable_ldpc_bit_flip_decoder.xml +share/gnuradio/grc/blocks/variable_ldpc_encoder_G.xml +share/gnuradio/grc/blocks/variable_ldpc_encoder_H.xml +share/gnuradio/grc/blocks/variable_polar_code_configurator.xml +share/gnuradio/grc/blocks/variable_polar_decoder_sc.xml +share/gnuradio/grc/blocks/variable_polar_decoder_sc_list.xml +share/gnuradio/grc/blocks/variable_polar_decoder_sc_systematic.xml +share/gnuradio/grc/blocks/variable_polar_encoder.xml +share/gnuradio/grc/blocks/variable_polar_encoder_systematic.xml share/gnuradio/grc/blocks/variable_repetition_decoder_def_list.xml share/gnuradio/grc/blocks/variable_repetition_encoder_def_list.xml diff --git a/ham/gnuradio-qtgui/PLIST b/ham/gnuradio-qtgui/PLIST index 24b058fcf59..4dd0f665fb3 100644 --- a/ham/gnuradio-qtgui/PLIST +++ b/ham/gnuradio-qtgui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/12/08 01:46:58 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/03/07 13:14:31 mef Exp $ bin/gr_constellation_plot bin/gr_psd_plot_b bin/gr_psd_plot_c @@ -127,7 +127,9 @@ share/gnuradio/examples/qt-gui/pyqt_time_raster_b.py share/gnuradio/examples/qt-gui/pyqt_time_raster_f.py share/gnuradio/examples/qt-gui/pyqt_waterfall_c.py share/gnuradio/examples/qt-gui/pyqt_waterfall_f.py +share/gnuradio/examples/qt-gui/qtgui_message_inputs.grc share/gnuradio/examples/qt-gui/qtgui_tags_viewing.grc +share/gnuradio/examples/qt-gui/qtgui_vector_sink_example.grc share/gnuradio/grc/blocks/qtgui_ber_sink_b.xml share/gnuradio/grc/blocks/qtgui_block_tree.xml share/gnuradio/grc/blocks/qtgui_check_box.xml @@ -148,3 +150,5 @@ share/gnuradio/grc/blocks/qtgui_vector_sink_f.xml share/gnuradio/grc/blocks/qtgui_waterfall_sink_x.xml share/gnuradio/themes/alt.qss share/gnuradio/themes/dark.qss +share/gnuradio/themes/plain.qss +share/gnuradio/themes/projector.qss diff --git a/ham/gnuradio-uhd/PLIST b/ham/gnuradio-uhd/PLIST index 2c6f310354b..5798f8071cf 100644 --- a/ham/gnuradio-uhd/PLIST +++ b/ham/gnuradio-uhd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:55 mef Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/03/07 13:14:31 mef Exp $ bin/uhd_fft bin/uhd_rx_cfile bin/uhd_rx_nogui @@ -18,6 +18,9 @@ ${PYSITELIB}/gnuradio/uhd/__init__.py ${PYSITELIB}/gnuradio/uhd/__init__.pyc ${PYSITELIB}/gnuradio/uhd/__init__.pyo ${PYSITELIB}/gnuradio/uhd/_uhd_swig.so +${PYSITELIB}/gnuradio/uhd/uhd_app.py +${PYSITELIB}/gnuradio/uhd/uhd_app.pyc +${PYSITELIB}/gnuradio/uhd/uhd_app.pyo ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.py ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyc ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyo |