From 0c888244d1e010e9327ee95af7b453b9832e0e65 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 Jan 2017 16:37:23 +0100 Subject: Add a r/o timestamp remote-control parameter to display FCT and TIST --- src/TimestampDecoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/TimestampDecoder.h') diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h index 903346e..171dba7 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -126,6 +126,7 @@ class TimestampDecoder : public RemoteControllable offset_changed = false; RC_ADD_PARAMETER(offset, "TIST offset [s]"); + RC_ADD_PARAMETER(timestamp, "FCT and timestamp [s]"); etiLog.level(info) << "Setting up timestamp decoder with " << timestamp_offset << " offset"; -- cgit v1.2.3