aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/uhd/device.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: Improve wording for streamersMartin Anderseck2024-03-061-4/+12
* multi_usrp: Approximate legacy behaviour for recv_async_msg()Martin Braun2020-04-131-7/+4
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-081-4/+1
* multi_usrp: Provide valid return value for multi_usrp::get_device()Martin Braun2020-03-121-2/+9
* uhd: Replace boost::function with std::functionMartin Braun2019-11-261-3/+3
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-2/+2
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-261-1/+0
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-151-2/+2
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-25/+18
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* device: Removed deprecated functionalityPaul David2017-02-101-2/+10
* docs: added missing parameter descriptionsNicholas Corgan2015-06-221-0/+1
* uhd: Fixed: Exception during detection kills device::makeMarcus Müller2015-03-031-1/+3
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-0/+1
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-9/+23
* docs: Clarified there can only be one streamer per deviceMartin Braun2014-04-071-2/+10
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-1/+4
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-10/+0
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-3/+3
* uhd: lots of work releated to streamer work and usrp2 implementationJosh Blum2011-11-031-4/+4
* uhd: restored super packet handler functionalityJosh Blum2011-11-031-2/+2
* uhd: created backwards compatible send/recv implementationJosh Blum2011-11-031-111/+7
* uhd: removed unsed interfaces, deprecated otw and io typeJosh Blum2011-11-031-1/+1
* uhd: moved wax API into deprecated filesJosh Blum2011-11-031-2/+1
* uhd: forward declare property tree in device so gnuradio swig cant complainJosh Blum2011-07-201-2/+3
* uhd: add get_tree call directly to the deviceJosh Blum2011-07-201-0/+4
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-30/+10
* uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-12/+15
* uhd: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-201-13/+0
* uhd: fix device recv docs on timeout, also fix typoJosh Blum2010-08-081-6/+1
* uhd: added async recv message call to device apiJosh Blum2010-07-201-0/+11
* uhd: bring timeout parameter to the device::recv call, implement in usrp2Josh Blum2010-07-201-2/+8
* uhd: added error codes to rx metadata, switched examples to useJosh Blum2010-07-091-1/+1
* uhd: added back into old send/recv but with deprecation attributes, moved inline device stuff into device.ippJosh Blum2010-07-061-16/+19
* uhd: replaced old send and recv with inline wrappers that take a single buffer and look more like the vectored send/recvJosh Blum2010-07-051-24/+29
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, needs testingJosh Blum2010-07-051-9/+42
* dont default the mode parameter, that is only asking for troubleJosh Blum2010-05-191-2/+2
* Added tx timed samples example.Josh Blum2010-05-181-10/+23
* Added send and recv modes to the device class and packet handler implementation.Josh Blum2010-05-181-2/+31
* Created inline send vrt packer function that also handles fragmentation.Josh Blum2010-05-171-6/+5
* handle tx fragment eob flag caseJosh Blum2010-04-051-0/+1
* extended stream cmd with mode enum, and extended fragment flags in metadataJosh Blum2010-04-031-0/+1
* use find to discover devicesJosh Blum2010-03-301-7/+7
* Added io type and otw type for describing types.Josh Blum2010-03-301-5/+5
* refactored types.hpp into types directoryJosh Blum2010-03-271-2/+2
* created config.hpp to handle export macros, added exports to public api stuffJosh Blum2010-03-181-6/+2
* Device sub classes can register themselves. Simplifies device.cpp internals.Josh Blum2010-03-151-0/+13
* Moved timeouts into the udp transports.Josh Blum2010-03-041-0/+11
* Split metadata into rx and tx specific metadata.Josh Blum2010-03-031-2/+19