Discussion and technical support related to USRP, UHD, RFNoC
View all threadsHi everyone,
I am working on a block that needs to be notified in order to work properly. I had tought in using a block that generates information -a simple source- that change each 6 minutes (some sort of flag), but I think this will consume resources that might be needed. Is there any way to pass control messages between blocks?
Thanks a lot :)
Este documento puede contener información privilegiada o confidencial. Por tanto, usar esta información y sus anexos para propósitos ajenos a los de la Universidad Icesi, divulgarla a personas a las cuales no se encuentre destinado este correo o reproducirla total o parcialmente, se encuentra prohibido en virtud de la legislación vigente. La universidad no asumirá responsabilidad sobre información, opiniones o criterios contenidos en este correo que no estén directamente relacionados con la Icesi. Si usted no es el destinatario autorizado o por error recibe este mensaje, por favor informe al remitente y posteriormente bórrelo de su sistema sin conservar copia del mismo.
On 12/13/2012 09:44 AM, Juan Daniel Fernandez Martinez wrote:
Hi everyone, I am working on a block that needs to be notified in
order to work properly. I had tought in using a block that generates
information -a simple source- that change each 6 minutes (some sort
of flag), but I think this will consume resources that might be
needed. Is there any way to pass control messages between blocks?
You may find this helpful:
https://github.com/guruofquality/grextras/wiki#wiki-feature-message-passing
-josh