차이

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

차이 보기로 링크

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