PDU Split

From GNU Radio
Revision as of 20:29, 13 December 2021 by Duggabe (talk | contribs) (initial creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

(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]