PDU Set: Difference between revisions

From GNU Radio
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 TODO]
: [https://github.com/gnuradio/gnuradio/blob/master/gr-pdu/lib/pdu_set_impl.cc]


; Header files
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
: [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 TODO]
: [https://github.com/gnuradio/gnuradio/blob/master/gr-pdu/include/gnuradio/pdu/pdu_set.h]


; Block definition
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]
: [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]

Pdu tools demo fg.png

Example Output

Pdu tools demo out.png

Source Files

C++ files
[2]
Header files
[3]
Public header files
[4]
Block definition
[5]