aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/SDR.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ThreadsafeQueue: add wakeup event instead of custom termination markersMatthias P. Braendli2018-04-201-5/+5
| | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering
* SDR RC: ensure returned format is std::fixedMatthias P. Braendli2018-01-301-0/+1
|
* Register the RC parameters for SDRMatthias P. Braendli2018-01-301-0/+8
|
* Soapy: set hw time if device supportsMatthias P. Braendli2018-01-221-6/+9
|
* SDR: handle thread failureMatthias P. Braendli2018-01-181-22/+30
|
* Don't use CLOCK_GETTIME in SDRMatthias P. Braendli2018-01-171-31/+12
|
* Make some SDR functions constMatthias P. Braendli2018-01-161-1/+0
|
* Fix timestamp handlingMatthias P. Braendli2018-01-141-21/+17
|
* SDR: set rxgainMatthias P. Braendli2018-01-141-2/+1
|
* Remove calculateTimestampMatthias P. Braendli2018-01-071-5/+0
|
* Add metadata to SDR outputMatthias P. Braendli2018-01-071-14/+28
|
* Avoid warning in SDR.cpp. Set UHD metadata time_spec.Matthias P. Braendli2017-12-251-3/+3
|
* Move USRP GPSDO and time handling into separate classMatthias P. Braendli2017-11-261-6/+36
|
* Fix segfault due to missing DPD server, init muting to falseMatthias P. Braendli2017-11-041-8/+8
|
* Properly start SDR and UHD threadsMatthias P. Braendli2017-11-041-0/+2
|
* Make DPD Feedback server SDRDevice-agnosticMatthias P. Braendli2017-11-041-2/+20
|
* Port UHD to new SDR abstractionMatthias P. Braendli2017-11-031-0/+3
|
* Create new SDR output abstraction and port SoapyMatthias P. Braendli2017-11-021-0/+380