summaryrefslogtreecommitdiff
path: root/include/mts/MTS_System.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_System.h')
-rw-r--r--include/mts/MTS_System.h4
1 files changed, 4 insertions, 0 deletions
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);