lib/iec_std_lib_generated.h
changeset 149 05ca171a3d57
parent 107 ff5c92df0c78
child 279 c0453b7f99df
equal deleted inserted replaced
148:912bdab1eca8 149:05ca171a3d57
    13  * This code is made available on the understanding that it will not be
    13  * This code is made available on the understanding that it will not be
    14  * used in safety-critical situations without a full and competent review.
    14  * used in safety-critical situations without a full and competent review.
    15  */
    15  */
    16 
    16 
    17 /****
    17 /****
    18  * IEC 61131-3 standard function lib
    18  * IEC 61131-3 standard function library
    19  * generated code, do not edit by hand
    19  * generated code, do not edit by hand
    20  */
    20  */
       
    21 
       
    22  
    21 
    23 
    22 /* Macro that expand to subtypes */
    24 /* Macro that expand to subtypes */
    23 #define ANY(DO) ANY_DERIVED(DO) ANY_ELEMENTARY(DO)
    25 #define ANY(DO) ANY_DERIVED(DO) ANY_ELEMENTARY(DO)
    24 #define ANY_DERIVED(DO)
    26 #define ANY_DERIVED(DO)
    25 #define ANY_ELEMENTARY(DO) ANY_MAGNITUDE(DO) ANY_BIT(DO) ANY_STRING(DO) ANY_DATE(DO)
    27 #define ANY_ELEMENTARY(DO) ANY_MAGNITUDE(DO) ANY_BIT(DO) ANY_STRING(DO) ANY_DATE(DO)