aboutsummaryrefslogtreecommitdiffstats
path: root/src/TimestampDecoder.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-11-181-2/+1
|\
| * Avoid invalid warning about timestamp irregularityMatthias P. Braendli2017-11-101-2/+1
| |
* | Make DPD Feedback server SDRDevice-agnosticMatthias P. Braendli2017-11-041-0/+6
| |
* | Create new SDR output abstraction and port SoapyMatthias P. Braendli2017-11-021-1/+7
|/
* Fix incorrect usage of gmtime_r in timestamp decoderMatthias P. Braendli2017-09-121-9/+15
|
* Avoid uninitialised variable in TimestampDecoderMatthias P. Braendli2017-08-211-0/+1
|
* Add a r/o timestamp remote-control parameter to display FCT and TISTMatthias P. Braendli2017-01-271-0/+1
|
* Fix TIST usage for EDI inputMatthias P. Braendli2017-01-271-0/+3
|
* EDI input: decode timestampsMatthias P. Braendli2017-01-201-3/+3
|
* Integrate timestampdecoder into EDI inputMatthias P. Braendli2017-01-131-6/+11
|
* Rework remotecontrolMatthias P. Braendli2016-10-071-3/+0
|
* Correct timestamp decoder pps calculationMatthias P. Braendli2016-05-251-1/+1
|
* Improve timestamp handlingMatthias P. Braendli2016-05-201-10/+16
| | | | | Replace PPS representation from double to integer, and analyse in OutputUHD if the timestamp is as expected.
* Keep tist offset across modulator restartsMatthias P. Braendli2015-09-181-4/+4
|
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-011-2/+2
|
* Replace pointer in TimestampDecoder by shared_ptrMatthias P. Braendli2015-06-141-1/+2
|
* Simplify TIST offset handling, add offset to RCMatthias P. Braendli2015-06-121-29/+35
| | | | This breaks old configuration files using synchronous=1
* Logging: use etiLog instead of stderrMatthias Braendli2015-06-021-8/+4
|
* Add check for FCT validityMatthias P. Braendli2015-04-101-5/+6
|
* SFN: carry FCT along with timestampsMatthias P. Braendli2014-09-141-5/+17
| | | | | | | | | 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.
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-071-4/+4
|
* crc-dabmod: much cleaner logging implementationMatthias P. Braendli (think)2012-09-131-3/+16
|
* crc-dabmod: const-correctness corrections necessary forMatthias P. Braendli (think)2012-08-141-1/+1
| | | | ini parser
* dabmod: offset calculation includes pipeline delay due to FIRFilterBram (morningbird)2012-08-011-1/+18
|
* added crc-dabmod patchMatthias (think)2012-07-111-0/+154