windows media timer vs time.h which one will be more reliable in real time system?
Posted
by vxcvxcv
on Stack Overflow
See other posts from Stack Overflow
or by vxcvxcv
Published on 2010-05-29T16:43:18Z
Indexed on
2010/05/29
16:52 UTC
Read the original article
Hit count: 139
ansi-c
i am using sleep function in ansi-c that gives a resolution up-to milliseconds but not exactly i faced uncertain delays, people suggest me to use windows media timer,
i want to know the comparison between both is they enough reliable to use in real time system or to use some thing else,
thanx in Advance.
© Stack Overflow or respective owner