aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/device.cpp
Commit message (Expand)AuthorAgeFilesLines
* transport optimize: Integrated the transport offloading into the X3XX codebasePaul David2016-04-181-1/+1
* uhd: Fixed: Exception during detection kills device::makeMarcus Müller2015-03-031-9/+14
* x300,nirio: Added support for NI-RIO 14.0Ashish Chaudhari2014-10-101-3/+10
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-0/+4
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-15/+24
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+6
* uhd: various tweaks to log and msg, replaced a few remaining stdioJosh Blum2011-05-041-2/+3
* usrp-e100: removed stdio prints from implementationJosh Blum2011-05-041-2/+2
* uhd: added scoped lock to device find and make (for thread safety)Josh Blum2011-04-261-0/+7
* uhd: update copyright headers with automated scriptJosh Blum2011-03-231-1/+1
* uhd: switch algorithm namespace to uhdJosh Blum2011-02-241-1/+1
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-2/+2
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-2/+1
* uhd: added a bunch of custom exceptions, not used yetJosh Blum2011-02-241-1/+1
* usb: catch open errors and print message, device: catch exceptions at discove...Josh Blum2010-10-011-6/+12
* uhd: fix find-replace accident asize_tJosh Blum2010-07-261-1/+1
* work on algorithms and documentationJosh Blum2010-06-141-6/+2
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-2/+2
* setting size of buffers from device argsJosh Blum2010-04-271-5/+6
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-2/+2
* renamed dict get key and value methodsJosh Blum2010-04-051-2/+2
* use find to discover devicesJosh Blum2010-03-301-4/+4
* Added utility methods to device addr and mac addr to make them more usable.Josh Blum2010-03-291-4/+4
* refactored types.hpp into types directoryJosh Blum2010-03-271-3/+3
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-3/+4
* got uhd almost compiling in windowze. figured out special flags. also had to ...Josh Blum2010-03-171-1/+1
* Added recovery app to use raw socket to burn known ip addr.Josh Blum2010-03-161-2/+2
* Device sub classes can register themselves. Simplifies device.cpp internals.Josh Blum2010-03-151-45/+47
* Cleaned up the gain handler (thing that gets and sets wildcard gains)Josh Blum2010-03-111-3/+12
* Created empty usrp1e cpp file for the case when headers are not found.Josh Blum2010-02-251-16/+84
* use a single addr param for the usrp2Josh Blum2010-02-251-5/+2
* Made the usrp2 impl into a device.Josh Blum2010-02-211-11/+5
* Moved lib and include contents of dboard and mboard one directory up and pref...Josh Blum2010-02-211-2/+2
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-0/+74