From b864bd066393e7a46f42eeffce3e7d3692e7c140 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Thu, 1 Feb 2018 07:57:36 -0600 Subject: Add monoTimeMicros() function --- include/mts/MTS_System.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/mts/MTS_System.h') diff --git a/include/mts/MTS_System.h b/include/mts/MTS_System.h index a16265c..bd5fa53 100644 --- a/include/mts/MTS_System.h +++ b/include/mts/MTS_System.h @@ -44,6 +44,10 @@ namespace MTS { static uint64_t timeMicros(); static uint64_t precisionTimeMicros(); + //MONOTONIC : number of seconds elapsed since some unspecified starting point. When time is changed by user, timer are unaffected. + + static uint64_t monoTimeMicros(); + static bool isBigEndian(); static void swapBytes(uint8_t* const pBuffer, const uint32_t iSize); -- cgit v1.2.3