차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
ko:log_management_api [2018/02/24 17:39]
kkshin [BS2Event]
ko:log_management_api [2018/02/25 20:44]
kkshin [BS2Event]
줄 61: 줄 61:
     };     };
     uint8_t param;     uint8_t param;
-#ifdef RENAME_IN_SDK_2_6_0 +    (DEPRECATED)BS2_BOOL image; ​   ///< 1 byte Deperecated 2.6.0 
-    ​BS2_BOOL image; ///< 1 byte +    ​uint8_t image: 1;              ​///< 1 bit Supported DST from 2.6.0 
-#else +    uint8_t isDST: 1;              ///<​ 1 bit Supported DST from 2.6.0 
-    // Supported DST from 2.6.0 +    uint8_t half: 1;               ///< 1 bit Supported DST from 2.6.0 
-    uint8_t image: 1; +    uint8_t hour: 4;               ///< 4 bit Supported DST from 2.6.0 
-    uint8_t isDST: 1; +    uint8_t negative: 1;           ///< 1 bit Supported DST from 2.6.0
-    uint8_t half: 1; +
-    uint8_t hour: 4; +
-    uint8_t negative: 1; +
-#endif+
 } BS2Event; } BS2Event;
 </​code>​ </​code>​