Exemple #1
0
 def shutdown(self):
     Logger().trace("MerlinOrionShutter.shutdown()")
     self._triggerOffShutter()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)
 def shutdown(self):
     Logger().trace("PanoduinoShutter.shutdown()")
     self._triggerOffShutter()
     self._hardware.shutdown()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)
Exemple #3
0
 def shutdown(self):
     Logger().trace("PixOrbShutter.shutdown()")
     self._triggerOffShutter()
     ShutterPlugin.shutdown(self)
 def shutdown(self):
     Logger().trace("ClaussShutter.shutdown()")
     self._triggerOffShutter()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)
 def shutdown(self):
     Logger().trace("PanoduinoShutter.shutdown()")
     self._triggerOffShutter()
     self._hardware.shutdown()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)
Exemple #6
0
 def shutdown(self):
     Logger().trace("ClaussShutter.shutdown()")
     self._triggerOffShutter()
     AbstractHardwarePlugin.shutdown(self)
     ShutterPlugin.shutdown(self)