diff options
-rw-r--r-- | gr-analog/grc/analog_noise_source_x.block.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-analog/grc/analog_noise_source_x.block.yml b/gr-analog/grc/analog_noise_source_x.block.yml index 896c120d20..83442cab44 100644 --- a/gr-analog/grc/analog_noise_source_x.block.yml +++ b/gr-analog/grc/analog_noise_source_x.block.yml @@ -38,12 +38,13 @@ templates: cpp_templates: includes: ['#include <gnuradio/analog/noise_source.h>'] + declarations: 'analog::noise_source_${type.fcn}::sptr ${id};' make: 'this->${id} = analog::noise_source_${type.fcn}::make(${noise_type}, ${amp}, ${seed});' callbacks: - set_type(${noise_type}) - set_amplitude(${amp}) link: ['gnuradio::gnuradio-analog'] translations: - analog.: 'analog::' + analog\.: 'analog::' file_format: 1 |