aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/sph_recv_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-6/+6
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* Corrected the UHD behavior in the event of a USB disconnectDaulPavid2016-02-121-1/+114
|
* Warning fixesNicholas Corgan2015-03-271-3/+3
| | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+2
|
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-4/+4
|
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-1/+1
| | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API.
* uhd: squashed transport workJosh Blum2012-04-231-9/+4
|
* dsp rework: implement 64 bit ticks, no secondsJosh Blum2012-02-061-12/+12
|
* uhd: renamed convert markup to formatJosh Blum2011-11-031-14/+14
| | | | | | | | removed convert args added simd level got orc and neon updated
* uhd: added one packet mode to rx streamerJosh Blum2011-11-031-17/+16
|
* uhd: restored super packet handler functionalityJosh Blum2011-11-031-95/+71
|
* uhd: added inline message testing to the messages exampleJosh Blum2011-07-031-2/+1
| | | | | | | Renamed the example to test_messages (not just async). Fixed bug in super recv packet handler related to messages. Basically, the sequence number for messages should be ignored. Fixed some quirks with usrp1 soft time control to get it work as well.
* sph: added unit test for overflow handlerJosh Blum2011-06-161-0/+18
|
* uhd: supper packet handler support squashedJosh Blum2011-06-141-0/+715