Believe me I tried that declaring decision_maker_soft as a virtual function(only virtual not pure virtual), but that din't work. I am trying that now again.
On 21 January 2018 at 19:23, Michael Dickens <[email protected]> wrote: > Yes that's correct: the base class's method declaration must be "virtual" > for the inheriting class' overloaded method to be usable correctly within > SWIG. Good catch! - MLD > > On Sun, Jan 21, 2018, at 5:42 AM, Bastian Bloessl wrote: > > On 01/19/2018 10:30 PM, sumit kumar wrote: > > > Hi Michael, Yes I just made one and pushed everything. > > > > > > https://github.com/sumitstop/MTSDR-gnuradio/commits/master > > > > > > https://github.com/sumitstop/MTSDR-gr-ieee-80211/commits/master > > > > I didn't test it, but I think you should declare the function virtual. > -- Sumit Kumar
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
