diff options
Diffstat (limited to 'src/EtiReader.h')
-rw-r--r-- | src/EtiReader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/EtiReader.h b/src/EtiReader.h index c9cbe07..4c0d4f3 100644 --- a/src/EtiReader.h +++ b/src/EtiReader.h @@ -67,8 +67,8 @@ public: bool sourceContainsTimestamp(); protected: - /* Transform the ETI TIST to a PPS offset in ms */ - double getPPSOffset(); + /* Transform the ETI TIST to a PPS offset in units of 1/16384000 s */ + uint32_t getPPSOffset(); void sync(); int state; |