Cantera  3.3.0a1
Loading...
Searching...
No Matches
clib_defs.h File Reference
#include <stdlib.h>
Include dependency graph for clib_defs.h:

Detailed Description

Warning
The generated CLib API is an experimental part of Cantera and may be changed without notice.

Definition in file clib_defs.h.

This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

◆ ERR

#define ERR   -999

Definition at line 28 of file clib_defs.h.

◆ DERR

#define DERR   -999.999

Definition at line 32 of file clib_defs.h.

Typedef Documentation

◆ LogCallback

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 clib_defs.h.

Enumeration Type Documentation

◆ LogLevel

enum LogLevel

Definition at line 36 of file clib_defs.h.