Exemplo n.º 1
0
 def _pollData(self):
     while self.connected:
         self.writeData(Command.getCmd_poll(LLSTATUS, IMUCALC, GPS, GPSADV, CAM))
         if self.__onMission:
             print "POLL CURWAY"
             self.writeData(Command.getCmd_poll(CURWAY))
         time.sleep(self.__pollIntervall)