commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9328 - gnuradio/branches/developers/trondeau/dbs/gr-u


From: trondeau
Subject: [Commit-gnuradio] r9328 - gnuradio/branches/developers/trondeau/dbs/gr-usrp/src
Date: Mon, 18 Aug 2008 23:00:41 -0600 (MDT)

Author: trondeau
Date: 2008-08-18 23:00:41 -0600 (Mon, 18 Aug 2008)
New Revision: 9328

Modified:
   gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_sink.i
   gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_sink_base.cc
   gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_source.i
   gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_source_s.cc
Log:
cleaning up

Modified: gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_sink.i
===================================================================
--- gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_sink.i  
2008-08-19 04:50:29 UTC (rev 9327)
+++ gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_sink.i  
2008-08-19 05:00:41 UTC (rev 9328)
@@ -20,12 +20,6 @@
  * Boston, MA 02110-1301, USA.
  */
 
-%{
-#include "usrp1_sink_base.h"
-#include "usrp1_sink_c.h"
-#include "usrp1_source_s.h"
-%}
-
 // ================================================================
 //                        abstract classes
 // ================================================================

Modified: 
gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_sink_base.cc
===================================================================
--- gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_sink_base.cc    
2008-08-19 04:50:29 UTC (rev 9327)
+++ gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_sink_base.cc    
2008-08-19 05:00:41 UTC (rev 9328)
@@ -316,7 +316,6 @@
 int
 usrp1_sink_base::daughterboard_id (int which) const
 {
-  //printf("usrp1_sink_base::daughterboard_id()\n");
   return d_usrp->daughterboard_id (which);
 }
 

Modified: gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_source.i
===================================================================
--- gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_source.i        
2008-08-19 04:50:29 UTC (rev 9327)
+++ gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_source.i        
2008-08-19 05:00:41 UTC (rev 9328)
@@ -20,13 +20,6 @@
  * Boston, MA 02110-1301, USA.
  */
 
-%{
-#include "usrp1_source_base.h"
-#include "usrp1_source_c.h"
-  //#include "usrp1_source_s.h"
-%}
-
-
 // ================================================================
 //                        abstract classes
 // ================================================================

Modified: 
gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_source_s.cc
===================================================================
--- gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_source_s.cc     
2008-08-19 04:50:29 UTC (rev 9327)
+++ gnuradio/branches/developers/trondeau/dbs/gr-usrp/src/usrp1_source_s.cc     
2008-08-19 05:00:41 UTC (rev 9328)
@@ -74,8 +74,6 @@
                       fpga_filename, firmware_filename)
 {
   _ensure_rev2(which_board);
-
-  printf("usrp source_s\n");
 }
 
 usrp1_source_s::~usrp1_source_s ()





reply via email to

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