Re: PDU - cdr format

2022-02-03 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi Jacob, Assuming that data are encoded text values how to print it as a test using Message Debug block? My goal is to print the data in the console. czw., 3 lut 2022 o 14:34 jacob napisaƂ(a): > A PDU is a special type of PMT pair object that consists of a PMT > Dictionary (of metadata) and a

Re: PDU - cdr format

2022-02-03 Thread jacob
A PDU is a special type of PMT pair object that consists of a PMT Dictionary (of metadata) and a PMT Uniform Vector (of data). This is defined as such to make operating on PDU type data somewhat standardized. Depending on what you are actually trying to do you have a few options. If the string

PDU - cdr format

2022-02-03 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi Community, Does the cdr part of the PDU has to be a PMT uniform vector? What if I want to fill the cdr with string type of data?