discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GRC code generator bug


From: Marcus D. Leech
Subject: [Discuss-gnuradio] GRC code generator bug
Date: Sat, 03 Sep 2016 21:07:24 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Version info:  v3.7.10.1-30-g0bfbc97d

If you have a flow-graph variable that is complex, and you pass it to a function as:

var.real, var.imag

The variable-recognizer doesn't seem to recognize that this is a flow-graph variable, and insert the correct "self" syntax in front of it, thus
  generating code that raises an exception.

In this case, the flow-graph variable comes from a function probe that is probing a (complex) signal probe.





reply via email to

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