Commit e26a81ad authored by Georgios Dagkakis's avatar Georgios Dagkakis

lines lost in merge added

parent 51dc144c
......@@ -179,6 +179,10 @@ class Machine(CoreObject):
self.expectedSignals['interruptionEnd']=1
self.expectedSignals['loadOperatorAvailable']=1
self.expectedSignals['initialWIP']=1
# events about the availability of process operator
# TODO group those operator relate events
self.processOperatorAvailable=self.env.event()
self.processOperatorUnavailable=self.env.event()
@staticmethod
def getProcessingTime(processingTime):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment