discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error in using Accessor method in GNU Radio 3.7.


From: kunal.2904
Subject: Re: [Discuss-gnuradio] Error in using Accessor method in GNU Radio 3.7. AttributeError: Object has no attribute
Date: Mon, 10 Apr 2017 19:00:37 -0700 (MST)

The issue has solved as below:

The accessor method "poll_complex_gain" defined in its
*randphpert4_f_impl.h* file as below:
gr_complex poll_complex_gain() const { return d_complex_gain; }  

The accessor method is added in the include/*.h file (*randphpert4_f.h*) as
a virtual member function 
virtual gr_complex poll_complex_gain() const=0; 




--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Error-in-using-Accessor-method-in-GNU-Radio-3-7-AttributeError-Object-has-no-attribute-tp61855p63499.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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