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, _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
