Skip to content

Commit 96b1eec

Browse files
noc0lourmbr0wn
authored andcommittedMay 18, 2019
blocks: add byte option to add_const_v in GRC
The previous GRC yml description did not contain an entry for operation on bytes. Closes gnuradio#2461, Closes gnuradio#2354
1 parent d66bc94 commit 96b1eec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎gr-blocks/grc/blocks_add_const_vxx.block.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ parameters:
66
- id: type
77
label: IO Type
88
dtype: enum
9-
options: [complex, float, int, short]
9+
options: [complex, float, int, short, byte]
1010
option_attributes:
11-
vconst_type: [complex_vector, real_vector, int_vector, int_vector]
12-
const_type: [complex, real, int, int]
13-
fcn: [cc, ff, ii, ss]
11+
vconst_type: [complex_vector, real_vector, int_vector, int_vector, int_vector]
12+
const_type: [complex, real, int, int, int]
13+
fcn: [cc, ff, ii, ss, bb]
1414
hide: part
1515
- id: const
1616
label: Constant

0 commit comments

Comments
 (0)