discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Problem with vector insert


From: Volker Schroer
Subject: [Discuss-gnuradio] Problem with vector insert
Date: Fri, 12 Oct 2012 18:02:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120915 Thunderbird/15.0.1

Hi all,

I just tried to play around with the vector insert block.
It works if the elements are of type byte.
But if I try another type such as int I get the error

  File "./top_block.py", line 29, in __init__
    self.gr_vector_insert_x_0 = gr.vector_insert_i((10,12,13), 4, 3)
AttributeError: 'module' object has no attribute 'vector_insert_i'

If I look into the build directory I see only gr_vector_insert _b.* files.

So I tried to modify the generate_common.py in gnuradio/gnuradio-core/src/lib/gengen. But it seems that I didn't find the proper place. Only gr_vector_insert _b.* files will be generated.

Any ideas ?

Thanks -- Volker






reply via email to

[Prev in Thread] Current Thread [Next in Thread]