操作
機能 #2107
完了get_component_profile()からm_propertiesの値を取得できるようにしたい
開始日:
2011/05/17
期日:
進捗率:
100%
予定工数:
説明
get_component_profile()からm_propertiesの値を取得できるようにしたい
n-ando さんが14年以上前に更新
- ステータス を 新規 から 解決 に変更
- 進捗率 を 80 から 100 に変更
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 (...)
操作