Cantera  3.2.0a2
Loading...
Searching...
No Matches
interfaces/clib/include/cantera_clib/clib_defs.h File Reference
#include "cantera/base/config.h"
#include <stdlib.h>
Include dependency graph for interfaces/clib/include/cantera_clib/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 interfaces/clib/include/cantera_clib/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

◆ DERR

#define DERR   -999.999

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 40 of file interfaces/clib/include/cantera_clib/clib_defs.h.

Enumeration Type Documentation

◆ LogLevel

enum LogLevel