Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
SystemTime.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_OS_LINUX_SYSTEMTIME_H
4#define IMT_BASE_OS_LINUX_SYSTEMTIME_H
5
6#include <chrono>
8
9namespace imt {
10namespace base {
11namespace os {
12namespace linux {
13
17// AXIVION Next Construct AutosarC++19_03-M3.4.1: No definition in primary file to separate concerns.
19public:
20
26 static std::chrono::time_point<std::chrono::system_clock> systemNow() noexcept;
27
32 static std::chrono::time_point<std::chrono::steady_clock> steadyNow() noexcept;
33};
34
35} // namespace linux
36} // namespace os
37} // namespace base
38} // namespace imt
39
40#endif // IMT_BASE_OS_LINUX_SYSTEMTIME_H
Provides functions to read the current system time.
Definition SystemTime.h:18
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.