PDU Split: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
(No difference)

Latest revision as of 20:29, 13 December 2021

Split PDU dict and data to separate ports.
Added in 3.10

Splits a PDU into its metadata dictionary and vector, outputs nothing if the input message is not a PDU. Useful for stripping metadata for printing or saving.

Parameters

(R): Run-time adjustable

Empty
options: [Drop, Print]

Messages

Inputs

pdu
input message

Outputs

dict
metadata dictionary
vec
uniform vector

Example Flowgraph

This flowgraph can be found at [1]

Pdu tools demo fg.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
[2]