initialize method of Broker updated

parent 5db2ef98
...@@ -50,6 +50,16 @@ class Broker(ObjectInterruption): ...@@ -50,6 +50,16 @@ class Broker(ObjectInterruption):
self.timeLastOperationEnded = 0 self.timeLastOperationEnded = 0
self.timeWaitForOperatorStarted=0 self.timeWaitForOperatorStarted=0
#===========================================================================
# the initialize method
#===========================================================================
def initialize(self):
ObjectInterruption.initialize(self)
self.call=False
self.timeLastOperationEnded=0
self.timeOperationStarted=0
self.timeWaitForOperatorStarted=0
# ======================================================================= # =======================================================================
# the run method # the run method
# ======================================================================= # =======================================================================
......
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