aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputUHD.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace EDI-to-ETI converter with a dedicated EDI sourceMatthias P. Braendli2017-01-061-5/+5
* Refactor flowgraph and puncturing rulesMatthias P. Braendli2016-12-251-1/+1
* Remove ModFormatMatthias P. Braendli2016-12-251-1/+1
* Fix UHD buffering leading to out of memoryMatthias P. Braendli2016-06-241-6/+3
* 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/+6
* Add TRACE support for timing analysisMatthias P. Braendli2016-06-171-1/+6
* Set UHD printout of timestamps to std::fixedMatthias P. Braendli2016-06-171-2/+4
* fix segfault on SIGINT before UHD init completesMatthias P. Braendli2016-06-171-2/+1
* Use system time instead of usrp time to printMatthias P. Braendli2016-05-261-2/+3
* Fix UHD underrun printoutMatthias P. Braendli2016-05-201-2/+2
* Embellish warning about timestampMatthias P. Braendli2016-05-201-3/+5
* Get rid of FCT discontinuity checkMatthias P. Braendli2016-05-201-18/+0
* Improve timestamp handlingMatthias P. Braendli2016-05-201-80/+83
* Refactor OutputUHD, replace double buffering by queueMatthias P. Braendli2016-05-201-106/+66
* Fix UHD output timestamp incrementMatthias P. Braendli2015-11-271-1/+1
* UHD: do not print length 1 messagesMatthias P. Braendli2015-09-181-1/+10
* Keep UHD settings across a modulator restartMatthias P. Braendli2015-09-181-15/+15
* Make it possible to use synchronous=1 with internal refMatthias P. Braendli2015-08-261-0/+1
* Add support for Ettus GPSDOMatthias P. Braendli2015-08-151-5/+41
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-011-2/+1
* Replace fixtype by timelock sensor in OutputUHDMatthias P. Braendli2015-07-031-15/+15
* Move GPS check out of UHDWorkerMatthias P. Braendli2015-06-121-211/+237
* Add some sort of initial gps checkMatthias P. Braendli2015-06-121-74/+147
* Cleanup OutputUHD structureMatthias P. Braendli2015-06-121-288/+243
* Simplify TIST offset handling, add offset to RCMatthias P. Braendli2015-06-121-1/+1
* Revert priority setting for mod and UHD threadsMatthias P. Braendli2015-06-071-10/+4
* Remove debugging printsMatthias P. Braendli2015-06-051-16/+0
* Fix intermittent underruns after a restartMatthias P. Braendli2015-06-051-0/+17
* Set priorities for modulator and UHD threadsMatthias P. Braendli2015-06-051-4/+10
* Logging: use etiLog instead of stderrMatthias Braendli2015-06-021-38/+36
* Reduce print of UHD messagesMatthias P. Braendli2015-05-031-11/+40
* gps fix detector: add timeoutMatthias P. Braendli2015-05-031-18/+36
* Add GPS fix checker, still with debuggingMatthias P. Braendli2015-05-031-3/+75
* Use make_shared in DabMod.cppMatthias P. Braendli2015-04-101-14/+14
* Add check for FCT validityMatthias P. Braendli2015-04-101-1/+7
* Restart whole modulator on FCT discontinuityMatthias P. Braendli2015-02-271-6/+33
* Remove incomplete OutputUHD iqbalanceMatthias P. Braendli2015-02-271-6/+0
* Restart full modulator on ZeroMQ input overrunMatthias P. Braendli2015-02-221-1/+3
* indentationMatthias P. Braendli2015-02-121-42/+43
* added reset for static delayJörgen Scott2015-02-091-9/+16
* Bug fix for static delayJörgen Scott2015-02-091-4/+4
* Removed magick numbers and added support for static delay in all dab modesJörgen Scott2015-02-041-10/+44
* Merge raspine's ZeroMQ RC and UHD staticdelayMatthias P. Braendli2015-01-231-24/+61
|\
| * Remove Makefile.am UHD checkMatthias P. Braendli2014-11-141-0/+4
| * Interrupt UHD when FCT value is not contiguousMatthias P. Braendli2014-09-261-19/+16
| * SFN: carry FCT along with timestampsMatthias P. Braendli2014-09-141-10/+46
* | Code indentation, minor correctionsMatthias P. Braendli2015-01-231-28/+28
* | added zmq remote controlJörgen Scott2015-01-131-131/+6
* | changed zmq apiJörgen Scott2014-12-221-11/+21