[openrtm-commit:01936] r2721 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 5月 23日 (月) 10:05:07 JST


Author: n-ando
Date: 2016-05-23 10:05:06 +0900 (Mon, 23 May 2016)
New Revision: 2721

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
Log:
[compat,->RELENG_1_1] OutPort.h m_index->m_propValueIndex.

Modified: trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/OutPort.h	2016-05-20 10:35:25 UTC (rev 2720)
+++ trunk/OpenRTM-aist/src/lib/rtm/OutPort.h	2016-05-23 01:05:06 UTC (rev 2721)
@@ -211,7 +211,7 @@
           (*m_onWrite)(value);
           RTC_TRACE(("OnWrite called"));
         }
-      m_profile.properties[m_index].value <<= value;
+      m_profile.properties[m_propValueIndex].value <<= value;
 
       bool result(true);
       std::vector<const char *> disconnect_ids;



More information about the openrtm-commit mailing list