aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputUHD.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* dabmod: offset calculation includes pipeline delay due to FIRFilterBram (morningbird)2012-08-011-2/+7
|
* OutputUHD: removed some warningsBram (morningbird)2012-08-011-3/+5
|
* dabmod: made OutputUHD usable without REFCLK and 1PPS (Single transmitter)Matthias (think)2012-07-181-38/+42
|
* added crc-dabmod patchMatthias (think)2012-07-111-0/+466