summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
authorMarcus Müller <marcus@hostalia.de>2020-06-19 11:07:54 +0200
committerMarcus Müller <marcus@hostalia.de>2020-06-19 11:07:54 +0200
commite76d04ca2f4f15e3b1a1ab2a81dd52c4e6d2472c (patch)
tree1d86f68fceed9cd7204d9a79e816dc06c15feaf4 /gr-blocks/grc
parent98348e37209aa7daeb96fe5ead815e5b083dc6da (diff)
parent39311758cb1e6a7424d3213b3eb2c65c8c4dcfe1 (diff)
Move from SWIG to Pybind11
Goodbye, and thanks for all the fish, SWIG. Please refer to docs/PYBIND11.md for details on how to deal with Pybind.
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_ctrlport_probe2_c.block.yml2
-rw-r--r--gr-blocks/grc/blocks_ctrlport_probe2_x.block.yml2
-rw-r--r--gr-blocks/grc/blocks_packed_to_unpacked_xx.block.yml2
-rw-r--r--gr-blocks/grc/blocks_repack_bits_bb.block.yml2
-rw-r--r--gr-blocks/grc/blocks_unpacked_to_packed_xx.block.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/gr-blocks/grc/blocks_ctrlport_probe2_c.block.yml b/gr-blocks/grc/blocks_ctrlport_probe2_c.block.yml
index cfd23f565f..7058f596e3 100644
--- a/gr-blocks/grc/blocks_ctrlport_probe2_c.block.yml
+++ b/gr-blocks/grc/blocks_ctrlport_probe2_c.block.yml
@@ -17,7 +17,7 @@ parameters:
default: '1024'
- id: disp_mask
label: Display Mask
- dtype: int
+ dtype: raw
default: gr.DISPTIME
options: [gr.DISPXY | gr.DISPOPTSCATTER, gr.DISPTIME, gr.DISPPSD, gr.DISPSPEC,
gr.DISPRAST]
diff --git a/gr-blocks/grc/blocks_ctrlport_probe2_x.block.yml b/gr-blocks/grc/blocks_ctrlport_probe2_x.block.yml
index 2b4429204f..c478a8f7b9 100644
--- a/gr-blocks/grc/blocks_ctrlport_probe2_x.block.yml
+++ b/gr-blocks/grc/blocks_ctrlport_probe2_x.block.yml
@@ -24,7 +24,7 @@ parameters:
default: '1024'
- id: disp_mask
label: Display Mask
- dtype: int
+ dtype: raw
default: gr.DISPTIME
options: [gr.DISPXY | gr.DISPOPTSCATTER, gr.DISPTIME, gr.DISPPSD, gr.DISPSPEC,
gr.DISPRAST]
diff --git a/gr-blocks/grc/blocks_packed_to_unpacked_xx.block.yml b/gr-blocks/grc/blocks_packed_to_unpacked_xx.block.yml
index 296cfd6b63..851564c093 100644
--- a/gr-blocks/grc/blocks_packed_to_unpacked_xx.block.yml
+++ b/gr-blocks/grc/blocks_packed_to_unpacked_xx.block.yml
@@ -16,7 +16,7 @@ parameters:
default: '2'
- id: endianness
label: Endianness
- dtype: int
+ dtype: raw
options: [gr.GR_MSB_FIRST, gr.GR_LSB_FIRST]
option_labels: [MSB, LSB]
- id: num_ports
diff --git a/gr-blocks/grc/blocks_repack_bits_bb.block.yml b/gr-blocks/grc/blocks_repack_bits_bb.block.yml
index 36bc996df4..8d05247805 100644
--- a/gr-blocks/grc/blocks_repack_bits_bb.block.yml
+++ b/gr-blocks/grc/blocks_repack_bits_bb.block.yml
@@ -25,7 +25,7 @@ parameters:
hide: part
- id: endianness
label: Endianness
- dtype: int
+ dtype: enum
default: gr.GR_LSB_FIRST
options: [gr.GR_MSB_FIRST, gr.GR_LSB_FIRST]
option_labels: [MSB, LSB]
diff --git a/gr-blocks/grc/blocks_unpacked_to_packed_xx.block.yml b/gr-blocks/grc/blocks_unpacked_to_packed_xx.block.yml
index 41c1860a76..b477293594 100644
--- a/gr-blocks/grc/blocks_unpacked_to_packed_xx.block.yml
+++ b/gr-blocks/grc/blocks_unpacked_to_packed_xx.block.yml
@@ -16,7 +16,7 @@ parameters:
default: '2'
- id: endianness
label: Endianness
- dtype: int
+ dtype: raw
options: [gr.GR_MSB_FIRST, gr.GR_LSB_FIRST]
option_labels: [MSB, LSB]
- id: num_ports