[openrtm-commit:00535] r2255 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 1月 4日 (水) 13:19:18 JST


Author: n-ando
Date: 2012-01-04 13:19:18 +0900 (Wed, 04 Jan 2012)
New Revision: 2255

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/ManagerConfig.cpp
Log:
Now the manager config has a loaded configuration file name in config_file property. 

Modified: trunk/OpenRTM-aist/src/lib/rtm/ManagerConfig.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/ManagerConfig.cpp	2012-01-04 04:17:54 UTC (rev 2254)
+++ trunk/OpenRTM-aist/src/lib/rtm/ManagerConfig.cpp	2012-01-04 04:19:18 UTC (rev 2255)
@@ -114,6 +114,7 @@
 
     // Properties from arguments are marged finally
     prop << m_argprop;
+    prop["config_file"] = m_configFile;
   }
   
   /*!



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