argument type as int and assert <= 255
parent
c91489e8cb
commit
17ce2ef140
|
@ -24,6 +24,9 @@ parameters:
|
|||
dtype: string
|
||||
default: 'helloworld'
|
||||
|
||||
asserts:
|
||||
- ${type<256}
|
||||
|
||||
templates:
|
||||
imports: import m17
|
||||
make: m17.m17_coder(${src_ip},${dst_ip},${type},${meta},${samp_rate})
|
||||
|
|
Loading…
Reference in New Issue