PDU Split

From GNU Radio
Jump to navigation Jump to search

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[edit]

(R): Run-time adjustable

Empty
options: [Drop, Print]

Messages[edit]

Inputs[edit]

pdu
input message

Outputs[edit]

dict
metadata dictionary
vec
uniform vector

Example Flowgraph[edit]

This flowgraph can be found at [1]

Pdu tools demo fg.png

Source Files[edit]

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