aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabMod.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Integrate timestampdecoder into EDI inputMatthias P. Braendli2017-01-131-1/+1
|
* Add threaded UDP input for EDIMatthias P. Braendli2017-01-131-1/+8
|
* Use milliseconds for edi_max_delayMatthias P. Braendli2017-01-061-4/+5
|
* Add edi_max_delay option to config fileMatthias P. Braendli2017-01-061-0/+6
|
* Fix ETI-over-TCP and ZeroMQ inputsMatthias P. Braendli2017-01-061-6/+15
|
* EDI: handle pseq resync and SIGINTMatthias P. Braendli2017-01-061-37/+32
|
* Replace EDI-to-ETI converter with a dedicated EDI sourceMatthias P. Braendli2017-01-061-81/+128
|
* Print fast-math in the feature list on startupMatthias P. Braendli2016-12-261-0/+3
|
* Add first version of EDI inputMatthias P. Braendli2016-12-251-5/+10
|
* Include default firfilter taps in binary and enable by defaultMatthias P. Braendli2016-12-111-9/+2
|
* Make gainmode VAR the default and update config to accept gainmode identifiersMatthias P. Braendli2016-12-111-3/+18
|
* Rework remotecontrolMatthias P. Braendli2016-10-071-16/+6
|
* Add ETI-over-TCP inputMatthias P. Braendli2016-09-111-0/+14
|
* Set custom names to threadsMatthias P. Braendli2016-06-171-0/+1
|
* Set SCHED_RR prio for all data processing threadsMatthias P. Braendli2016-06-171-0/+4
| | | | This includes Modulator, FIR Filter and UHD worker
* Add TRACE support for timing analysisMatthias P. Braendli2016-06-171-0/+7
|
* Remove broken KISS FFT supportMatthias P. Braendli2016-05-271-12/+0
|
* Get rid of FCT discontinuity checkMatthias P. Braendli2016-05-201-7/+1
| | | | The timestamp discontinuity verification takes care of this now
* Restart when FrameMultiplexer sees a different configurationMatthias P. Braendli2016-01-311-15/+27
|
* Replace quite a few 'new' with make_sharedMatthias P. Braendli2016-01-311-2/+2
|
* Set default UHD settings for command lineMatthias P. Braendli2015-10-301-0/+3
|
* Refactor variables and GainMode enumMatthias P. Braendli2015-09-181-1/+1
|
* Give RemoteControllers a global lifetimeMatthias P. Braendli2015-09-181-1/+4
|
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-011-3/+2
|
* Correct defaults for refclk_source and pps_sourceMatthias P. Braendli2015-07-301-2/+2
|
* Add version info to starting up messageMatthias P. Braendli2015-07-241-1/+7
|
* Handle modulator restart with file inputMatthias P. Braendli2015-07-171-5/+13
|
* Add TII to remote control, add explicit enableMatthias P. Braendli2015-06-261-6/+6
|
* Add TII configuration to ini fileMatthias P. Braendli2015-06-261-1/+7
|
* Simplify TIST offset handling, add offset to RCMatthias P. Braendli2015-06-121-46/+18
| | | | This breaks old configuration files using synchronous=1
* Revert priority setting for mod and UHD threadsMatthias P. Braendli2015-06-071-9/+0
| | | | | | | | It is safer to go back to the previous state, given that several users have expressed concerns about reliability. Revert "Set priorities for modulator and UHD threads". This reverts commit c9ea7fb88809d935f3eaeee108415ff5abd17ead.
* Increase default ZMQ queue sizeMatthias P. Braendli2015-06-051-1/+1
|
* Set priorities for modulator and UHD threadsMatthias P. Braendli2015-06-051-0/+9
|
* Logging: use etiLog instead of stderrMatthias Braendli2015-06-021-30/+27
|
* gps fix detector: add timeoutMatthias P. Braendli2015-05-031-2/+8
|
* Avoid having exceptions triggering abort()Matthias P. Braendli2015-04-101-1/+17
|
* Use make_shared in DabMod.cppMatthias P. Braendli2015-04-101-6/+5
|
* ZMQ output: Add REP socket typeMatthias P. Braendli2015-04-101-3/+18
|
* Add detail when config file parser failsMatthias P. Braendli2015-04-101-1/+2
|
* Fix compilation with disabled UHDMatthias P. Braendli2015-03-221-0/+2
|
* Create custom exception for ZMQ overflowMatthias P. Braendli2015-02-271-9/+9
|
* Restart whole modulator on FCT discontinuityMatthias P. Braendli2015-02-271-0/+4
|
* Restart full modulator on ZeroMQ input overrunMatthias P. Braendli2015-02-221-38/+44
|
* Move main flowgraph to distinct functionMatthias P. Braendli2015-02-221-65/+128
|
* Replace pointers by shared_ptr in all flowgraphMatthias P. Braendli2015-02-221-52/+41
|
* Add max_frames_queued option for zmq inputMatthias P. Braendli2015-02-201-2/+8
|
* Move some code from DabMod into UtilsMatthias P. Braendli2015-02-121-88/+2
|
* indentationMatthias P. Braendli2015-02-121-1/+1
|
* Removed magick numbers and added support for static delay in all dab modesJörgen Scott2015-02-041-0/+1
|
* Merge branch 'next'Matthias P. Braendli2015-01-241-14/+36
|\