[openrtm-commit:00067] r2103 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 5月 22日 (日) 22:57:35 JST


Author: n-ando
Date: 2011-05-22 22:57:35 +0900 (Sun, 22 May 2011)
New Revision: 2103

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/Manager.cpp
Log:
Now inherited property values includes the following values.
- config.version
- openrtm.name
- openrtm.version
- os.name
- os.release
- os.version
- os.arch
- os.hostname
- corba.endpoint
- corba.id
- exec_cxt.periodic.type
- exec_cxt.periodic.rate
- exec_cxt.evdriven.type

refs #2107


Modified: trunk/OpenRTM-aist/src/lib/rtm/Manager.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/Manager.cpp	2011-05-22 13:56:17 UTC (rev 2102)
+++ trunk/OpenRTM-aist/src/lib/rtm/Manager.cpp	2011-05-22 13:57:35 UTC (rev 2103)
@@ -597,6 +597,16 @@
     prop = factory->profile();
 
     const char* inherit_prop[] = {
+      "config.version",
+      "openrtm.name",
+      "openrtm.version",
+      "os.name",
+      "os.release",
+      "os.version",
+      "os.arch",
+      "os.hostname",
+      "corba.endpoint",
+      "corba.id",
       "exec_cxt.periodic.type",
       "exec_cxt.periodic.rate",
       "exec_cxt.evdriven.type",



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