discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GRC created flowgraphs: calling methods created withi


From: Marcus D. Leech
Subject: [Discuss-gnuradio] GRC created flowgraphs: calling methods created within the top_block from my own imported code
Date: Fri, 25 Jun 2010 13:35:04 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

The subject line describes what I want to do.

I want to be able to call methods created within the GRC-created code
from my own imported functions.

For example, if the GRC created flowgraph created a method called
set_foonly(), I'd like to be able to
  call set_foonly() from within my own imported code.  But if I try to
pass "self", GRC complains that it
  isn't defined (which is true--"self" doesn't exist until runtime).

Any clueage?


-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org





reply via email to

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