diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-27 16:36:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-27 16:36:49 +0100 |
commit | 42aaf8384b239f2e632a4ef042f24d4c9b7dac35 (patch) | |
tree | 98ad5e304685f320694907156545198cefaf312d /src/TimestampDecoder.h | |
parent | 3f36268768419eb5891be941565ff496ab27674e (diff) | |
download | dabmod-42aaf8384b239f2e632a4ef042f24d4c9b7dac35.tar.gz dabmod-42aaf8384b239f2e632a4ef042f24d4c9b7dac35.tar.bz2 dabmod-42aaf8384b239f2e632a4ef042f24d4c9b7dac35.zip |
Fix TIST usage for EDI input
Diffstat (limited to 'src/TimestampDecoder.h')
-rw-r--r-- | src/TimestampDecoder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h index f2299f2..903346e 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -170,6 +170,9 @@ class TimestampDecoder : public RemoteControllable * the timestamp. * * pps is in units of 1/16384000 s + * + * This function also takes care of updating the second when + * the pps rolls over. */ void updateTimestampPPS(uint32_t pps); |