Exemplo n.º 1
0
def dostuff2(sc):
    handler.checkAlarms()
    handler.checkOutlets()
    #handler.flipState(2)
    #handler.flipState(3)
    sc.enter(2, 1, dostuff2, (sc, ))
Exemplo n.º 2
0
def dostuff2(sc):
    handler.checkAlarms()
    handler.checkOutlets()
    #handler.flipState(2)
    #handler.flipState(3)
    sc.enter(2,1, dostuff2, (sc,))
Exemplo n.º 3
0
def dostuff(sc):
    handler.checkAlarms()
    sc.enter(10,1, dostuff, (sc,))
    Logger.inputInvalid("Testing the Logger!")