Index: Common.h =================================================================== diff -u -re2611bd03c4a86fae5d4f525b91d6fbfb597a8e0 -r291e22d0afa53ac43999b6270800077e37f1d991 --- Common.h (.../Common.h) (revision e2611bd03c4a86fae5d4f525b91d6fbfb597a8e0) +++ Common.h (.../Common.h) (revision 291e22d0afa53ac43999b6270800077e37f1d991) @@ -205,10 +205,10 @@ /// Record structure for event data of any supported type. typedef union { - EVENT_DATA_U32_T uInt; ///< Event data of unsigned integer type. - EVENT_DATA_S32_T sInt; ///< Event data of signed integer type. - EVENT_DATA_F32_T flt; ///< Event data of floating point type. - EVENT_DATA_BOOL_T bln; ///< Event data of boolean type. + EVENT_DATA_U32_T uInt; ///< Event data of unsigned integer type. + EVENT_DATA_S32_T sInt; ///< Event data of signed integer type. + EVENT_DATA_F32_T flt; ///< Event data of floating point type. + EVENT_DATA_BOOL_T bln; ///< Event data of boolean type. } EVENT_DATAS_T; /// Event data types list.