aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabMod.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add --version optionMatthias P. Braendli2020-08-311-0/+12
|
* Fix quit on Ctrl-CMatthias P. Braendli2020-04-061-111/+109
|
* Fix handling of ZMQ input timeoutsMatthias P. Braendli2020-03-161-0/+3
| | | | This is an issue since 32f9e6e
* Merge lime output into next branchMatthias P. Braendli2019-10-071-253/+228
|\
| * Rework EDI inputMatthias P. Braendli2019-09-051-253/+227
| | | | | | | | | | | | - Use same main loop for both ETI and EDI inputs - Test SFN functionality with EDI input - Add log.show_process_time setting for process time printout
| * Add missing includes, remove unused m_to_dropMatthias P. Braendli2019-08-131-0/+1
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-05-071-5/+53
|\|
| * Implement EDI over TCPMatthias P. Braendli2019-05-061-5/+16
| |
| * Reset ZMQ input after 10s of absent input dataMatthias P. Braendli2019-04-161-0/+37
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-02-271-3/+3
|\|
| * Catch all exceptions as constMatthias P. Braendli2019-01-281-3/+3
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-01-231-1/+3
|\|
| * Add modulator rate (r/o) to RCMatthias P. Braendli2019-01-221-1/+3
| |
* | Complete minimal compilationF5OEO2018-12-101-1/+20
| |
* | Add minimum compilation for LimeSDRF5OEO2018-12-101-0/+1
|/
* Do not set threadname for main threadMatthias P. Braendli2018-05-291-1/+0
|
* Handle Ctrl-C when using EDI inputMatthias P. Braendli2018-05-161-3/+10
|
* Do not compile useless files for easydabv3Matthias P. Braendli2018-04-161-14/+16
|
* Add ZMQ input buffer size to RCMatthias P. Braendli2018-04-111-1/+4
|
* Add s16 file output formatMatthias P. Braendli2018-04-011-1/+8
|
* Stop using fprintf in input informationMatthias P. Braendli2018-03-201-1/+1
|
* Reorder some startup messagesMatthias P. Braendli2018-03-101-1/+8
|
* Verify ETI FCT continuity before modulatorMatthias P. Braendli2018-03-061-6/+15
|
* Implement TCP input auto-reconnectMatthias P. Braendli2018-03-061-2/+6
|
* Remove porting.cMatthias P. Braendli2018-02-241-1/+0
|
* Avoid interruptions when ZMQ input timeouts and FP is 4Matthias P. Braendli2018-02-161-2/+2
|
* Print all startup settings at once to stderrMatthias P. Braendli2018-01-301-32/+38
|
* Guarantee flowgraph starts at FP 0Matthias P. Braendli2018-01-281-0/+27
|
* Make EDI input optionalMatthias P. Braendli2018-01-221-1/+6
|
* Improve launch_modulator return value handlingMatthias P. Braendli2018-01-221-21/+11
|
* Let ZeroMQ input timeout, so that SIGINT works tooMatthias P. Braendli2018-01-161-18/+24
|
* Add option to show metadata for file outputMatthias P. Braendli2018-01-071-3/+3
|
* Remove calculateTimestampMatthias P. Braendli2018-01-071-36/+2
|
* Merge branch 'flowgraphmetadata' into outputRefactoringMatthias P. Braendli2018-01-071-0/+6
|\
| * Add metadata latency for all PipelinedModCodecMatthias P. Braendli2018-01-071-0/+6
| |
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-291-1/+1
|\|
| * Fix complexf file output formatMatthias P. Braendli2017-12-291-1/+1
| |
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-251-15/+16
|\|
| * Do not use out_of_range for multiplex reconfiguration errorMatthias P. Braendli2017-12-251-6/+9
| |
| * Check for invalid file output formatMatthias P. Braendli2017-12-221-0/+4
| |
| * Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-111-2/+3
| |
| * Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-111-7/+0
| |
| * Do not setenv TZ twiceMatthias P. Braendli2017-11-101-4/+0
| | | | | | | | (cherry picked from commit 34afa3a0632817c30e4e5427ee67138d59c4ede3)
* | Do not setenv TZ twiceMatthias P. Braendli2017-11-031-4/+0
| |
* | Port UHD to new SDR abstractionMatthias P. Braendli2017-11-031-25/+22
| |
* | Create new SDR output abstraction and port SoapyMatthias P. Braendli2017-11-021-8/+10
|/
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-041-5/+5
|
* Simplify DabModulator ctor signatureMatthias P. Braendli2017-08-171-24/+2
|
* Merge branch 'next_memless' into nextandreas1282017-06-071-2/+4
|\
| * Fix file readingandreas1282017-04-021-2/+4
| |