Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

oRTP: src/winrttimer.h Source File
oRTP  0.24.0
winrttimer.h
1 #pragma once
2 
3 #ifdef __cplusplus
4 extern "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