操作
機能 #2107
完了get_component_profile()からm_propertiesの値を取得できるようにしたい
開始日:
2011/05/17
期日:
進捗率:
100%
予定工数:
説明
get_component_profile()からm_propertiesの値を取得できるようにしたい
操作
n-ando さんが14年以上前に追加. 10年以上前に更新.
100%
説明
get_component_profile()からm_propertiesの値を取得できるようにしたい
get_component_profile() でNVUtil::copyFromProperties()でpropertiesをComponentProfileにimport
===================================================================
--- src/lib/rtm/RTObject.cpp (revision 2098)
+++ src/lib/rtm/RTObject.cpp (working copy)
@@ -726,6 +726,7 @@
PortProfileList ppl = m_portAdmin.getPortProfileList();
profile->port_profiles = ppl._retn();
#endif // ORB_IS_RTORB
+ NVUtil::copyFromProperties(profile->properties, m_properties);
return profile._retn();
}
catch (...)