aboutsummaryrefslogtreecommitdiffstats
path: root/src/output
Commit message (Collapse)AuthorAgeFilesLines
* Unify Socket library with other mmbToolsMatthias P. Braendli2019-07-081-4/+3
|
* Fix compilation with UHD 3.14Matthias P. Braendli2019-05-061-2/+1
|
* Add analog bandwidth configuration to UHD and Soapy outputsMatthias P. Braendli2019-03-146-6/+64
|
* Catch all exceptions as constMatthias P. Braendli2019-01-281-2/+2
|
* Only start DPD feedback if port is setMatthias P. Braendli2018-12-171-4/+6
|
* Soapy: do not set master clock rate if it is 0Matthias P. Braendli2018-12-171-2/+4
|
* Add SDR temperature to RCMatthias P. Braendli2018-11-186-0/+36
|
* Replace boost by the standalone asio libraryMatthias P. Braendli2018-08-061-0/+1
|
* Rework GPSDO fix checkMatthias P. Braendli2018-06-185-97/+142
| | | | | Accelerate startup, take advantage of new UHD sensor, fix startup issue.
* Make DPDFeedback quit quicklyMatthias P. Braendli2018-04-201-1/+3
|
* ThreadsafeQueue: add wakeup event instead of custom termination markersMatthias P. Braendli2018-04-203-7/+5
| | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering
* Add missing iomanip includeMatthias P. Braendli2018-04-101-0/+1
|
* Use std::future instead of boost::packaged_task in USRPTimeMatthias P. Braendli2018-04-102-29/+17
|
* Replace boost thread in UHD.cppMatthias P. Braendli2018-04-102-3/+4
|
* Replace boost in output/FeedbackMatthias P. Braendli2018-04-102-20/+20
|
* Support UHD 3.11 logging subsystemMatthias P. Braendli2018-03-102-2/+37
|
* Fix handling of GPS sensorsMatthias P. Braendli2018-02-141-6/+22
|
* Properly initialise UHD GPSDOMatthias P. Braendli2018-02-102-5/+30
|
* 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
|
* Make ~SDR virtualMatthias P. Braendli2018-01-301-1/+1
|
* Handle Soapy TX and RX timestamps for DPDMatthias P. Braendli2018-01-242-18/+70
|
* Soapy: set hw time if device supportsMatthias P. Braendli2018-01-222-6/+16
|
* Fix DPD unknown exceptionMatthias P. Braendli2018-01-201-1/+4
|
* Initialise USRP time also with ppsMatthias P. Braendli2018-01-181-5/+14
|
* SDR: handle thread failureMatthias P. Braendli2018-01-181-22/+30
|
* Add antenna selection to configMatthias P. Braendli2018-01-183-11/+25
|
* UHD: use LO offset also for RX tuningMatthias P. Braendli2018-01-181-4/+12
|
* Replace clock_gettime entirely in USRPTimeMatthias P. Braendli2018-01-171-43/+37
|
* Don't use CLOCK_GETTIME in SDRMatthias P. Braendli2018-01-173-36/+17
|
* Increment num_frames_modulatedMatthias P. Braendli2018-01-175-3/+6
|
* Make some SDR functions constMatthias P. Braendli2018-01-166-42/+40
|
* Fix timestamp handlingMatthias P. Braendli2018-01-143-41/+23
|
* 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-142-8/+2
|
* Remove calculateTimestampMatthias P. Braendli2018-01-072-8/+0
|
* Add metadata to SDR outputMatthias P. Braendli2018-01-072-16/+32
|
* Avoid warning in SDR.cpp. Set UHD metadata time_spec.Matthias P. Braendli2017-12-253-13/+22
|
* Move USRP GPSDO and time handling into separate classMatthias P. Braendli2017-11-266-296/+471
|
* 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-042-0/+5
|
* Remove OutputUHD filesMatthias P. Braendli2017-11-041-1/+0
|
* Make DPD Feedback server SDRDevice-agnosticMatthias P. Braendli2017-11-049-92/+740
|
* Port UHD to new SDR abstractionMatthias P. Braendli2017-11-034-663/+236
|
* Create new SDR output abstraction and port SoapyMatthias P. Braendli2017-11-026-0/+2099