No, there's not. If there's demand, we can add that of course. Do you actually need to *stream* u32 types? Will u8 work for you? You can re-cast it to whatever in your application.
Cheers, Martin On 07.12.2015 11:12, Jason Matusiak wrote: > What is the equivalent for a u32 output for an RFNoC GRC module? I > tried u32, but I get an error for that. If I choose int, it will be 16b > since it is on the FPGA side of things, right? Is there another option > for passing a 32b unsigned value through (I couldn't find a UHD:RFNoC > example that did something similar)? > > _______________________________________________ > 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
