PDU Split
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]
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- [2]