lib/ieclib.txt
changeset 0 fb772792efd1
child 32 289256ec66f1
equal deleted inserted replaced
-1:000000000000 0:fb772792efd1
       
     1 (*
       
     2  * (c) 2003 Mario de Sousa
       
     3  *
       
     4  * Offered to the public under the terms of the GNU General Public License
       
     5  * as published by the Free Software Foundation; either version 2 of the
       
     6  * License, or (at your option) any later version.
       
     7  *
       
     8  * This program is distributed in the hope that it will be useful, but
       
     9  * WITHOUT ANY WARRANTY; without even the implied warranty of
       
    10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
       
    11  * Public License for more details.
       
    12  *
       
    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.
       
    15  *)
       
    16 
       
    17 (*
       
    18  * An IEC 61131-3 IL and ST compiler.
       
    19  *
       
    20  * Based on the
       
    21  * FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10)
       
    22  *
       
    23  *)
       
    24 
       
    25 (*
       
    26  * This is the library conatining the functions
       
    27  * and function blocks defined in the standard.
       
    28  *)
       
    29 
       
    30 {#include "bcd_to_int.txt" }
       
    31 {#include "int_to_bcd.txt" }
       
    32 {#include "edge_detection.txt" }
       
    33 {#include "bistable.txt" }
       
    34 {#include "counter.txt" }
       
    35 {#include "timer.txt" }
       
    36 {#include "time_math.txt" }