Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-30 Thread Pranav Padalkar
. Regards, Pranav. From: Discuss-gnuradio on behalf of Marcus Müller Sent: Friday, August 19, 2016 3:21 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code have a look at the feval class [1]; it

Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-22 Thread Pranav Padalkar
. From: Discuss-gnuradio on behalf of Marcus Müller Sent: Friday, August 19, 2016 3:21 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code have a look at the feval class [1]; it's a way to call python

Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-19 Thread Marcus Müller
ptions, please let me know. > > > Thanks! > > Pranav > > > > *From:* Koslowski, Sebastian (CEL) > *Sent:* Friday, August 19, 2016 1:15 PM > *To:* Pranav Padalkar; discuss-gnuradio@gnu.org > *Subject:* Re: [Discuss-gnuradio] Using GRC generated python code >

Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-19 Thread Pranav Padalkar
, Sebastian (CEL) Sent: Friday, August 19, 2016 1:15 PM To: Pranav Padalkar; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code Well, there a number of options. Given your description its hard to say which one is best. Aside from

Re: [Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-19 Thread Koslowski, Sebastian (CEL)
Well, there a number of options. Given your description its hard to say which one is best. Aside from maintainability and flexibility of the system, it really depends on the required interaction between the components. You could - re-implement the fg in C++. - create Python bindings for you

[Discuss-gnuradio] Using GRC generated python code inside a C++ code

2016-08-19 Thread Pranav Padalkar
Hello, I have a GRC generated python code. I also wrote a server-client code in C++. I want to implement the client-code along with the GNU python code. The essence is that I want to a run a client C++ code, which will call the python code in a thread and start the USRP to receive/transmit dat