aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/UHD.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve DEXTER SFN supportMatthias P. Braendli2022-08-181-1/+1
|
* Fix compilation with UHD 3.14Matthias P. Braendli2019-05-061-2/+1
|
* Add analog bandwidth configuration to UHD and Soapy outputsMatthias P. Braendli2019-03-141-1/+22
|
* Catch all exceptions as constMatthias P. Braendli2019-01-281-2/+2
|
* Add SDR temperature to RCMatthias P. Braendli2018-11-181-0/+9
|
* Replace boost by the standalone asio libraryMatthias P. Braendli2018-08-061-0/+1
|
* Rework GPSDO fix checkMatthias P. Braendli2018-06-181-1/+7
| | | | | Accelerate startup, take advantage of new UHD sensor, fix startup issue.
* Replace boost thread in UHD.cppMatthias P. Braendli2018-04-101-2/+2
|
* Support UHD 3.11 logging subsystemMatthias P. Braendli2018-03-101-1/+37
|
* Properly initialise UHD GPSDOMatthias P. Braendli2018-02-101-2/+2
|
* Add antenna selection to configMatthias P. Braendli2018-01-181-9/+12
|
* UHD: use LO offset also for RX tuningMatthias P. Braendli2018-01-181-4/+12
|
* Increment num_frames_modulatedMatthias P. Braendli2018-01-171-0/+2
|
* Make some SDR functions constMatthias P. Braendli2018-01-161-8/+8
|
* Fix timestamp handlingMatthias P. Braendli2018-01-141-19/+6
|
* UHD: take in account enableSyncMatthias P. Braendli2018-01-141-11/+24
|
* UHD: fix print of late packets and underrunsMatthias P. Braendli2018-01-141-1/+2
|
* UHD: avoid underrun when manual mutingMatthias P. Braendli2018-01-141-2/+8
|
* SDR: set rxgainMatthias P. Braendli2018-01-141-6/+1
|
* Avoid warning in SDR.cpp. Set UHD metadata time_spec.Matthias P. Braendli2017-12-251-8/+19
|
* Move USRP GPSDO and time handling into separate classMatthias P. Braendli2017-11-261-259/+33
|
* Properly start SDR and UHD threadsMatthias P. Braendli2017-11-041-0/+3
|
* Make DPD Feedback server SDRDevice-agnosticMatthias P. Braendli2017-11-041-0/+40
|
* Port UHD to new SDR abstractionMatthias P. Braendli2017-11-031-537/+200
|
* Create new SDR output abstraction and port SoapyMatthias P. Braendli2017-11-021-0/+994