aboutsummaryrefslogtreecommitdiffstats
path: root/src/TimestampDecoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid frame_timestamp with pps exactly 16384000Matthias P. Braendli2020-11-131-1/+1
|
* Add missing include in TimestampDecoderMatthias P. Braendli2019-08-131-0/+1
|
* TimestampDecoder: handle negative offset properlyMatthias P. Braendli2019-01-231-2/+22
|
* Add timestamp of frame 0 to statisticsMatthias P. Braendli2018-02-151-1/+26
|
* Cosmetics for TimestampDecoderMatthias P. Braendli2018-01-171-19/+10
|
* Fix invalid timestamp decoding on startupMatthias P. Braendli2018-01-161-1/+1
| | | | | | When the second rollover happens before the MNSC was decoded entirely, we set full_timestamp_received without setting time_secs.
* Remove calculateTimestampMatthias P. Braendli2018-01-071-68/+2
|
* Add new flowgraph path for metadataMatthias P. Braendli2018-01-071-3/+45
|
* Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-111-3/+3
|
* Fix incorrect usage of gmtime_r in timestamp decoderMatthias P. Braendli2017-09-121-4/+7
|
* Add a r/o timestamp remote-control parameter to display FCT and TISTMatthias P. Braendli2017-01-271-0/+13
|
* Fix TIST usage for EDI inputMatthias P. Braendli2017-01-271-1/+1
|
* EDI input: decode timestampsMatthias P. Braendli2017-01-201-4/+5
|
* Integrate timestampdecoder into EDI inputMatthias P. Braendli2017-01-131-1/+11
|
* Improve timestamp handlingMatthias P. Braendli2016-05-201-6/+7
| | | | | Replace PPS representation from double to integer, and analyse in OutputUHD if the timestamp is as expected.
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-011-4/+2
|
* Replace pointer in TimestampDecoder by shared_ptrMatthias P. Braendli2015-06-141-3/+3
|
* Simplify TIST offset handling, add offset to RCMatthias P. Braendli2015-06-121-68/+32
| | | | This breaks old configuration files using synchronous=1
* Logging: use etiLog instead of stderrMatthias Braendli2015-06-021-5/+5
|
* Add check for FCT validityMatthias P. Braendli2015-04-101-2/+2
|
* Interrupt UHD when FCT value is not contiguousMatthias P. Braendli2014-09-261-6/+14
|
* SFN: carry FCT along with timestampsMatthias P. Braendli2014-09-141-4/+12
| | | | | | | | | 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
|
* remove setting fixed offset to messageMatthias P. Braendli2014-01-101-1/+0
|
* dabmod: add file input to separate class, change versionMatthias P. Braendli (think)2013-11-101-1/+1
|
* crc-dabmod: much cleaner logging implementationMatthias P. Braendli (think)2012-09-131-9/+9
|
* dabmod: pipeline delay correctionsr1Bram (morningbird)2012-08-011-2/+9
|
* dabmod: offset calculation includes pipeline delay due to FIRFilterBram (morningbird)2012-08-011-9/+51
|
* added crc-dabmod patchMatthias (think)2012-07-111-0/+210