Go to the source code of this file.
Macros | |
#define | NURONerr(f, r) ERR_NURON_error((f),(r),__FILE__,__LINE__) |
#define | NURON_F_NURON_CTRL 100 |
#define | NURON_F_NURON_FINISH 101 |
#define | NURON_F_NURON_INIT 102 |
#define | NURON_F_NURON_MOD_EXP 103 |
#define | NURON_R_ALREADY_LOADED 100 |
#define | NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED 101 |
#define | NURON_R_DSO_FAILURE 102 |
#define | NURON_R_DSO_FUNCTION_NOT_FOUND 103 |
#define | NURON_R_DSO_NOT_FOUND 104 |
#define | NURON_R_NOT_LOADED 105 |
#define NURON_F_NURON_CTRL 100 |
Definition at line 74 of file e_nuron_err.h.
#define NURON_F_NURON_FINISH 101 |
Definition at line 75 of file e_nuron_err.h.
#define NURON_F_NURON_INIT 102 |
Definition at line 76 of file e_nuron_err.h.
#define NURON_F_NURON_MOD_EXP 103 |
Definition at line 77 of file e_nuron_err.h.
#define NURON_R_ALREADY_LOADED 100 |
Definition at line 80 of file e_nuron_err.h.
#define NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED 101 |
Definition at line 81 of file e_nuron_err.h.
#define NURON_R_DSO_FAILURE 102 |
Definition at line 82 of file e_nuron_err.h.
#define NURON_R_DSO_FUNCTION_NOT_FOUND 103 |
Definition at line 83 of file e_nuron_err.h.
#define NURON_R_DSO_NOT_FOUND 104 |
Definition at line 84 of file e_nuron_err.h.
#define NURON_R_NOT_LOADED 105 |
Definition at line 85 of file e_nuron_err.h.
Definition at line 69 of file e_nuron_err.h.