[openrtm-commit:01183] r493 - branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/template
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 1月 25日 (土) 10:01:03 JST
Author: win-ei
Date: 2014-01-25 10:01:03 +0900 (Sat, 25 Jan 2014)
New Revision: 493
Modified:
branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/template/DataPortCreateTbl.c.vsl
Log:
Fixed mistakes.
Modified: branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/template/DataPortCreateTbl.c.vsl
===================================================================
--- branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/template/DataPortCreateTbl.c.vsl 2014-01-23 23:59:28 UTC (rev 492)
+++ branches/work_ForRTMSafety/rtmtools/jp.go.aist.rtm.systemeditor/src/jp/go/aist/rtm/systemeditor/template/DataPortCreateTbl.c.vsl 2014-01-25 01:01:03 UTC (rev 493)
@@ -18,9 +18,11 @@
/* DataPort creation table */
const DataPortCreate_t gsDataPortCreates[DATAPORT_NUM] =
{
-#foreach($port in $ports))
+#foreach($port in $ports)
{
DATAPORT_INDEX_${port.toUpperCase()},
- },
+ }#if($velocityHasNext),
#end
+#end
+
};
More information about the openrtm-commit
mailing list