ITK Function Reference

(V10000.1.0.60_20160308.00)
erpcustom.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
12 /* */
13 
14 #ifndef ERPCUSTOM_H
15 #define ERPCUSTOM_H
16 
17 #include <stdio.h>
18 #include <stdlib.h>
19 #include <string.h>
20 
27 typedef int (* ERPCUSTOM_check_func_t )(
28  int,
29  char**,
30  char**,
31  char*,
32  logical*,
33  char**
34  );
35 
36 typedef int (* ERPCUSTOM_derive_func_t )(
37  int,
38  char**,
39  char**,
40  char**
41  );
42 
44  char* key;
47 
49  char* key;
52 
53 #include <user_exits/libuser_exits_exports.h>
54 
55 #ifdef __cplusplus
56  extern "C"{
57 #endif
58 
60  int* n_funcs
61  );
62 
64  int* n_funcs
65  );
66 
69 
70 
71 #ifdef __cplusplus
72 }
73 #endif
74 
77 #include <user_exits/libuser_exits_undef.h>
78 
79 #endif