Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
initialization.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2#pragma once
3#ifndef _TIME_SHIELD_INITIALIZATION_HPP_INCLUDED
4#define _TIME_SHIELD_INITIALIZATION_HPP_INCLUDED
5
12
13#include "time_utils.hpp"
14
15namespace time_shield {
16
23 inline void init() {
25 }
26
27}; // namespace time_shield
28
29#endif // _TIME_SHIELD_INITIALIZATION_HPP_INCLUDED
void init()
Initializes the Time Shield library.
int64_t now_realtime_us()
Get current real time in microseconds using a hybrid method.
Main namespace for the Time Shield library.
Header file with time-related utility functions.