On 07/20/2012 03:36 PM, Zing Yu wrote: > Hi All, > > I have a little question for you. I have a custom block which accepts a > pmt::pmt_t type arguement/parameter among others. I have written an xml file > for my custom block so as to use it inside gnuradio-companion but I see the > following error message: > Param - value(value): > Type "pmt::pmt_t" is not a possible type. > > Param - value(value): > Type "pmt::pmt_t" not handled > > > So I just want to double check, the pmt_t types can't be inputted to a block > as parameter? >
There isnt a type checker implement. If you make the <type>raw</type> then GRC will let you pass it just fine. -josh > Thanks, > Yu. > > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
