lib/iec_types_all.h
changeset 303 0cdf1410bcd8
parent 301 15bf9ecb936d
child 327 da78d0d93c75
equal deleted inserted replaced
302:d120740a6b58 303:0cdf1410bcd8
    14 #define FALSE 0
    14 #define FALSE 0
    15 
    15 
    16 #define __IEC_DEBUG_FLAG 0x01
    16 #define __IEC_DEBUG_FLAG 0x01
    17 #define __IEC_FORCE_FLAG 0x02
    17 #define __IEC_FORCE_FLAG 0x02
    18 #define __IEC_RETAIN_FLAG 0x04
    18 #define __IEC_RETAIN_FLAG 0x04
       
    19 #define __IEC_OUTPUT_FLAG 0x08
    19 
    20 
    20 #define __DECLARE_IEC_TYPE(type)\
    21 #define __DECLARE_IEC_TYPE(type)\
    21 typedef IEC_##type type;\
    22 typedef IEC_##type type;\
    22 \
    23 \
    23 typedef struct {\
    24 typedef struct {\