discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Bidirectional communication between attached blocks


From: marco Ribero
Subject: [Discuss-gnuradio] Bidirectional communication between attached blocks
Date: Sun, 19 Apr 2015 15:58:01 +0000

Hi all,
I'd like to establish a bidirectional communication between two attached blocks, without asking the user to write code like msg_connect().  One way could be: the upstream block generate an id like
ID=typeBlock+pseudorandomNumber
and send it to the next block using a tag.
After what the upstream block create a publish port called ID+"alice" and a subscribe to a port called ID+"bob".
Can you tip me a better/cleaner way?

I need this bidirectional channel in order to comunicate device pointer, send kernel code(thanks to CUDA 7),etc..

Thanks for your time,
marco

reply via email to

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