discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Johannes Schmitz
Subject: Re: [Discuss-gnuradio] how to trigger dynamic reconfiguration with lock/disconnect
Date: Fri, 27 May 2011 16:25:56 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]