PDA

View Full Version : Real Time Applications in Qt



shammy
2nd October 2012, 05:48
Hello

I have developed some GUI applications using Qt. But I never worked on advance applications like multithreading and real time applications. So for my reference I need some examples in multithreading and real time. Can I refer Scribble and gtalk application as real time applications?. These are already in Qt Examples. I am not sure which examples I can refer for getting some basic idea.
Please help give.

Thanks in advance

ChrisW67
2nd October 2012, 07:17
What do you mean by "real time application?"

In my book a real time application is one that can provide some guaranteed response in some guaranteed time to an external stimulus. Often this stimulus is something like the arrival of a signal indicating an exception (think electrical distribution system overload sensor) or a steady stream of sensor data requiring timely response (think aircraft control). Nothing in Qt is specifically designed for these purposes, and if it were, it would require a suitable underlying operating system; i.e. not Windows, OS X or desktop Linux, but something like VxWorks.