00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef _tmh_intf_
00015 #define _tmh_intf_
00016
00017 #include"pdh_intf.h"
00018
00019 #ifdef __cplusplus
00020 extern "C"{
00021 #endif
00022
00025 #define TMC_PRINT_NOT 0
00026 #define TMC_PRINT_ERRORS 1
00027 #define TMC_PRINT_INFO 2
00028 #define TMC_PRINT_ALLINFO 3
00029
00030
00031
00032
00036 extern int tmr_init_multithreading(
00037 char* Work_dir,
00038 int Argc,
00039 char **Argv,
00040 FILE *Interactive_input,
00041 FILE *Interactive_output,
00042 int Control,
00043 int Monitor
00044 );
00045
00046
00047 #ifdef __cplusplus
00048 }
00049 #endif
00050
00051 #endif
00052
00053
00054