[openrtm-commit:01984] r2752 - branches/RELENG_1_1/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 6月 7日 (火) 09:13:05 JST


Author: miyamoto
Date: 2016-06-07 09:13:05 +0900 (Tue, 07 Jun 2016)
New Revision: 2752

Modified:
   branches/RELENG_1_1/OpenRTM-aist/src/lib/rtm/OutPort.h
Log:
Merged r2750, r2751.

Modified: branches/RELENG_1_1/OpenRTM-aist/src/lib/rtm/OutPort.h
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/src/lib/rtm/OutPort.h	2016-06-06 23:48:38 UTC (rev 2751)
+++ branches/RELENG_1_1/OpenRTM-aist/src/lib/rtm/OutPort.h	2016-06-07 00:13:05 UTC (rev 2752)
@@ -138,7 +138,7 @@
 #endif
         m_value(value), m_onWrite(0), m_onWriteConvert(0)
     {
-      addProperty("dataport.data_value", 0);
+      addProperty("dataport.data_value", CORBA::Short(0));
       m_propValueIndex = NVUtil::find_index(m_profile.properties, "dataport.data_value");
     }
     



More information about the openrtm-commit mailing list