[openrtm-commit:03169] r3219 - branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 2月 9日 (金) 23:46:55 JST


Author: n-ando
Date: 2018-02-09 23:46:55 +0900 (Fri, 09 Feb 2018)
New Revision: 3219

Modified:
   branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/InPort.h
Log:
[incompat,style] Private variable order for initialization has been modified.

Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/InPort.h
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/InPort.h	2018-02-09 14:45:43 UTC (rev 3218)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/InPort.h	2018-02-09 14:46:55 UTC (rev 3219)
@@ -676,7 +676,15 @@
      */
     std::string m_name;
     
-
+    /*!
+     * @if jp
+     * @brief ¥Ð¥¤¥ó¥É¤µ¤ì¤ë T ·¿¤ÎÊÑ¿ô¤Ø¤Î»²¾È
+     * @else
+     * @brief The reference to type-T value bound this OutPort
+     * @endif
+     */
+    DataType& m_value;
+    mutable coil::Mutex m_valueMutex;
     
     /*!
      * @if jp
@@ -707,17 +715,6 @@
 
     /*!
      * @if jp
-     * @brief ¥Ð¥¤¥ó¥É¤µ¤ì¤ë T ·¿¤ÎÊÑ¿ô¤Ø¤Î»²¾È
-     * @else
-     * @brief The reference to type-T value bound this OutPort
-     * @endif
-     */
-    DataType& m_value;
-    mutable coil::Mutex m_valueMutex;
-    
-
-    /*!
-     * @if jp
      * @brief ¥À¥¤¥ì¥¯¥È¥Ç¡¼¥¿Å¾Á÷¥Õ¥é¥°
      * @else
      * @brief A flag for direct data transfer
@@ -725,7 +722,6 @@
      */
     bool m_directNewData;
 
-
   };
 }; // End of namesepace RTM
 



More information about the openrtm-commit mailing list