Real time for applications
-
Hello, I am making an application which requires some form of real time incoporated with multithreading. It need to be exact to less than 1 ms. What is the best method to get this kind of precision timing ?
-
Hello, I am making an application which requires some form of real time incoporated with multithreading. It need to be exact to less than 1 ms. What is the best method to get this kind of precision timing ?
If you are running on Windows operating system, the answer is simple: you can't. Windows is not a real time application and if you need resolution under 10 msec (can change a lot depending of the computer, the load of the CPU, ...) you cannot do that on windows. Better try to look for a real-time operating system. I don't know a lot, I worked already with eCos[^] but it will take some time to get ready with it.