[openrtm-commit:00714] r265 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 2月 15日 (水) 09:56:24 JST


Author: sakamoto
Date: 2012-02-15 09:56:24 +0900 (Wed, 15 Feb 2012)
New Revision: 265

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc/index.txt.vsl
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc/index_j.txt.vsl
Log:
Modified contents file

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc/index.txt.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc/index.txt.vsl	2012-02-14 10:11:43 UTC (rev 264)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc/index.txt.vsl	2012-02-15 00:56:24 UTC (rev 265)
@@ -45,7 +45,7 @@
 The component can be launched by double-clicking the
 ``${rtcParam.name}Comp`` executable. The ``${rtcParam.name}`` library
 is available for loading into a manager, using the initialisation function
-``rtc_init``.
+``${rtcParam.name}Init``.
 
 From source
 -----------
@@ -94,7 +94,7 @@
 ${rtcParam.name} can be launched in stand-alone mode by executing the
 ``${rtcParam.name}Comp`` executable (installed into ``${dol}{prefix}/components/bin``).
 Alternatively, ``lib${rtcParam.name}.so`` can be loaded into a manager, using the
-initialisation function ``rtc_init``. This shared object can be found in
+initialisation function ``${rtcParam.name}Init``. This shared object can be found in
 ``${dol}{prefix}/components/lib`` or ``${dol}{prefix}/components/lib64``.
 
 

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc/index_j.txt.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc/index_j.txt.vsl	2012-02-14 10:11:43 UTC (rev 264)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/doc/index_j.txt.vsl	2012-02-15 00:56:24 UTC (rev 265)
@@ -37,7 +37,7 @@
   再起動する必要があるかもしれません。
 
 ${rtcParam.name}は ``${rtcParam.name}Comp`` の実行をダブルクリックして実行することが
-できます。あるいは、 ``${rtcParam.name}`` を初期化関数の ``rtc_init`` を利用して、
+できます。あるいは、 ``${rtcParam.name}`` を初期化関数の ``${rtcParam.name}Init`` を利用して、
 マネージャにロードすることができます。
 
 ソースから
@@ -84,7 +84,7 @@
 
 ${rtcParam.name}は ``${rtcParam.name}Comp`` を実行( ``${dol}{prefix}/components/bin`` に
 インストールされます)することでスタンドアローンモードで実行することができます。
-あるいは、 ``lib${rtcParam.name}.so`` を初期化関数の ``rtc_init`` を利用して、
+あるいは、 ``lib${rtcParam.name}.so`` を初期化関数の ``${rtcParam.name}Init`` を利用して、
 マネージャにロードすることができます。このライブラリは ``${dol}{prefix}/components/lib`` 
 または ``${dol}{prefix}/components/lib64`` にインストールされます。
 



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