[openrtm-commit:01982] r2750 - trunk/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 6月 6日 (月) 20:15:04 JST
Author: miyamoto
Date: 2016-06-06 20:15:04 +0900 (Mon, 06 Jun 2016)
New Revision: 2750
Modified:
trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
Log:
[compat,bugfix]fixed OutPort.h
Modified: trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/OutPort.h 2016-06-04 00:58:09 UTC (rev 2749)
+++ trunk/OpenRTM-aist/src/lib/rtm/OutPort.h 2016-06-06 11:15:04 UTC (rev 2750)
@@ -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