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