discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Message passing(connect) in C++


From: Mostafa Alizadeh
Subject: Re: [Discuss-gnuradio] Message passing(connect) in C++
Date: Thu, 30 Apr 2015 16:15:11 +0430

Hi Marco, 

The top_block class has a member named: connect. You can use it in the main() to connect different blocks. However, if you want to dis/connect blocks within C++ blocks, you must pass top_block pointer to the class in some fashion. Once I did and I got errors because I didn't have accessed to the "connect" from within the block. 

I prefer to change your topology to refuse the need you've mentioned. Otherwise describe your problem with more details.


Best,
Mostafa



On Thu, Apr 30, 2015 at 3:43 PM, marco Ribero <address@hidden> wrote:
Hi all,
I have another question. How can I connect the input and output port of different blocks,from inside a C++ block? In the documentation I've only seen the msg_connect() for python

Thanks,
marco

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




--
***********************************************************
Department of Electrical Engineering
Aboureyhan Building
MMWCL LAB
Amirkabir University Of Technology
Tehran
IRAN
Tel: +98 (919) 158-7730
LAB: http://ele.aut.ac.ir/~mmwcl/?page_id=411
Homepage: http://ele.aut.ac.ir/~alizadeh/
***********************************************************

reply via email to

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