discuss-gnuradio
[Top][All Lists]
Advanced

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

Calling blocks directly


From: Andra-Maria Ilies
Subject: Calling blocks directly
Date: Mon, 29 Nov 2021 20:25:29 +0200

Hello, 


I am trying to write a full-program optimizer for GNURadio flow graphs in C++. For this purpose, I need to call GNURadio blocks separately inside my program.


I have 2 questions:

  1. How to directly feed a local vector input to a block? 
  2. How can I set a local array as the output array of the used block?  

I would like to mention that I want to do this directly, without using GNU Radio specific functions such as connect(), because I will be using only certain blocks, whose operation I find useful for my application. 


Thank you in advance!

Andra


reply via email to

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