[openrtm-commit:03214] r3233 - branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 3月 5日 (月) 10:50:16 JST


Author: n-ando
Date: 2018-03-05 10:50:16 +0900 (Mon, 05 Mar 2018)
New Revision: 3233

Modified:
   branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ManagerConfig.h
Log:
[compat,->trunk] Command option documentation have been modified.

Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ManagerConfig.h
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ManagerConfig.h	2018-02-27 07:02:49 UTC (rev 3232)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ManagerConfig.h	2018-03-05 01:50:16 UTC (rev 3233)
@@ -263,10 +263,11 @@
      *
      * @brief ¥³¥Þ¥ó¥É°ú¿ô¤ò¥Ñ¡¼¥¹¤¹¤ë
      *
-     * - -f file   : ¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó¥Õ¥¡¥¤¥ë¤ò»ØÄꤹ¤ë¡£
-     * - -l module : ¥í¡¼¥É¤¹¤ë¥â¥¸¥å¡¼¥ë¤ò»ØÄꤹ¤ë¡£(̤¼ÂÁõ)
-     * - -o options: ¤½¤Î¾¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¡£(̤¼ÂÁõ)
-     * - -d        : ¥Ç¥Õ¥©¥ë¥È¤Î¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó¤ò»È¤¦¡£(̤¼ÂÁõ)
+     * - -a              : ¥Þ¥Í¡¼¥¸¥ã¥µ¡¼¥Ó¥¹OFF
+     * - -f <file name>  : ÀßÄê¥Õ¥¡¥¤¥ë¤Î»ØÄê
+     * - -o <option>     ; ¥ª¥×¥·¥ç¥ó»ØÄê
+     * - -p <port number>: ¥Ý¡¼¥ÈÈÖ¹æ»ØÄê
+     * - -d              : ¥Þ¥¹¥¿¡¼¥Þ¥Í¡¼¥¸¥ã»ØÄê
      *
      * @param argc ¥³¥Þ¥ó¥É¥é¥¤¥ó°ú¿ô¤Î¿ô
      * @param argv ¥³¥Þ¥ó¥É¥é¥¤¥ó°ú¿ô
@@ -275,10 +276,11 @@
      *
      * @brief Parse the command arguments
      *
-     *  - -f file   : Specify the configuration file.
-     *  - -l module : Specify modules to be loaded. (Not implemented)
-     *  - -o options: Other options. (Not implemented)
-     *  - -d        : Use default static configuration. (Not implemented)
+     * - -a              : Disable manager service
+     * - -f <file name>  : Specify a configuration file
+     * - -o <option>     ; Specify options
+     * - -p <port number>: Specify a port number
+     * - -d              : Run as the master manager
      *
      * @param argc Number of command line arguments
      * @param argv The command line arguments



More information about the openrtm-commit mailing list