usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

Passing control messages between blocks

JD
Juan Daniel Fernandez Martinez
Thu, Dec 13, 2012 3:44 PM

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?

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.

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? 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.
JB
Josh Blum
Thu, Dec 13, 2012 4:00 PM

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?

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