aboutsummaryrefslogtreecommitdiffstats
path: root/src/Utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't use CLOCK_GETTIME in SDRMatthias P. Braendli2018-01-171-19/+3
|
* Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-251-0/+1
|\
| * Check for prctl portabilityMatthias P. Braendli2017-12-151-0/+1
| |
* | Move USRP GPSDO and time handling into separate classMatthias P. Braendli2017-11-261-0/+4
|/
* Move print of startup info to new functionMatthias P. Braendli2017-02-241-0/+2
|
* Move configuration and cmdline parser to new fileMatthias P. Braendli2017-02-241-1/+1
|
* Add support for SoapySDRMatthias P. Braendli2017-02-101-4/+5
|
* Set custom names to threadsMatthias P. Braendli2016-06-171-0/+2
|
* Set SCHED_RR prio for all data processing threadsMatthias P. Braendli2016-06-171-0/+2
| | | | This includes Modulator, FIR Filter and UHD worker
* Fix intermittent underruns after a restartMatthias P. Braendli2015-06-051-0/+18
| | | | | | | | | | | | | | When using UHD without synchronous=1: After a modulator restart, the input ZMQ buffer is nearly empty, and the modulator actually gets blocked by the ThreadsafeQueue. This is visible by looking at the time deltas printed in the debugging code. This commit adds a minimal form of prebuffering (10 ETI frames) to the ZeroMQ input, and removes the useless minimum required size for the ThreadsafeQueue. In synchronous=1, the issue is not visible because the TIST defines the time to transmit, which will cause the ZMQ buffer to fill.
* Move some code from DabMod into UtilsMatthias P. Braendli2015-02-121-0/+44