ebojd Messages: 225 Registered: January 2007 Location: USA
Experienced Member
FYGI,
Well... I seem to have found a solution that works. I am not sure that it is the best, or for that matter safest, but it does work as expected. If anyone would care to comment...
In the code that processes the real-time data I simply added the following:
bool b;
Ctrl::ProcessEvents(&b);
It works on the Linux testbed -- soon to copy over to Win-XP and test again.