|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <user_exits/libuser_exits_exports.h>#include <user_exits/libuser_exits_undef.h>Go to the source code of this file.
Data Structures | |
| struct | ERPCUSTOM_check_func_names_s |
| struct | ERPCUSTOM_derive_func_names_s |
Typedefs | |
| typedef struct ERPCUSTOM_check_func_names_s | ERPCUSTOM_check_func_names_t |
| typedef int(* | ERPCUSTOM_check_func_t )(int, char **, char **, char *, logical *, char **) |
| typedef struct ERPCUSTOM_derive_func_names_s | ERPCUSTOM_derive_func_names_t |
| typedef int(* | ERPCUSTOM_derive_func_t )(int, char **, char **, char **) |
Functions | |
| int | BMF_ERPCUSTOM_check_funcs_helper (ERPCUSTOM_check_func_names_t **func_result, int *result) |
| int | BMF_ERPCUSTOM_derive_funcs_helper (ERPCUSTOM_derive_func_names_t **func_result, int *result) |
| USER_EXITS_API ERPCUSTOM_check_func_names_t * | ERPCUSTOM_get_custom_check_funcs (int *n_funcs) |
| USER_EXITS_API ERPCUSTOM_derive_func_names_t * | ERPCUSTOM_get_custom_derive_funcs (int *n_funcs) |
This file contains declarations of ERP functions to be used by customers.
Definition in file erpcustom.h.