Pmt_t type argument for custom block in grc

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?

Thanks,
Yu.

On 07/20/2012 03:36 PM, Zing Yu wrote:

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 raw
then GRC will let you pass it just fine.

-josh