Gary Lasseter (lasseter@lambda.msfc.nasa.gov) wrote:
: I'm working on a real-time telemetry display application supporting NASA/MSFC. I'm looking for information regarding the most accurate clock available to use in a Motif/X-windows environment. I'm aware of the XAppTimeout function, but this is not as accurate as I want for our application.
Gary,
You are correct about the Xt timers not being extremely accurate. I believe
the correct questions are:
1)How can you get accurate timers in a non realtime environment(I assume you arerunning in a unix environment)? You can't.
2)Assuming you could find a solution to 1, how can you get this to work in the