From 1e4c0f261e00f67b0ac442a26ba581d4a1e4ed28 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 15 Feb 2018 11:07:45 +0100 Subject: Add timestamp of frame 0 to statistics --- 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 0411f1a..31c8bec 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -165,6 +165,9 @@ class TimestampDecoder : public RemoteControllable int inhibit_second_update = 0; bool offset_changed = false; + uint32_t time_secs_of_frame0 = 0; + uint32_t time_pps_of_frame0 = 0; + /* When the type or identifier don't match, the decoder must * be disabled */ -- cgit v1.2.3