|
@@ -1,7 +1,7 @@
|
|
|
"""
|
|
|
Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
|
|
|
|
|
|
-Date: Wed Nov 8 11:05:17 2017
|
|
|
+Date: Wed Nov 8 13:20:59 2017
|
|
|
|
|
|
Model author: Yentl Van Tendeloo
|
|
|
Model name: MvK Server
|
|
@@ -3357,7 +3357,7 @@ class Modelverse(RuntimeClassBase):
|
|
|
def _initialized_queue_queue_5_exec(self, parameters):
|
|
|
value = parameters[0]
|
|
|
context_ID = parameters[1]
|
|
|
- self.inputs[context_ID].append(value)
|
|
|
+ self.inputs[context_ID].append({"name": "data_input", "parameters": value})
|
|
|
|
|
|
def initializeStatechart(self):
|
|
|
# enter default state
|