diff options
author | eb | 2009-05-22 21:22:22 +0000 |
---|---|---|
committer | eb | 2009-05-22 21:22:22 +0000 |
commit | 5a4b9ba9af590b2a269cb3e5872c85faa7c284d1 (patch) | |
tree | 2049863d006e7bf3265d16975f8a784ef7ad1407 /usrp/host/lib/legacy/usrp_basic.h | |
parent | c6935bf1775ae73edf525376b79aeafc05f673b1 (diff) | |
download | gnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.tar.gz gnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.tar.bz2 gnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.zip |
Doc fixes.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib/legacy/usrp_basic.h')
-rw-r--r-- | usrp/host/lib/legacy/usrp_basic.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usrp/host/lib/legacy/usrp_basic.h b/usrp/host/lib/legacy/usrp_basic.h index f77b9adc9..86c48635a 100644 --- a/usrp/host/lib/legacy/usrp_basic.h +++ b/usrp/host/lib/legacy/usrp_basic.h @@ -237,14 +237,14 @@ public: /*! * \brief Set ADC offset correction - * \param which which ADC[0,3]: 0 = RX_A I, 1 = RX_A Q... + * \param which_adc which ADC[0,3]: 0 = RX_A I, 1 = RX_A Q... * \param offset 16-bit value to subtract from raw ADC input. */ bool set_adc_offset (int which_adc, int offset); /*! * \brief Set DAC offset correction - * \param which which DAC[0,3]: 0 = TX_A I, 1 = TX_A Q... + * \param which_dac which DAC[0,3]: 0 = TX_A I, 1 = TX_A Q... * \param offset 10-bit offset value (ambiguous format: See AD9862 datasheet). * \param offset_pin 1-bit value. If 0 offset applied to -ve differential pin; * If 1 offset applied to +ve differential pin. @@ -782,6 +782,8 @@ protected: * \param fusb_block_size fast usb xfer block size. Must be a multiple of 512. * Use zero for a reasonable default. * \param fusb_nblocks number of fast usb URBs to allocate. Use zero for a reasonable default. + * \param fpga_filename name of the rbf file to load + * \param firmware_filename name of ihx file to load */ usrp_basic_rx (int which_board, int fusb_block_size=0, |