[openrtm-commit:02460] r682 - branches/FSM4RTC/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/views/executioncontextview

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 19日 (日) 15:12:22 JST


Author: ga
Date: 2017-02-19 15:12:22 +0900 (Sun, 19 Feb 2017)
New Revision: 682

Modified:
   branches/FSM4RTC/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/views/executioncontextview/ExecutionContextView.java
Log:


Modified: branches/FSM4RTC/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/views/executioncontextview/ExecutionContextView.java
===================================================================
--- branches/FSM4RTC/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/views/executioncontextview/ExecutionContextView.java	2017-02-19 05:35:26 UTC (rev 681)
+++ branches/FSM4RTC/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/ui/views/executioncontextview/ExecutionContextView.java	2017-02-19 06:12:22 UTC (rev 682)
@@ -590,7 +590,11 @@
 		}
 		data.ec.setRateR(data.rate);
 		if (data.ec.getSynchronizationSupport() != null) {
-			data.ec.getSynchronizationSupport().synchronizeLocal();
+			if (data.ec.eContainer() instanceof CorbaComponent) {
+				CorbaComponent cc = (CorbaComponent) data.ec.eContainer();
+				cc.synchronizeRemoteAttribute(ComponentPackage.eINSTANCE
+						.getCorbaComponent_RTCExecutionContexts());
+			}
 		}
 
 		buildData();



openrtm-commit メーリングリストの案内