commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9820 - gnuradio/trunk/usrp2/host/lib


From: eb
Subject: [Commit-gnuradio] r9820 - gnuradio/trunk/usrp2/host/lib
Date: Wed, 22 Oct 2008 10:20:10 -0600 (MDT)

Author: eb
Date: 2008-10-22 10:20:10 -0600 (Wed, 22 Oct 2008)
New Revision: 9820

Modified:
   gnuradio/trunk/usrp2/host/lib/usrp2.cc
Log:
added missing tx_interp and rx_decim proxies

Modified: gnuradio/trunk/usrp2/host/lib/usrp2.cc
===================================================================
--- gnuradio/trunk/usrp2/host/lib/usrp2.cc      2008-10-22 16:18:41 UTC (rev 
9819)
+++ gnuradio/trunk/usrp2/host/lib/usrp2.cc      2008-10-22 16:20:10 UTC (rev 
9820)
@@ -210,6 +210,12 @@
     return d_impl->set_rx_decim(decimation_factor);
   }
   
+  int
+  usrp2::rx_decim()
+  {
+    return d_impl->rx_decim();
+  }
+
   bool
   usrp2::set_rx_scale_iq(int scale_i, int scale_q)
   {
@@ -297,6 +303,12 @@
     return d_impl->set_tx_interp(interpolation_factor);
   }
   
+  int
+  usrp2::tx_interp()
+  {
+    return d_impl->tx_interp();
+  }
+
   bool
   usrp2::set_tx_scale_iq(int scale_i, int scale_q)
   {





reply via email to

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