tests/main.c
changeset 150 398cfd6e8e4a
parent 57 db9cadaab2ea
child 279 c0453b7f99df
equal deleted inserted replaced
149:05ca171a3d57 150:398cfd6e8e4a
     8 #include <string.h>
     8 #include <string.h>
     9 #include <time.h>
     9 #include <time.h>
    10 #include <signal.h>
    10 #include <signal.h>
    11 #endif
    11 #endif
    12 
    12 
       
    13 #include "iec_types.h"
       
    14 
    13 /*
    15 /*
    14  * Functions and variables provied by generated C softPLC
    16  * Functions and variables provied by generated C softPLC
    15  **/ 
    17  **/ 
    16 extern int common_ticktime__;
    18 extern int common_ticktime__;
       
    19 
       
    20 IEC_BOOL __DEBUG;
    17 
    21 
    18 /*
    22 /*
    19  * Functions and variables provied by plc.c
    23  * Functions and variables provied by plc.c
    20  **/ 
    24  **/ 
    21 void run(long int tv_sec, long int tv_nsec);
    25 void run(long int tv_sec, long int tv_nsec);