|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Macros | |
| #define | CLIPS_binary_rules_file_not_writable_error (CLIPS_ERROR_BASE + 4) |
| #define | CLIPS_could_not_open_rules_file_error (CLIPS_ERROR_BASE + 5) |
| #define | CLIPS_dataset_missing_error (CLIPS_ERROR_BASE + 7) |
| #define | CLIPS_divide_by_zero_error (CLIPS_ERROR_BASE + 9) |
| #define | CLIPS_ERROR_BASE EMH_CLIPS_error_base |
| #define | CLIPS_function_call_error (CLIPS_ERROR_BASE + 11) |
| #define | CLIPS_function_not_exist_error (CLIPS_ERROR_BASE + 8) |
| #define | CLIPS_invalid_expression_error (CLIPS_ERROR_BASE + 13) |
| #define | CLIPS_null_args_error (CLIPS_ERROR_BASE + 10) |
| #define | CLIPS_rulefile_not_found_error (CLIPS_ERROR_BASE + 1) |
| #define | CLIPS_rules_engine_not_restarted_error (CLIPS_ERROR_BASE + 3) |
| #define | CLIPS_rules_engine_not_started_error (CLIPS_ERROR_BASE + 2) |
| #define | CLIPS_rules_file_syntax_error (CLIPS_ERROR_BASE + 6) |
| #define | CLIPS_unexpected_output_error (CLIPS_ERROR_BASE + 12) |
| #define CLIPS_binary_rules_file_not_writable_error (CLIPS_ERROR_BASE + 4) |
The binary version of the rules file was not writable.
Definition at line 52 of file clips_errors.h.
| #define CLIPS_could_not_open_rules_file_error (CLIPS_ERROR_BASE + 5) |
The rules file could not be loaded for rules engine initialization.
Definition at line 57 of file clips_errors.h.
| #define CLIPS_dataset_missing_error (CLIPS_ERROR_BASE + 7) |
The "CLIPS Rules" dataset (containing the rules file for the rules engine) cannot be found in the database.
Definition at line 67 of file clips_errors.h.
| #define CLIPS_divide_by_zero_error (CLIPS_ERROR_BASE + 9) |
The Divide by zero error.
Definition at line 77 of file clips_errors.h.
| #define CLIPS_ERROR_BASE EMH_CLIPS_error_base |
Definition at line 32 of file clips_errors.h.
| #define CLIPS_function_call_error (CLIPS_ERROR_BASE + 11) |
The CLIPS function call error.
Definition at line 87 of file clips_errors.h.
| #define CLIPS_function_not_exist_error (CLIPS_ERROR_BASE + 8) |
The specified function does not exist.
Definition at line 72 of file clips_errors.h.
| #define CLIPS_invalid_expression_error (CLIPS_ERROR_BASE + 13) |
The CLIPS invalid expression error.
Definition at line 97 of file clips_errors.h.
| #define CLIPS_null_args_error (CLIPS_ERROR_BASE + 10) |
The NULL argument error.
Definition at line 82 of file clips_errors.h.
| #define CLIPS_rulefile_not_found_error (CLIPS_ERROR_BASE + 1) |
The ascii version of the rules file provided does not exist.
Definition at line 37 of file clips_errors.h.
| #define CLIPS_rules_engine_not_restarted_error (CLIPS_ERROR_BASE + 3) |
The current rules engine environment could not be destroyed before reinitializing
Definition at line 47 of file clips_errors.h.
| #define CLIPS_rules_engine_not_started_error (CLIPS_ERROR_BASE + 2) |
The rules engine could not be initialized.
Definition at line 42 of file clips_errors.h.
| #define CLIPS_rules_file_syntax_error (CLIPS_ERROR_BASE + 6) |
The rules file being loaded for rules engine initialization contains syntax error(s).
Definition at line 62 of file clips_errors.h.
| #define CLIPS_unexpected_output_error (CLIPS_ERROR_BASE + 12) |
The CLIPS unexpected output error.
Definition at line 92 of file clips_errors.h.