[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10238 - gnuradio/branches/developers/gnychis/inband_d
From: |
gnychis |
Subject: |
[Commit-gnuradio] r10238 - gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband |
Date: |
Thu, 15 Jan 2009 23:25:22 -0700 (MST) |
Author: gnychis
Date: 2009-01-15 23:25:17 -0700 (Thu, 15 Jan 2009)
New Revision: 10238
Modified:
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
Log:
cleaning up some verbosity
Modified:
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
===================================================================
---
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
2009-01-16 06:24:28 UTC (rev 10237)
+++
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
2009-01-16 06:25:17 UTC (rev 10238)
@@ -390,7 +390,7 @@
ok = d_urx->tune(rsubdev->which(), rsubdev, target_freq, &r);
rsubdev->set_enable(true);
-// if(verbose) {
+ if(verbose) {
printf("RX Subdevice name is %s\n", rsubdev->name().c_str());
printf("RX Subdevice freq range: (%g, %g)\n",
rsubdev->freq_min(), rsubdev->freq_max());
@@ -401,7 +401,7 @@
printf("r.dxc_freq: %f\n", r.dxc_freq);
printf("r.residual_freq: %f\n", r.residual_freq);
printf("r.inverted: %d\n", r.inverted);
-// }
+ }
if(!ok) {
std::cerr << "[USRP_USB_INTERFACE] Failed to set center frequency on RX\n";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10238 - gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband,
gnychis <=