Friday, May 27, 2011

Re: [Discuss-gnuradio] how to trigger dynamic reconfiguration with lock/disconnect

Hi Scott,

> This works well during testing. Once you get some kind of protocol or some
> series of steps that you want to do, you can just test a flag, and whenever
> your block finishes set it to true, then reconfigure.

What do you mean with "your block finishes" ? How do you implement this flags?

I am now using a thread to implement the state machine.
I am using member variables in the C++ blocks to implement the flags
or to hand over certain signals/values to the control thread.

Johannes

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment