diff options
author | mormj <34754695+mormj@users.noreply.github.com> | 2020-05-22 14:21:09 -0400 |
---|---|---|
committer | Josh Morman <mormjb@gmail.com> | 2020-06-04 10:05:48 -0400 |
commit | 3165f73d7c6224523957fa69beade6069efea6ef (patch) | |
tree | bcc09005ab8cc6b2f6bef4589f5b612eeafb29be /gr-filter/python | |
parent | cb1185bc2c12c0c7bd76ab93040a63c39815e847 (diff) |
pybind: add hash check to binding file creation (#3472)
Diffstat (limited to 'gr-filter/python')
46 files changed, 406 insertions, 46 deletions
diff --git a/gr-filter/python/filter/bindings/CMakeLists.txt b/gr-filter/python/filter/bindings/CMakeLists.txt index e8cd25ce87..47fa64cafe 100644 --- a/gr-filter/python/filter/bindings/CMakeLists.txt +++ b/gr-filter/python/filter/bindings/CMakeLists.txt @@ -52,7 +52,7 @@ list(APPEND filter_python_files single_pole_iir_filter_ff_python.cc python_bindings.cc) -GR_PYBIND_MAKE(filter +GR_PYBIND_MAKE_CHECK_HASH(filter ../../.. gr::filter "${filter_python_files}") diff --git a/gr-filter/python/filter/bindings/dc_blocker_cc_python.cc b/gr-filter/python/filter/bindings/dc_blocker_cc_python.cc index febbe92233..fd61a36e5d 100644 --- a/gr-filter/python/filter/bindings/dc_blocker_cc_python.cc +++ b/gr-filter/python/filter/bindings/dc_blocker_cc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(dc_blocker_cc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(d806b6c861e204755cf3a3d1076afb4b) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/dc_blocker_ff_python.cc b/gr-filter/python/filter/bindings/dc_blocker_ff_python.cc index 7861220a02..141800f62c 100644 --- a/gr-filter/python/filter/bindings/dc_blocker_ff_python.cc +++ b/gr-filter/python/filter/bindings/dc_blocker_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(dc_blocker_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(db779eddf4e4c247425115523ca41472) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/fft_filter_ccc_python.cc b/gr-filter/python/filter/bindings/fft_filter_ccc_python.cc index ec98905c87..ead046bc07 100644 --- a/gr-filter/python/filter/bindings/fft_filter_ccc_python.cc +++ b/gr-filter/python/filter/bindings/fft_filter_ccc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(fft_filter_ccc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(b60da421cce8fefb6a140d0bd2387a01) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/fft_filter_ccf_python.cc b/gr-filter/python/filter/bindings/fft_filter_ccf_python.cc index cc54865f3e..92a39c178e 100644 --- a/gr-filter/python/filter/bindings/fft_filter_ccf_python.cc +++ b/gr-filter/python/filter/bindings/fft_filter_ccf_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(fft_filter_ccf.h) */ +/* BINDTOOL_HEADER_FILE_HASH(19b46592a612cca003cef3f06884891b) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/fft_filter_fff_python.cc b/gr-filter/python/filter/bindings/fft_filter_fff_python.cc index cc3b9f2fb5..f9a4883cb7 100644 --- a/gr-filter/python/filter/bindings/fft_filter_fff_python.cc +++ b/gr-filter/python/filter/bindings/fft_filter_fff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(fft_filter_fff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(659214a34a221deda3f890457c5844d5) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/fft_filter_python.cc b/gr-filter/python/filter/bindings/fft_filter_python.cc index fa689b1166..7c9a0169e2 100644 --- a/gr-filter/python/filter/bindings/fft_filter_python.cc +++ b/gr-filter/python/filter/bindings/fft_filter_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(fft_filter.h) */ +/* BINDTOOL_HEADER_FILE_HASH(c695667a132764030a1dcb5daa4df053) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/filter_delay_fc_python.cc b/gr-filter/python/filter/bindings/filter_delay_fc_python.cc index 5c9393fdf0..98816ecbc4 100644 --- a/gr-filter/python/filter/bindings/filter_delay_fc_python.cc +++ b/gr-filter/python/filter/bindings/filter_delay_fc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(filter_delay_fc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(eea88abd944cadd21cdfdb0211654fcc) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/filterbank_python.cc b/gr-filter/python/filter/bindings/filterbank_python.cc index 5965768993..91d94430e6 100644 --- a/gr-filter/python/filter/bindings/filterbank_python.cc +++ b/gr-filter/python/filter/bindings/filterbank_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(filterbank.h) */ +/* BINDTOOL_HEADER_FILE_HASH(db1e15f3685e422f95ab563c96e5d0fb) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/filterbank_vcvcf_python.cc b/gr-filter/python/filter/bindings/filterbank_vcvcf_python.cc index 92f233c569..7aefc8ce73 100644 --- a/gr-filter/python/filter/bindings/filterbank_vcvcf_python.cc +++ b/gr-filter/python/filter/bindings/filterbank_vcvcf_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(filterbank_vcvcf.h) */ +/* BINDTOOL_HEADER_FILE_HASH(98bfd56543cc1e94c2080d7fa089084e) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/fir_filter_blk_python.cc b/gr-filter/python/filter/bindings/fir_filter_blk_python.cc index cf6f1a2ad1..d231d672eb 100644 --- a/gr-filter/python/filter/bindings/fir_filter_blk_python.cc +++ b/gr-filter/python/filter/bindings/fir_filter_blk_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(fir_filter_blk.h) */ +/* BINDTOOL_HEADER_FILE_HASH(54817d497b71f9839e0f4e8ae10dafcc) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/fir_filter_python.cc b/gr-filter/python/filter/bindings/fir_filter_python.cc index d725831f98..39b328ac6b 100644 --- a/gr-filter/python/filter/bindings/fir_filter_python.cc +++ b/gr-filter/python/filter/bindings/fir_filter_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(fir_filter.h) */ +/* BINDTOOL_HEADER_FILE_HASH(a65b2f7ecd60af3279d22a7a14b04222) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/fir_filter_with_buffer_python.cc b/gr-filter/python/filter/bindings/fir_filter_with_buffer_python.cc index 7ad05ca143..fec547f00c 100644 --- a/gr-filter/python/filter/bindings/fir_filter_with_buffer_python.cc +++ b/gr-filter/python/filter/bindings/fir_filter_with_buffer_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(fir_filter_with_buffer.h) */ +/* BINDTOOL_HEADER_FILE_HASH(bb3571db4265c8c55abf11850978e0de) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/firdes_python.cc b/gr-filter/python/filter/bindings/firdes_python.cc index c5c8a2cb29..5de53ccb63 100644 --- a/gr-filter/python/filter/bindings/firdes_python.cc +++ b/gr-filter/python/filter/bindings/firdes_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(firdes.h) */ +/* BINDTOOL_HEADER_FILE_HASH(d9728e3175c510584d65ddba33955bb2) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/freq_xlating_fir_filter_python.cc b/gr-filter/python/filter/bindings/freq_xlating_fir_filter_python.cc index 085b4c1485..e60c43a184 100644 --- a/gr-filter/python/filter/bindings/freq_xlating_fir_filter_python.cc +++ b/gr-filter/python/filter/bindings/freq_xlating_fir_filter_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(freq_xlating_fir_filter.h) */ +/* BINDTOOL_HEADER_FILE_HASH(e7f41f84a5f10af93400212b44c2012f) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/hilbert_fc_python.cc b/gr-filter/python/filter/bindings/hilbert_fc_python.cc index dd58443a44..35cbe68753 100644 --- a/gr-filter/python/filter/bindings/hilbert_fc_python.cc +++ b/gr-filter/python/filter/bindings/hilbert_fc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(hilbert_fc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(e204e5877a924c21b62513d8e83e952d) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/iir_filter_ccc_python.cc b/gr-filter/python/filter/bindings/iir_filter_ccc_python.cc index 28a51baae0..90ed4bd064 100644 --- a/gr-filter/python/filter/bindings/iir_filter_ccc_python.cc +++ b/gr-filter/python/filter/bindings/iir_filter_ccc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(iir_filter_ccc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(e4af081170f0179d54cff5353b7eb236) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/iir_filter_ccd_python.cc b/gr-filter/python/filter/bindings/iir_filter_ccd_python.cc index 271cbab7d5..138c7cea4f 100644 --- a/gr-filter/python/filter/bindings/iir_filter_ccd_python.cc +++ b/gr-filter/python/filter/bindings/iir_filter_ccd_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(iir_filter_ccd.h) */ +/* BINDTOOL_HEADER_FILE_HASH(59ea50b9138a1a8850002f7a0d15221b) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/iir_filter_ccf_python.cc b/gr-filter/python/filter/bindings/iir_filter_ccf_python.cc index c661c562e7..1fe3eb4c7b 100644 --- a/gr-filter/python/filter/bindings/iir_filter_ccf_python.cc +++ b/gr-filter/python/filter/bindings/iir_filter_ccf_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(iir_filter_ccf.h) */ +/* BINDTOOL_HEADER_FILE_HASH(8df6c0a50f429e59bd4903886da28ba2) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/iir_filter_ccz_python.cc b/gr-filter/python/filter/bindings/iir_filter_ccz_python.cc index e406d224e3..2b9c79b897 100644 --- a/gr-filter/python/filter/bindings/iir_filter_ccz_python.cc +++ b/gr-filter/python/filter/bindings/iir_filter_ccz_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(iir_filter_ccz.h) */ +/* BINDTOOL_HEADER_FILE_HASH(5a5615717216548b07b6ef37400fa69f) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/iir_filter_ffd_python.cc b/gr-filter/python/filter/bindings/iir_filter_ffd_python.cc index 17db87b5ff..d870e519c0 100644 --- a/gr-filter/python/filter/bindings/iir_filter_ffd_python.cc +++ b/gr-filter/python/filter/bindings/iir_filter_ffd_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(iir_filter_ffd.h) */ +/* BINDTOOL_HEADER_FILE_HASH(1ae1c4f65beee6f1388cd4babbe2607e) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/iir_filter_python.cc b/gr-filter/python/filter/bindings/iir_filter_python.cc index 33de6ebf04..b47b1bd29a 100644 --- a/gr-filter/python/filter/bindings/iir_filter_python.cc +++ b/gr-filter/python/filter/bindings/iir_filter_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(iir_filter.h) */ +/* BINDTOOL_HEADER_FILE_HASH(1d61e54feed01fda0c8badd2c19d566d) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/interp_fir_filter_python.cc b/gr-filter/python/filter/bindings/interp_fir_filter_python.cc index fe1581e62a..b4b695d75d 100644 --- a/gr-filter/python/filter/bindings/interp_fir_filter_python.cc +++ b/gr-filter/python/filter/bindings/interp_fir_filter_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(interp_fir_filter.h) */ +/* BINDTOOL_HEADER_FILE_HASH(02d8c5636e8ab7234432daa29114a75c) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/ival_decimator_python.cc b/gr-filter/python/filter/bindings/ival_decimator_python.cc index d28f9bb546..35a3e46028 100644 --- a/gr-filter/python/filter/bindings/ival_decimator_python.cc +++ b/gr-filter/python/filter/bindings/ival_decimator_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(ival_decimator.h) */ +/* BINDTOOL_HEADER_FILE_HASH(141a4e388608dfc97c2b3d822b130ccd) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/mmse_fir_interpolator_cc_python.cc b/gr-filter/python/filter/bindings/mmse_fir_interpolator_cc_python.cc index ca7bf65e4b..9ddbac6bb5 100644 --- a/gr-filter/python/filter/bindings/mmse_fir_interpolator_cc_python.cc +++ b/gr-filter/python/filter/bindings/mmse_fir_interpolator_cc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(mmse_fir_interpolator_cc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(57116daf3cd447341f637b476450f903) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/mmse_fir_interpolator_ff_python.cc b/gr-filter/python/filter/bindings/mmse_fir_interpolator_ff_python.cc index c0622ffb4e..2bed578ce1 100644 --- a/gr-filter/python/filter/bindings/mmse_fir_interpolator_ff_python.cc +++ b/gr-filter/python/filter/bindings/mmse_fir_interpolator_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(mmse_fir_interpolator_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(cdefd265e0c9caa146dd3a52f3338dc2) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/mmse_interp_differentiator_cc_python.cc b/gr-filter/python/filter/bindings/mmse_interp_differentiator_cc_python.cc index 73314f0f1f..fa8750ab97 100644 --- a/gr-filter/python/filter/bindings/mmse_interp_differentiator_cc_python.cc +++ b/gr-filter/python/filter/bindings/mmse_interp_differentiator_cc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(mmse_interp_differentiator_cc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(6a36328c76e867c856906630b5b92ffa) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/mmse_interp_differentiator_ff_python.cc b/gr-filter/python/filter/bindings/mmse_interp_differentiator_ff_python.cc index 2da6b0875e..2bbd92bf94 100644 --- a/gr-filter/python/filter/bindings/mmse_interp_differentiator_ff_python.cc +++ b/gr-filter/python/filter/bindings/mmse_interp_differentiator_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(mmse_interp_differentiator_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(e977b0951d9e294d926e0bed6ff513c6) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/mmse_interpolator_cc_python.cc b/gr-filter/python/filter/bindings/mmse_interpolator_cc_python.cc index 9f2ecc4c05..67be567442 100644 --- a/gr-filter/python/filter/bindings/mmse_interpolator_cc_python.cc +++ b/gr-filter/python/filter/bindings/mmse_interpolator_cc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(mmse_interpolator_cc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(af9f8d023037ad86c6a8c1b66248f9ca) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/mmse_interpolator_ff_python.cc b/gr-filter/python/filter/bindings/mmse_interpolator_ff_python.cc index 621ab3c4f1..1d84363c51 100644 --- a/gr-filter/python/filter/bindings/mmse_interpolator_ff_python.cc +++ b/gr-filter/python/filter/bindings/mmse_interpolator_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(mmse_interpolator_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(c4ce5b60846c7fcf1b1961ba6a5d16d3) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/mmse_resampler_cc_python.cc b/gr-filter/python/filter/bindings/mmse_resampler_cc_python.cc index 3127b7a0b3..70324e35d1 100644 --- a/gr-filter/python/filter/bindings/mmse_resampler_cc_python.cc +++ b/gr-filter/python/filter/bindings/mmse_resampler_cc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(mmse_resampler_cc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(9cf9abbd2c4a2604ec3d4f0326b34e2d) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/mmse_resampler_ff_python.cc b/gr-filter/python/filter/bindings/mmse_resampler_ff_python.cc index bb5fea042b..700e50620d 100644 --- a/gr-filter/python/filter/bindings/mmse_resampler_ff_python.cc +++ b/gr-filter/python/filter/bindings/mmse_resampler_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(mmse_resampler_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(5dea389730508377e38956347f30f7e9) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pfb_arb_resampler_ccc_python.cc b/gr-filter/python/filter/bindings/pfb_arb_resampler_ccc_python.cc index f673067306..2393bd0302 100644 --- a/gr-filter/python/filter/bindings/pfb_arb_resampler_ccc_python.cc +++ b/gr-filter/python/filter/bindings/pfb_arb_resampler_ccc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pfb_arb_resampler_ccc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(3a3d9e216f320972e07be5f798e6be4e) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pfb_arb_resampler_ccf_python.cc b/gr-filter/python/filter/bindings/pfb_arb_resampler_ccf_python.cc index edcbe26a96..60dbe1d3db 100644 --- a/gr-filter/python/filter/bindings/pfb_arb_resampler_ccf_python.cc +++ b/gr-filter/python/filter/bindings/pfb_arb_resampler_ccf_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pfb_arb_resampler_ccf.h) */ +/* BINDTOOL_HEADER_FILE_HASH(9da2cd9fb2e5cac083d0ce763e189351) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pfb_arb_resampler_fff_python.cc b/gr-filter/python/filter/bindings/pfb_arb_resampler_fff_python.cc index ed47b61725..3857a96dbb 100644 --- a/gr-filter/python/filter/bindings/pfb_arb_resampler_fff_python.cc +++ b/gr-filter/python/filter/bindings/pfb_arb_resampler_fff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pfb_arb_resampler_fff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(c5e898dcdfca7ab572b39fcb3f977449) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pfb_arb_resampler_python.cc b/gr-filter/python/filter/bindings/pfb_arb_resampler_python.cc index cb205d9b62..08e60d3312 100644 --- a/gr-filter/python/filter/bindings/pfb_arb_resampler_python.cc +++ b/gr-filter/python/filter/bindings/pfb_arb_resampler_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pfb_arb_resampler.h) */ +/* BINDTOOL_HEADER_FILE_HASH(3ed59ae8b40af2ab691ebbf0000db786) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pfb_channelizer_ccf_python.cc b/gr-filter/python/filter/bindings/pfb_channelizer_ccf_python.cc index 541b82c562..3717f4f106 100644 --- a/gr-filter/python/filter/bindings/pfb_channelizer_ccf_python.cc +++ b/gr-filter/python/filter/bindings/pfb_channelizer_ccf_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pfb_channelizer_ccf.h) */ +/* BINDTOOL_HEADER_FILE_HASH(58e2ad3c8033d6b70a93e1210389251a) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pfb_decimator_ccf_python.cc b/gr-filter/python/filter/bindings/pfb_decimator_ccf_python.cc index 7c8801322f..c507f5c47e 100644 --- a/gr-filter/python/filter/bindings/pfb_decimator_ccf_python.cc +++ b/gr-filter/python/filter/bindings/pfb_decimator_ccf_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pfb_decimator_ccf.h) */ +/* BINDTOOL_HEADER_FILE_HASH(c5b86590e4f51a1b90b5b5464ee0fca1) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pfb_interpolator_ccf_python.cc b/gr-filter/python/filter/bindings/pfb_interpolator_ccf_python.cc index be290a6797..1e1b768b40 100644 --- a/gr-filter/python/filter/bindings/pfb_interpolator_ccf_python.cc +++ b/gr-filter/python/filter/bindings/pfb_interpolator_ccf_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pfb_interpolator_ccf.h) */ +/* BINDTOOL_HEADER_FILE_HASH(b5d91c997d6fec23021c8c0dd766e535) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pfb_synthesizer_ccf_python.cc b/gr-filter/python/filter/bindings/pfb_synthesizer_ccf_python.cc index 4c5795cde6..6d94b08786 100644 --- a/gr-filter/python/filter/bindings/pfb_synthesizer_ccf_python.cc +++ b/gr-filter/python/filter/bindings/pfb_synthesizer_ccf_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pfb_synthesizer_ccf.h) */ +/* BINDTOOL_HEADER_FILE_HASH(8fcea75d75d2da92ab82de59d342715c) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/pm_remez_python.cc b/gr-filter/python/filter/bindings/pm_remez_python.cc index c7ae59c5e6..2731a7bd63 100644 --- a/gr-filter/python/filter/bindings/pm_remez_python.cc +++ b/gr-filter/python/filter/bindings/pm_remez_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(pm_remez.h) */ +/* BINDTOOL_HEADER_FILE_HASH(f640b8dda4d0684055c44803604c457b) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc b/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc index 74616dffeb..2401a3d85f 100644 --- a/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc +++ b/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(polyphase_filterbank.h) */ +/* BINDTOOL_HEADER_FILE_HASH(1b2cf402bd792e0f7b6c6ee043486754) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/rational_resampler_base_python.cc b/gr-filter/python/filter/bindings/rational_resampler_base_python.cc index 41e69280af..09083e798b 100644 --- a/gr-filter/python/filter/bindings/rational_resampler_base_python.cc +++ b/gr-filter/python/filter/bindings/rational_resampler_base_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(rational_resampler_base.h) */ +/* BINDTOOL_HEADER_FILE_HASH(8c16e10c6c05947272429eefa70c443e) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/single_pole_iir_filter_cc_python.cc b/gr-filter/python/filter/bindings/single_pole_iir_filter_cc_python.cc index 6adf43b1bc..7dadc930ac 100644 --- a/gr-filter/python/filter/bindings/single_pole_iir_filter_cc_python.cc +++ b/gr-filter/python/filter/bindings/single_pole_iir_filter_cc_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(single_pole_iir_filter_cc.h) */ +/* BINDTOOL_HEADER_FILE_HASH(eb91fccc856160922658e568b981cdc3) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/single_pole_iir_filter_ff_python.cc b/gr-filter/python/filter/bindings/single_pole_iir_filter_ff_python.cc index 59ef7e0996..9fec08808e 100644 --- a/gr-filter/python/filter/bindings/single_pole_iir_filter_ff_python.cc +++ b/gr-filter/python/filter/bindings/single_pole_iir_filter_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(single_pole_iir_filter_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(a3dec17713ce3dea89d1175d4db6bbd7) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-filter/python/filter/bindings/single_pole_iir_python.cc b/gr-filter/python/filter/bindings/single_pole_iir_python.cc index fce8a2b7ee..c55c739557 100644 --- a/gr-filter/python/filter/bindings/single_pole_iir_python.cc +++ b/gr-filter/python/filter/bindings/single_pole_iir_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(single_pole_iir.h) */ +/* BINDTOOL_HEADER_FILE_HASH(0457505dee84b66d23369dc0d8783c1d) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> |