lib/create_standard_function_txt.sh
changeset 385 450d684013dc
parent 375 7a11f9e9e703
child 391 4798bd4739d0
equal deleted inserted replaced
384:4626828277f9 385:450d684013dc
    87  */
    87  */
    88 
    88 
    89 /* NOTE on explicit typing of:
    89 /* NOTE on explicit typing of:
    90  *           - Table 25 - Standard bit shift functions
    90  *           - Table 25 - Standard bit shift functions
    91  *           - Table 29 - Character string Functions
    91  *           - Table 29 - Character string Functions
       
    92  *           - Table 27 - Standard selection functions (actually, just the MUX function)
    92  *
    93  *
    93  *  In section 2.5.1.4 (Typing, overloading, and type conversion) of the IEC 61131-3 (version 2)
    94  *  In section 2.5.1.4 (Typing, overloading, and type conversion) of the IEC 61131-3 (version 2)
    94  *  of the standard, it is stated:
    95  *  of the standard, it is stated:
    95  * "A standard function, [...] is said to be overloaded when it
    96  * "A standard function, [...] is said to be overloaded when it
    96  * can operate on input data elements of various types within a generic type designator as defined in
    97  * can operate on input data elements of various types within a generic type designator as defined in