[Discuss-gnuradio] C++ Class in out of tree module 3.7

2014-11-10 Thread Andrew Burger
I am trying to add a non block C++ class to the out of tree build of a module. I successfully compile the code but all my Python tests fail. File "/python/qa_test.py", line 24, in import example_swig as example File "/build/swig/example_swig.py", line 28, in _example_swig = swig_im

[Discuss-gnuradio] How to create a custom header derived from packet_header_default.h

2014-09-03 Thread Andrew Burger
I am trying to create a custom header format derived from packet_header_default.h. I am also doing this in an out of tree module src structure. I have successfully got it to compile the c++ code but it now fails when I try to add the swig lines into the cmake class. I am new to cmake and unclear o

[Discuss-gnuradio] Sink and Source that pass on Stream Tags

2012-07-05 Thread Andrew Burger
I tried udp and file sink and source to pass on stream tags but I don't receieve them on the source side. Am I missing something? Are there any way to pass on steam tags to another machine or save them to a file. Thanks ___ Discuss-gnuradio mailing list