diff options
author | Johnathan Corgan | 2010-03-02 09:15:09 -0800 |
---|---|---|
committer | Johnathan Corgan | 2010-03-02 09:15:09 -0800 |
commit | b811e8749dcd7c96f1af2d98caba403e50c1602b (patch) | |
tree | 0f36f94f95cfe5dc003178eeafd23fe120ff38bc /usrp2/host/include | |
parent | 97275c32783a8831c7eac3786257fe2e142d95c0 (diff) | |
parent | 4c296bd1f0e7769db69ca15bcc528802b06f752c (diff) | |
download | gnuradio-b811e8749dcd7c96f1af2d98caba403e50c1602b.tar.gz gnuradio-b811e8749dcd7c96f1af2d98caba403e50c1602b.tar.bz2 gnuradio-b811e8749dcd7c96f1af2d98caba403e50c1602b.zip |
Merge branch 'usrp2_set_ant' of git://gnuradio.org/jblum
Diffstat (limited to 'usrp2/host/include')
-rw-r--r-- | usrp2/host/include/usrp2/usrp2.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index 2d9e2a4b0..7069507cf 100644 --- a/usrp2/host/include/usrp2/usrp2.h +++ b/usrp2/host/include/usrp2/usrp2.h @@ -115,6 +115,11 @@ namespace usrp2 { */ /*! + * Set the rx antenna + */ + bool set_rx_antenna(int ant); + + /*! * Set receiver gain * \param gain in dB (more or less) */ @@ -227,6 +232,11 @@ namespace usrp2 { */ /*! + * Set the tx antenna + */ + bool set_tx_antenna(int ant); + + /*! * Set transmitter gain */ bool set_tx_gain(double gain); |