#include "cantera/base/config.h"#include <stdlib.h>Definition in file include/cantera/clib/clib_defs.h.
Go to the source code of this file.
Macros | |
| #define | CLIB_DEFS_H |
| #define | CANTERA_CAPI |
| #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 CLIB_DEFS_H |
Definition at line 12 of file include/cantera/clib/clib_defs.h.
| #define CANTERA_CAPI |
Definition at line 20 of file include/cantera/clib/clib_defs.h.
| #define ERR -999 |
Definition at line 24 of file include/cantera/clib/clib_defs.h.
| #define DERR -999.999 |
Definition at line 28 of file 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.
TODO: Only needed in the main CLib library. Should be moved once the legacy CLib is removed.
Definition at line 37 of file include/cantera/clib/clib_defs.h.
| enum LogLevel |
Definition at line 32 of file include/cantera/clib/clib_defs.h.