oRTP 0.23.0
winrttimer.h
1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7 void winrt_timer_init(void);
8 void winrt_timer_do(void);
9 void winrt_timer_close(void);
10
11#ifdef __cplusplus
12};
13#endif
14
15#define TIME_INTERVAL 50
16#define TIME_TIMEOUT 100