commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7136 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r7136 - gnuradio/branches/developers/gnychis/inband/usrp/host/apps-inband
Date: Wed, 12 Dec 2007 16:08:43 -0700 (MST)

Author: gnychis
Date: 2007-12-12 16:08:43 -0700 (Wed, 12 Dec 2007)
New Revision: 7136

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/apps-inband/test_usrp_inband_2tx.cc
Log:
Channel 0 and 1


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps-inband/test_usrp_inband_2tx.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps-inband/test_usrp_inband_2tx.cc
   2007-12-12 23:04:35 UTC (rev 7135)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps-inband/test_usrp_inband_2tx.cc
   2007-12-12 23:08:43 UTC (rev 7136)
@@ -365,12 +365,12 @@
   pmt_t tx_properties = pmt_make_dict();
 
   pmt_t timestamp = pmt_from_long(0xffffffff); // NOW
-//  d_tx->send(s_cmd_xmit_raw_frame,
-//          pmt_list5(pmt_from_long(d_nframes_xmitted),  // invocation-handle
-//                    d_tx_chan0,                        // channel
-//                    uvec,                              // the samples
-//                    timestamp,
-//           tx_properties));
+  d_tx->send(s_cmd_xmit_raw_frame,
+            pmt_list5(pmt_from_long(d_nframes_xmitted),  // invocation-handle
+                      d_tx_chan0,                        // channel
+                      uvec,                              // the samples
+                      timestamp,
+           tx_properties));
   
   // Resend on channel 1
   d_tx->send(s_cmd_xmit_raw_frame,





reply via email to

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