浏览代码

All events are cleared on initialization.

markus.muehlbrandt@gmail.com 13 年之前
父节点
当前提交
0462550703

+ 4 - 1
plugins/org.yakindu.sct.generator.c/src/org/yakindu/sct/generator/c/StatemachineC.xtend

@@ -73,7 +73,10 @@ class StatemachineC {
 			«ENDIF»
 			
 			«scHandle»->stateConfVectorPosition = 0;
-
+		
+		clearInEvents(handle);
+		clearOutEvents(handle);
+		
 			// TODO: initialize all events ...
 			// TODO: initialize all variables ... (set default values - here or inenter sequence ?!?)