PDU Set: Difference between revisions
Jump to navigation
Jump to search
(add note for 3.10) |
(Add source file links) |
||
Line 26: | Line 26: | ||
; C++ files | ; C++ files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-pdu/lib/pdu_set_impl.cc] | ||
; Header files | ; Header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-pdu/lib/pdu_set_impl.h] | ||
; Public header files | ; Public header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-pdu/include/gnuradio/pdu/pdu_set.h] | ||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-pdu/grc/pdu_pdu_set.block.yml] |
Latest revision as of 10:02, 3 March 2025
Set a Key-Value pair in PDU's meta field and pass on.
Note for 3.10 This block has been moved from gr-blocks to gr-pdu, which causes a name change of the id. See Porting_Existing_Flowgraphs_to_a_Newer_Version#PDU_blocks_moved_from_gr-blocks_to_gr-pdu for details.
Parameters
(R): Run-time adjustable
- Key (R)
- The Key to set
- Value (R)
- The value to set
Example Flowgraph
This flowgraph can be found at [1]
Example Output
Source Files
- C++ files
- [2]
- Header files
- [3]
- Public header files
- [4]
- Block definition
- [5]