gnuradio-core: export missing public methods in gr.agc2
authorAlexandru Csete <oz9aec@googlemail.com>
Thu, 22 Jul 2010 01:27:46 +0000 (18:27 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Thu, 22 Jul 2010 01:27:46 +0000 (18:27 -0700)
commitf7a2b8b09bf8d30534dd2d7546a7300e2f358595
tree9ea1eb080075c76af984d7fe2b50907a09c61947
parentfbe9df39e5a815f96215ca344466e4373cd08594
gnuradio-core: export missing public methods in gr.agc2

Alexandru Csete:

The gr_agc2 block has public methods to set and get the AGC levels and
rates; however, only a few of these interfaces are exported to Python
and none of them are available in GRC.

The attached patch adds the missing public methods to gri_agc2_cc.i
and gri_agc2_ff.i and defines the corresponding callbacks in the
gr_agc2_xx.xml GRC block.
gnuradio-core/src/lib/general/gri_agc2_cc.i
gnuradio-core/src/lib/general/gri_agc2_ff.i
grc/blocks/gr_agc2_xx.xml