[openrtm-commit:02739] r760 - in trunk/rtmtools/jp.go.aist.rtm.rtcbuilder: resource/100/CXX/ExecutionCxt resource/100/CXX/SystemConfig resource/100/CXX/constraint/Constraint1 resource/100/CXX/constraint/Constraint2 resource/100/CXX/constraint/Constraint3 src/jp/go/aist/rtm/rtcbuilder/template/common src/jp/go/aist/rtm/rtcbuilder/ui/editors

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 8月 13日 (日) 22:24:28 JST


Author: ga
Date: 2017-08-13 22:24:28 +0900 (Sun, 13 Aug 2017)
New Revision: 760

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/ExecutionCxt/rtc.conf
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/SystemConfig/rtc.conf
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint1/rtc.conf
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint2/rtc.conf
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint3/rtc.conf
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/common/rtc.conf.vsl
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/BasicEditorFormPage.java
Log:
Modified rtc.conf #4153

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/ExecutionCxt/rtc.conf
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/ExecutionCxt/rtc.conf	2017-07-28 06:47:03 UTC (rev 759)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/ExecutionCxt/rtc.conf	2017-08-13 13:24:28 UTC (rev 760)
@@ -93,6 +93,7 @@
 ##
 ##
 # corba.args:
+corba.args: -ORBgiopMaxMsgSize 4194304
 
 ##
 ## ORB endpoint

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/SystemConfig/rtc.conf
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/SystemConfig/rtc.conf	2017-07-28 06:47:03 UTC (rev 759)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/SystemConfig/rtc.conf	2017-08-13 13:24:28 UTC (rev 760)
@@ -93,6 +93,7 @@
 ##
 ##
 # corba.args:
+corba.args: -ORBgiopMaxMsgSize 4194304
 
 ##
 ## ORB endpoint

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint1/rtc.conf
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint1/rtc.conf	2017-07-28 06:47:03 UTC (rev 759)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint1/rtc.conf	2017-08-13 13:24:28 UTC (rev 760)
@@ -93,6 +93,7 @@
 ##
 ##
 # corba.args:
+corba.args: -ORBgiopMaxMsgSize 4194304
 
 ##
 ## ORB endpoint

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint2/rtc.conf
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint2/rtc.conf	2017-07-28 06:47:03 UTC (rev 759)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint2/rtc.conf	2017-08-13 13:24:28 UTC (rev 760)
@@ -93,6 +93,7 @@
 ##
 ##
 # corba.args:
+corba.args: -ORBgiopMaxMsgSize 4194304
 
 ##
 ## ORB endpoint

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint3/rtc.conf
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint3/rtc.conf	2017-07-28 06:47:03 UTC (rev 759)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/resource/100/CXX/constraint/Constraint3/rtc.conf	2017-08-13 13:24:28 UTC (rev 760)
@@ -93,6 +93,7 @@
 ##
 ##
 # corba.args:
+corba.args: -ORBgiopMaxMsgSize 4194304
 
 ##
 ## ORB endpoint

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/common/rtc.conf.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/common/rtc.conf.vsl	2017-07-28 06:47:03 UTC (rev 759)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/common/rtc.conf.vsl	2017-08-13 13:24:28 UTC (rev 760)
@@ -94,6 +94,7 @@
 ${sharp}${sharp}
 ${sharp}${sharp}
 ${sharp} corba.args:
+corba.args: -ORBgiopMaxMsgSize 4194304
 
 ${sharp}${sharp}
 ${sharp}${sharp} ORB endpoint

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/BasicEditorFormPage.java
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/BasicEditorFormPage.java	2017-07-28 06:47:03 UTC (rev 759)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/BasicEditorFormPage.java	2017-08-13 13:24:28 UTC (rev 760)
@@ -89,7 +89,6 @@
 	private Text rtcTypeText;
 
 	private Button generateButton;
-	private Button packageButton;
 
 	private Button profileLoadButton;
 	private Button profileSaveButton;
@@ -747,9 +746,8 @@
 		if (widgetInfo.matchSection("generate")) {
 			if (generateSection != null) {
 				if (widgetInfo.matchWidget("code"))    setButtonEnabled(generateButton, enabled);
-				if (widgetInfo.matchWidget("package")) setButtonEnabled(packageButton, enabled);
 				boolean genEnable = false;
-				if (generateButton.getEnabled() || packageButton.getEnabled()) {
+				if (generateButton.getEnabled()) {
 					genEnable = true;
 				}
 				generateSection.setEnabled(genEnable);



More information about the openrtm-commit mailing list