Anjay Lite
Loading...
Searching...
No Matches
time.h
Go to the documentation of this file.
1/*
2 * Copyright 2023-2026 AVSystem <avsystem@avsystem.com>
3 * AVSystem Anjay Lite LwM2M SDK
4 * All rights reserved.
5 *
6 * Licensed under AVSystem Anjay Lite LwM2M Client SDK - Non-Commercial License.
7 * See the attached LICENSE file for details.
8 */
9
10#include <anj/init.h>
11
27#ifndef ANJ_COMPAT_TIME_H
28# define ANJ_COMPAT_TIME_H
29
30# include <anj/time.h>
31# include <stdint.h>
32
33# ifdef __cplusplus
34extern "C" {
35# endif
36
65
87
88# ifdef __cplusplus
89}
90# endif
91
92#endif // ANJ_COMPAT_TIME_H
anj_time_real_t anj_time_real_now(void)
Returns the current real (calendar) time point.
anj_time_monotonic_t anj_time_monotonic_now(void)
Returns the current monotonic time point.
Global configuration validation header for Anjay Lite.
Absolute monotonic time (time since boot).
Definition time.h:119
Absolute real (calendar) time.
Definition time.h:131
Strongly-typed time utilities used across Anjay Lite.