import ovsos
classobj Clock def __init__(self) str __module__ = 'ovsos' def get_time(self) def reset_time(self) def set_speed(self,speed) def start(self) def step(self) def stop(self) int auto_comple = 1 def tick(self)
Clase encargada de marcar el ritmo de la ejecucion
Constructor de la clase Clock
recupera el valor del tiempo actual de simulacion
establece el tiempo de ejecucion en 0
establece la velocidad (speed) de simulacion
comienza el reloj
avanza "un" tiempo
detiene el reloj
avanza una unidad de tiempo
Copyright © M. Python
All Rights Reserved
Comments to author: monty@flying.circus.comb
Generated: Wed Aug 22, 2007