aboutsummaryrefslogtreecommitdiffstats
path: root/gr-network
diff options
context:
space:
mode:
authormormj <34754695+mormj@users.noreply.github.com>2020-05-22 14:21:09 -0400
committerJosh Morman <mormjb@gmail.com>2020-06-04 10:05:48 -0400
commit3165f73d7c6224523957fa69beade6069efea6ef (patch)
treebcc09005ab8cc6b2f6bef4589f5b612eeafb29be /gr-network
parenttrellis: fix qa failures (diff)
downloadgnuradio-3165f73d7c6224523957fa69beade6069efea6ef.tar.xz
gnuradio-3165f73d7c6224523957fa69beade6069efea6ef.zip
pybind: add hash check to binding file creation (#3472)
Diffstat (limited to 'gr-network')
-rw-r--r--gr-network/python/network/bindings/CMakeLists.txt2
-rw-r--r--gr-network/python/network/bindings/tcp_sink_python.cc10
-rw-r--r--gr-network/python/network/bindings/udp_sink_python.cc10
-rw-r--r--gr-network/python/network/bindings/udp_source_python.cc10
4 files changed, 28 insertions, 4 deletions
diff --git a/gr-network/python/network/bindings/CMakeLists.txt b/gr-network/python/network/bindings/CMakeLists.txt
index ef5578c4d..80f02c00b 100644
--- a/gr-network/python/network/bindings/CMakeLists.txt
+++ b/gr-network/python/network/bindings/CMakeLists.txt
@@ -12,7 +12,7 @@ list(APPEND network_python_files
udp_source_python.cc
python_bindings.cc)
-GR_PYBIND_MAKE(network
+GR_PYBIND_MAKE_CHECK_HASH(network
../../..
gr::network
"${network_python_files}")
diff --git a/gr-network/python/network/bindings/tcp_sink_python.cc b/gr-network/python/network/bindings/tcp_sink_python.cc
index bacd5bb98..758e09fbb 100644
--- a/gr-network/python/network/bindings/tcp_sink_python.cc
+++ b/gr-network/python/network/bindings/tcp_sink_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(1) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(tcp_sink.h) */
+/* BINDTOOL_HEADER_FILE_HASH(0b9dbaad93be0a2d8c62ff046f3cc907) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-network/python/network/bindings/udp_sink_python.cc b/gr-network/python/network/bindings/udp_sink_python.cc
index 8dc4e6da3..5ce8c35ec 100644
--- a/gr-network/python/network/bindings/udp_sink_python.cc
+++ b/gr-network/python/network/bindings/udp_sink_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(1) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(udp_sink.h) */
+/* BINDTOOL_HEADER_FILE_HASH(c998bf2a9132f90dc5c3dd252d9477cb) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>
diff --git a/gr-network/python/network/bindings/udp_source_python.cc b/gr-network/python/network/bindings/udp_source_python.cc
index 216e2c3c4..c748b5f0f 100644
--- a/gr-network/python/network/bindings/udp_source_python.cc
+++ b/gr-network/python/network/bindings/udp_source_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(1) */
+/* BINDTOOL_USE_PYGCCXML(0) */
+/* BINDTOOL_HEADER_FILE(udp_source.h) */
+/* BINDTOOL_HEADER_FILE_HASH(e8dceb0f73955c17260a5277ff77a7bc) */
+/***********************************************************************************/
#include <pybind11/complex.h>
#include <pybind11/pybind11.h>