Ejemplo n.º 1
0
 def start(self):
     ARMNode.start(self)
     self.running = 0
Ejemplo n.º 2
0
 def start(self):
     ARMNode.start(self)
     self.running = 1
     thread = Thread(name=self.name,target=self._scan_sensors,args=())
     thread.start()            
Ejemplo n.º 3
0
 def start(self):
     ARMNode.start(self)
     self.running = 1
     thread = Thread(name=self.name, target=self._scan_sensors, args=())
     thread.start()
Ejemplo n.º 4
0
 def start(self):
     ARMNode.start(self)
     self.running = 0