Re: [Discuss-gnuradio] re-writing C/C++ or keep python coding

2013-05-27 Thread NaceurElOuni
thank you Tom -- View this message in context: http://gnuradio.4.n7.nabble.com/re-writing-C-C-or-keep-python-coding-tp41494p41619.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.o

Re: [Discuss-gnuradio] re-writing C/C++ or keep python coding

2013-05-24 Thread Tom Rondeau
On Tue, May 21, 2013 at 5:54 PM, NaceurElOuni wrote: > Hi, > > I do have a bunch of files written in python and C/C++ describing a complete > transmission chain (Sources, Filters, Tx, Rx ...). > > However I am intending to add new features from the FPGA API > (uhd::usrp::multi_usrp Class funtions

[Discuss-gnuradio] re-writing C/C++ or keep python coding

2013-05-21 Thread NaceurElOuni
Hi, I do have a bunch of files written in python and C/C++ describing a complete transmission chain (Sources, Filters, Tx, Rx ...). However I am intending to add new features from the FPGA API (uhd::usrp::multi_usrp Class funtions like set_time_now()...) and those features are to be written in a