(none)

Homayoon Akhiani ha90353 at UXA.CSO.UIUC.EDU
Wed Nov 15 06:20:37 AEST 1989


real-time needed

At Aviation Research Lab of University of Illinios, we have a setup consisting
of IRIS 3000's series.  We have a real-time interactive flight simulator.
We need to be able to detect certain events in milliseconds range.
The program consists of a big loop, which creates a frame and check for 
different events.  To record the time of the event, we use times() function
however, if the generation of the frame takes a long time then the timestamp
for the event would be invalid.
The events are joysticks activites send through a serial port from AT machine.
The events will go into a queue till the main loop get the event detection 
part and start processing the events.  
Is there anyway to setup an interupt service or anything else to make the
IRIS timing more accurate ? ( HOW ? )
( It is not a good idea to time stamp the events with the AT, because then
  the AT clock and the IRIS clock must be synchronized. )


Homayoon Akhiani
University of Illinois
Urbana/Champaign
ha90353 at uxa.cso.uiuc.edu
akhiani at s.cs.uiuc.edu



More information about the Comp.sys.sgi mailing list