commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9274 - gnuradio/branches/developers/trondeau/dbs/usrp


From: trondeau
Subject: [Commit-gnuradio] r9274 - gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy
Date: Wed, 13 Aug 2008 21:22:28 -0600 (MDT)

Author: trondeau
Date: 2008-08-13 21:22:27 -0600 (Wed, 13 Aug 2008)
New Revision: 9274

Modified:
   
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_flexrf_mimo.cc
   
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_flexrf_mimo.h
Log:
fixing mimo classes

Modified: 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_flexrf_mimo.cc
===================================================================
--- 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_flexrf_mimo.cc
    2008-08-14 03:21:35 UTC (rev 9273)
+++ 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_flexrf_mimo.cc
    2008-08-14 03:22:27 UTC (rev 9274)
@@ -72,7 +72,6 @@
   return 1;
 }
 
-#if 0    
 db_flexrf_1800_tx_mimo_a::db_flexrf_1800_tx_mimo_a(usrp_basic *usrp, int which)
   : db_flexrf_1800_tx(usrp, which)
 {
@@ -174,7 +173,7 @@
 }
 
 db_flexrf_900_tx_mimo_a::db_flexrf_900_tx_mimo_a(usrp_basic *usrp, int which)
-  : db_flexrf_900_rx(usrp, which)
+  : db_flexrf_900_tx(usrp, which)
 {
   _enable_refclk(true);
   d_common->R_DIV(1);
@@ -243,7 +242,7 @@
 }
 
 int 
-db_flexrf_400_rx_mimo_a::db_flexrf_400_rx_mimo_a_refclk_divisor()
+db_flexrf_400_rx_mimo_a::_refclk_divisor()
 {
   return 16;
 }
@@ -271,4 +270,3 @@
 {
   return 1;
 }
-#endif

Modified: 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_flexrf_mimo.h
===================================================================
--- 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_flexrf_mimo.h 
    2008-08-14 03:21:35 UTC (rev 9273)
+++ 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_flexrf_mimo.h 
    2008-08-14 03:22:27 UTC (rev 9274)
@@ -50,7 +50,6 @@
 };
 
 
-#if 0
 class db_flexrf_1800_tx_mimo_a : public db_flexrf_1800_tx
 {
  public:
@@ -162,4 +161,3 @@
   db_flexrf_400_rx_mimo_b(usrp_basic *usrp, int which);
   int _refclk_divisor();
 };
-#endif





reply via email to

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