aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/UHD.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix DEXTER freq readback, make SDRDevices responsible for updating conf freqMatthias P. Braendli2024-05-281-1/+2
|
* Add eventsMatthias P. Braendli2023-07-191-8/+8
|
* Improve dexter clock handlingMatthias P. Braendli2023-04-271-1/+1
|
* Replace RunStatistics to permit representation of SDR device specific statsMatthias P. Braendli2023-03-291-10/+14
|
* Dexter: calculate frame margin from system timeMatthias P. Braendli2023-03-031-1/+1
|
* Change mod to output queue behaviour, fix SFN dexter + B200Matthias P. Braendli2023-02-211-1/+2
|
* Merge branch 'next' into dexterMatthias P. Braendli2022-10-251-1/+1
|\
| * Rework timestamp_refreshMatthias P. Braendli2022-10-141-1/+1
| | | | | | | | Since we have the 'timestamp in the past' warning refresh requests can be lost
* | 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