Ejemplo n.º 1
0
 def start(self):
     SimulationTime.start(self)
     # add plant update as an observer to the sim time tick
     self.addObserver(self.plant.update)
Ejemplo n.º 2
0
 def start(self):
     SimulationTime.start(self)
     # add plant update as an observer to the sim time tick
     self.addObserver(self.plant.update)