3#ifndef IMT_BASE_OS_LINUX_SYSTEMTIME_H
4#define IMT_BASE_OS_LINUX_SYSTEMTIME_H
26 static std::chrono::time_point<std::chrono::system_clock>
systemNow() noexcept;
32 static std::chrono::time_point<std::chrono::steady_clock>
steadyNow() noexcept;
Provides functions to read the current system time.
static std::chrono::time_point< std::chrono::system_clock > systemNow() noexcept
Gets the current system time from a system-wide real time wall clock.
static std::chrono::time_point< std::chrono::steady_clock > steadyNow() noexcept
Gets the ticks elapsed on a monotonic clock.
This is a application specific file which is used to configure Imt.Base.Core.Math.