Skip to content

Commit

Permalink
Add a cpp callback
Browse files Browse the repository at this point in the history
Signed-off-by: John Sallay <[email protected]>
  • Loading branch information
jsallay committed Apr 16, 2024
1 parent 3cc6dd2 commit 61f940f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gr-digital/grc/digital_protocol_formatter_bb.block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ cpp_templates:
declarations: 'digital::protocol_formatter_bb::sptr ${id};'
make: 'this->${id} = digital::protocol_formatter_bb::make(${format}, ${len_tag_key});'
link: ['gnuradio::gnuradio-digital']
callbacks:
- set_header_format(${format})

file_format: 1

0 comments on commit 61f940f

Please sign in to comment.