I Want Qt with xenomai patch.So i want to inherit QThread, inside QThread pthread functions will call for Linux. I want to replace with Xenomai RT_TASK. Is it possible?
Asked
Active
Viewed 98 times
0
-
You overcomplicated your question with something that most of people here have no idea about. But yes, customized QThread is possible and if you willing to express your question more abstract then somebody will likely come up with solution. And what accuracy is in this context? – Alexander V Oct 13 '15 at 00:47
-
Accuracy in the sense i want to know if QTimer i will start in time critical mode with 1ms it will work or not?? Inside QTimer QThread only will call. What is minimum time we run a QTimer. Its looking like a small question. But if we need time critical condition code development the answer will reduce the code size and provide modularity – Nagur Basha Shaik Oct 13 '15 at 17:31
-
Thanks AlexanderVX. Now I'm asking in straight forward. – Nagur Basha Shaik Oct 13 '15 at 17:40
-
No idea of xenomai. For high resolution timer for Linux QTimer is not an adequate solution as long as Linux is not RTOS. Google "Linux high resolution timer". – Alexander V Oct 13 '15 at 17:56