Re: [Discuss-gnuradio] change value of variable in GRC when a message is received

2014-05-11 Thread Tom Rondeau
On Thu, May 8, 2014 at 1:45 PM, Achilleas Anastasopoulos anas...@umich.eduwrote: Dan, when I said messages I meant gnuradio messages (http://gnuradio.org/doc/doxygen/page_msg_passing.html) So my problem is not with any remote messaging issue. Apologies for not making this more clear.

[Discuss-gnuradio] change value of variable in GRC when a message is received

2014-05-08 Thread Achilleas Anastasopoulos
Is there a simple way for a GRC block to asynchronously change the value of a GRC variable when the block receives a specific message? thanks Achilleas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] change value of variable in GRC when a message is received

2014-05-08 Thread Dan CaJacob
I'm not sure it's what you want, but the RPC Server block lets you change the value of any GR variable in a running FG remotely. There also seems to be some work ongoing t bring zeromq endpoints into GR. Very Respectfully, Dan CaJacob On Thu, May 8, 2014 at 1:07 PM, Achilleas Anastasopoulos

Re: [Discuss-gnuradio] change value of variable in GRC when a message is received

2014-05-08 Thread Achilleas Anastasopoulos
Dan, when I said messages I meant gnuradio messages (http://gnuradio.org/doc/doxygen/page_msg_passing.html) So my problem is not with any remote messaging issue. Apologies for not making this more clear. best Achilleas On Thu, May 8, 2014 at 1:29 PM, Dan CaJacob dan.caja...@gmail.com wrote: