Ceci est programmé de telle sorte que la simulation est appelée plusieurskercroam wrote: The way this is programmed is for the simulation to be called several times a second, and when called it tries to catch up with real-time. If the program hasn't been running for some time, perhaps a higher priority task was executing, there may be a short gap as the simulation catches up, such as when the first few lines are pre-computed. The routine was written in this way so that even it wasn't running for a short period lines from the simulation would not be lost. I describe this as working in "catchup" mode.
fois par secondes et quand elle appelée elle essaie de rattraper le
temps réel. Si le programme n'a pas été exécuté pendant un certain
temps, peut parce qu'une tache de priorité plus élevée était exécutée,
il peut y avoir un petit trou alors que la simulation rattrape le retard,
comme dans le cas où les quelques premières lignes sont pré calculées;
La routine a été écrite de telle façon que meme si elle n'a pas été
exécutée pendant un cours instant les lignes issues de la simulation ne
sont pas perdues. J'appele ceci fonctionnement en mode rattrapage.