Skip to content

Commit

Permalink
Add a cpp callback
Browse files Browse the repository at this point in the history
  • Loading branch information
jsallay committed Apr 16, 2024
1 parent 80d5568 commit 3231eab
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 3231eab

Please sign in to comment.