Anjay Lite
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
time.h
Go to the documentation of this file.
1/*
2 * Copyright 2023-2025 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#ifndef ANJ_TIME_H
11#define ANJ_TIME_H
12
13#include <stdint.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
22#define ANJ_TIME_UNDEFINED UINT64_MAX
23
28uint64_t anj_time_now(void);
29
34uint64_t anj_time_real_now(void);
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif // ANJ_TIME_H
uint64_t anj_time_real_now(void)
uint64_t anj_time_now(void)