#include <stdlib.h>Definition in file interfaces/clib/include/cantera_clib/clib_defs.h.
Go to the source code of this file.
Macros | |
| #define | ERR -999 |
| #define | DERR -999.999 |
Typedefs | |
| typedef void(* | LogCallback) (enum LogLevel logLevel, const char *category, const char *message) |
| Represents a callback that is invoked to produce log output. | |
Enumerations | |
| enum | LogLevel { INFO , WARN , ERROR } |
| #define ERR -999 |
Definition at line 28 of file interfaces/clib/include/cantera_clib/clib_defs.h.
| #define DERR -999.999 |
Definition at line 32 of file interfaces/clib/include/cantera_clib/clib_defs.h.
| typedef void(* LogCallback) (enum LogLevel logLevel, const char *category, const char *message) |
Represents a callback that is invoked to produce log output.
Definition at line 39 of file interfaces/clib/include/cantera_clib/clib_defs.h.
| enum LogLevel |
Definition at line 36 of file interfaces/clib/include/cantera_clib/clib_defs.h.