[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patch-gnuradio] set/get gain for quadrature_demod
From: |
Alexandru Csete |
Subject: |
Re: [Patch-gnuradio] set/get gain for quadrature_demod |
Date: |
Mon, 20 Jun 2011 23:29:26 +0200 |
On Mon, Jun 20, 2011 at 11:08 PM, Johnathan Corgan
<address@hidden> wrote:
> On Mon, Jun 20, 2011 at 11:52, Johnathan Corgan
> <address@hidden> wrote:
>
>>
>> The only issue with the patch is that for property getters we simply use
>> the name of the property, without prepending get_ in front of it. So your
>> get_gain() should be just gain().
>
> I see now you just copied what Tom did in gr_frequency_modulator. I'll see
> what he wants to do.
Yes, I just copied from Tom's commit, however, I was just looking at
the code for the gri_agc2.cc class and that too uses it the way you
mention, i.e. without "get_"
Alex