From 42aaf8384b239f2e632a4ef042f24d4c9b7dac35 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 Jan 2017 16:36:49 +0100 Subject: Fix TIST usage for EDI input --- src/TimestampDecoder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/TimestampDecoder.h') 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); -- cgit v1.2.3