Previous Next blank.gif Home Page

Class Clock - Reloj


SYNOPSIS

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)

DESCRIPTION

Clase encargada de marcar el ritmo de la ejecucion

def __init__(self)

Constructor de la clase Clock

def get_time(self)

recupera el valor del tiempo actual de simulacion

def reset_time(self)

establece el tiempo de ejecucion en 0

def set_speed(self,speed)

establece la velocidad (speed) de simulacion

def start(self)

comienza el reloj

def step(self)

avanza "un" tiempo

def stop(self)

detiene el reloj

def tick(self)

avanza una unidad de tiempo

SEE ALSO

ovsos


Previous Next blank.gif Home Page
www_icon.gif

Copyright © M. Python
All Rights Reserved
Comments to author: monty@flying.circus.comb
Generated: Wed Aug 22, 2007