One question about gr_packed_to_unpacked_bb.cc

Hello,

I am a newbie for the gnu radio. I am trying to transfer some
modulation/demodulation into Java, which can be used in my PhD
experiments.

My question is that I could not find gr_packed_to_unpacked_bb.cc file
in my downloaded truck of the gnuradio. But I do see the explanation
in the doxygen document
(http://gnuradio.org/doc/doxygen/general_2gr__packed__to__unpacked__bb_8cc.html).
My intention is to transform it to Java because it is used in
dbpsk.py, one of modulation/demodulation module.

Any tips? Thanks.

Jiangfan

On Wed, 2008-09-17 at 00:48 -0500, jiangfan shi wrote:

My question is that I could not find gr_packed_to_unpacked_bb.cc file

That file exists after a build:
gnuradio-core/src/lib/gengen/gr_unpacked_to_packed_bb.cc

and contains this line:
// WARNING: this file is machine generated. Edits will be over written

jim