libusrp/host/lib/legacy
jblum 104c065cbe usrp methods for computing the mux for dual subdevices
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10457 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-17 23:03:39 +00:00
..
Makefile.am Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
README_OSX Fixed use of mutex and condition, which corrects a long-standing rare 2007-08-18 02:35:43 +00:00
ad9862.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
check_data.py Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
circular_buffer.h Merged OSX fixes for 10.5 (backwards compatible with 10.4 if not 2008-01-13 20:41:11 +00:00
circular_linked_list.h Merged OSX fixes for 10.5 (backwards compatible with 10.4 if not 2008-01-13 20:41:11 +00:00
darwin_libusb.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
db_base.cc Fix missing set_bw call in new daughterboard API. Reconciled implementations between different boards to return true or false (success). 2008-12-26 19:31:44 +00:00
db_base.h Fix missing set_bw call in new daughterboard API. Reconciled implementations between different boards to return true or false (success). 2008-12-26 19:31:44 +00:00
db_base.i Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck. 2009-02-10 04:53:37 +00:00
db_base_impl.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_basic.cc kludge the legacy: usrp subdevice 2, the 3rd subdevice 2009-02-17 02:33:08 +00:00
db_basic.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_boards.cc kludge the legacy: usrp subdevice 2, the 3rd subdevice 2009-02-17 02:33:08 +00:00
db_boards.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_dbs_rx.cc Fix missing set_bw call in new daughterboard API. Reconciled implementations between different boards to return true or false (success). 2008-12-26 19:31:44 +00:00
db_dbs_rx.h Fix missing set_bw call in new daughterboard API. Reconciled implementations between different boards to return true or false (success). 2008-12-26 19:31:44 +00:00
db_dtt754.cc Fix missing set_bw call in new daughterboard API. Reconciled implementations between different boards to return true or false (success). 2008-12-26 19:31:44 +00:00
db_dtt754.h Fix missing set_bw call in new daughterboard API. Reconciled implementations between different boards to return true or false (success). 2008-12-26 19:31:44 +00:00
db_dtt768.cc Fix missing set_bw call in new daughterboard API. Reconciled implementations between different boards to return true or false (success). 2008-12-26 19:31:44 +00:00
db_dtt768.h Fix missing set_bw call in new daughterboard API. Reconciled implementations between different boards to return true or false (success). 2008-12-26 19:31:44 +00:00
db_flexrf.cc Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_flexrf.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_flexrf_mimo.cc Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_flexrf_mimo.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_tv_rx.cc Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_tv_rx.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_util.cc Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_util.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_wbx.cc Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_wbx.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
db_xcvr2450.cc whoops, restored comment 2009-02-05 22:55:06 +00:00
db_xcvr2450.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
dump_data.py Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_darwin.cc Merged OSX fixes for 10.5 (backwards compatible with 10.4 if not 2008-01-13 20:41:11 +00:00
fusb_darwin.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_generic.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_generic.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_linux.cc trial fix for ticket:288; merged eb/fusb 9543:9544 to trunk 2008-09-09 15:19:00 +00:00
fusb_linux.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_ra_wb.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_ra_wb.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_sysconfig_darwin.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_sysconfig_generic.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_sysconfig_linux.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_sysconfig_ra_wb.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_sysconfig_win32.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fusb_win32.cc Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>. 2008-04-30 02:24:06 +00:00
fusb_win32.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
gen_usrp_dbid.py Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
md5.c Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
md5.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
mld_threads.h Merged OSX fixes for 10.5 (backwards compatible with 10.4 if not 2008-01-13 20:41:11 +00:00
rate_to_regval.h Merged features/inband -r4812:5218 into trunk. This group of changes 2007-05-02 04:08:47 +00:00
std_paths.h.in Fix compiler warnings across the tree. Adds --enable-warnings-as-errors configure option. Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 8.04. 2008-08-24 17:41:07 +00:00
usrp_basic.cc Allow setting of non-standard FPGA master clock frequency for USRP1 2009-01-05 18:05:17 +00:00
usrp_basic.h Allow setting of non-standard FPGA master clock frequency for USRP1 2009-01-05 18:05:17 +00:00
usrp_bytesex.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_config.cc Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_config.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_dbid.dat new experimental daughterboards with other tuners 2008-06-24 19:40:47 +00:00
usrp_local_sighandler.cc Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>. 2008-04-30 02:24:06 +00:00
usrp_local_sighandler.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_prims.cc Fix compiler warnings across the tree. Adds --enable-warnings-as-errors configure option. Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 8.04. 2008-08-24 17:41:07 +00:00
usrp_prims.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_slots.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_standard.cc usrp methods for computing the mux for dual subdevices 2009-02-17 23:03:39 +00:00
usrp_standard.h usrp methods for computing the mux for dual subdevices 2009-02-17 23:03:39 +00:00
usrp_subdev_spec.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00
usrp_tune_result.h Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP. 2008-12-24 08:10:48 +00:00