Closedown
This commit is contained in:
@@ -3,7 +3,7 @@ class Detector(DeviceBase):
|
||||
DeviceBase.__init__(self, name)
|
||||
|
||||
def doInitialize(self):
|
||||
super(DeviceBase, self).doInitialize()
|
||||
pass
|
||||
|
||||
def start():
|
||||
setState(State.Busy)
|
||||
@@ -12,4 +12,4 @@ class Detector(DeviceBase):
|
||||
setState(State.Ready)
|
||||
|
||||
def doClose(self):
|
||||
super(DeviceBase, self).doClose()
|
||||
pass
|
||||
@@ -3,7 +3,7 @@ class StdDaq(DeviceBase):
|
||||
DeviceBase.__init__(self, name)
|
||||
|
||||
def doInitialize(self):
|
||||
super(DeviceBase, self).doInitialize()
|
||||
pass
|
||||
|
||||
def start():
|
||||
setState(State.Busy)
|
||||
@@ -12,5 +12,5 @@ class StdDaq(DeviceBase):
|
||||
setState(State.Ready)
|
||||
|
||||
def doClose(self):
|
||||
super(DeviceBase, self).doClose()
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user