summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
authorghostop14 <ghostop14@gmail.com>2020-03-02 17:43:31 -0500
committerdevnulling <devnulling@users.noreply.github.com>2020-03-29 09:37:30 -0700
commit386a7e207fd6f23fcd3d186f919ded394eb78461 (patch)
treec524cb69b51c7f09c9d4458dd880932679022ed7 /gr-blocks/grc
parent3b30c5da8b464f32b762d750be2896149f81ea28 (diff)
gr-blocks: Add Msg Port to Delay Block
These updates add the ability to set the block delay value with an asynchronous message. In this manner, blocks doing calculations such as those for DoA or antenna arrays can provide delay updates only when needed.
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_delay.block.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_delay.block.yml b/gr-blocks/grc/blocks_delay.block.yml
index ac9cb182b7..d5b43704c6 100644
--- a/gr-blocks/grc/blocks_delay.block.yml
+++ b/gr-blocks/grc/blocks_delay.block.yml
@@ -31,6 +31,9 @@ inputs:
dtype: ${ type }
vlen: ${ vlen }
multiplicity: ${ num_ports }
+- domain: message
+ id: dly
+ optional: true
outputs:
- domain: stream