pothosware / gr-pothos

Pothos bindings for GNU Radio blocks
https://github.com/pothosware/gr-pothos/wiki
GNU General Public License v3.0
12 stars 1 forks source link

register remaining pmt converters #3

Closed guruofquality closed 4 years ago

guruofquality commented 7 years ago

From @guruofquality on May 12, 2016 4:21

From @guruofquality on July 3, 2015 7:44

We have registered conversions for several type-to-pmt calls in this commit: https://github.com/pothosware/gnuradio/commit/ceab657a5d725db48a23daac1a91d6fae85d10b1

This enables arbitrary types to be entered as a parameter when the input type of the call is pmt. Pothos figures out how to convert the object to pmt using the available registered conversions. Complete this work by handling remaining to-pmt conversions for container types. And provide the reverse from-pmt conversions in case those become useful later.

Copied from original issue: pothosware/gnuradio#12

Copied from original issue: pothosware/gr-runtime#7