patch-gnuradio
[Top][All Lists]
Advanced

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

Re: [Patch-gnuradio] set/get gain for quadrature_demod


From: Johnathan Corgan
Subject: Re: [Patch-gnuradio] set/get gain for quadrature_demod
Date: Mon, 20 Jun 2011 11:52:35 -0700

On Mon, Jun 20, 2011 at 11:42, Alexandru Csete <address@hidden> wrote:
 
Will it be possible to include this functionality or is there a problem with it?

This just got missed in the shuffle; I had intended to merge it (with a couple mods) before tagging 3.4.0.  Since it doesn't introduce any incompatibilities into existing user code, it can still be merged into the master branch and eventually become part of the 3.4.1 release.

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 was also going to add that the two new API calls are not documented in the header file, then I realized that there wasn't any documentation there in the first place :)

Johnathan

reply via email to

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