Procházet zdrojové kódy

#8: Transport signals with or without values in both directions

terfloth@itemis.de před 14 roky
rodič
revize
6610a24434

+ 1 - 1
plugins/org.yakindu.sct.simulation.runtime/src/org/yakindu/sct/simulation/runtime/sgraph/ExecutionScopeAdapter.java

@@ -78,7 +78,7 @@ public class ExecutionScopeAdapter implements ISGraphExecutionScope {
 
 	
 	public void raise(ScopeEvent event) {
-		raise(event.getName());	
+		scope.raise(event.getName(), event.getValue());	
 	}
 	
 }