aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputUHD.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\ | | | | | | | | | | | | Merge raspine/master pull request, fix indentation, code style, and two minor conflicts in: doc/example.ini src/DabMod.cpp
| * 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
| | | | | | | | | | | | | | | | | | This is the first step to fix issue #6. The goal is to enable the OutputUHD to check for FCT consistency. Once it can do that, it will also be able to reset the UHD streamer if necessary.
* | 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
| |
* | added zmq controller to uhdJörgen Scott2014-12-161-1/+112
| |
* | Added static delay via telnet controlJörgen Scott2014-12-161-4/+52
|/
* Add subdevice to UHD configurationMatthias P. Braendli2014-05-201-0/+5
|
* remove using directives from .h filesMatthias P. Braendli2014-04-161-0/+3
|
* UHDOutput rename bufsizeMatthias P. Braendli2014-03-261-3/+3
|
* remove all #if ENABLE_UHDMatthias P. Braendli2014-03-261-33/+0
|
* Fix livelock in synchronous ZeroMQ scenarioMatthias P. Braendli2014-03-231-0/+2
|
* To USRP refclk lock loss check only if refclk is not 'internal'Matthias P. Braendli2014-03-221-3/+9
|
* Do not compare floats for equality. Use a 1PPM window insteadMatthias P. Braendli2014-03-171-3/+5
|
* Handle master_clock_rate better, add verificationMatthias P. Braendli2014-03-161-62/+106
| | | | | | The configuration file supports type and master_clock_rate in the [uhd] section. The device option is still supported. But the master_clock_rate can only be verified if it is set !
* Update RemoteControl from dabmuxMatthias P. Braendli2014-03-141-2/+2
|
* OutputUHD fails if sample rate cannot be setMatthias P. Braendli2014-03-091-0/+5
|
* update example config with B200 informationMatthias P. Braendli2014-03-071-0/+1
|
* fix minor compilation warningMatthias P. Braendli2014-02-111-2/+2
|
* Remove the fprintf's from OutputUHD, the logging takes care of thisMatthias P. Braendli2014-02-071-45/+35
|
* UHD output: remove compilation warningMatthias P. Braendli2014-02-071-3/+3
|
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-071-4/+4
|
* crc-dabmod: fix myMuting initialisation in OutputUHDMatthias P. Braendli (think)2013-04-291-2/+9
|
* add additional UHD init messageMatthias P. Braendli (think)2013-02-121-1/+3
|
* crc-dabmod: much cleaner logging implementationMatthias P. Braendli (think)2012-09-131-26/+32
|
* crc-dabmod: OutputUHD: changed time and clock handlingMatthias P. Braendli (think)2012-09-131-48/+22
|
* crc-dabmod: OutputUHD async message alerts correctionBram (morningbird)2012-09-121-9/+9
|
* crc-dabmod: OutputUHD async message alerts correctionBram (morningbird)2012-09-111-1/+4
|
* crc-dabmod: added clock_config parameters to configuration fileMatthias P. Braendli (think)2012-09-041-48/+91
|
* crc-dabmod: remote control for FIRFilterMatthias P. Braendli (think)2012-08-171-1/+2
|
* crc-dabmod: UHD remote control supports mutingr3Matthias P. Braendli (think)2012-08-161-4/+25
|
* crc-dabmod: added UHD tx gain remote controlMatthias P. Braendli (think)2012-08-161-5/+5
|
* crc-dabmod: removed useless set_parameters from remote_controlMatthias P. Braendli (think)2012-08-161-0/+38
|
* crc-dabmod: added syslog supportMatthias P. Braendli (think)2012-08-151-9/+33
|
* crc-dabmod: const-correctness corrections necessary forMatthias P. Braendli (think)2012-08-141-2/+2
| | | | ini parser