Cantera  3.1.0b1
Loading...
Searching...
No Matches
clib_defs.h File Reference
#include "cantera/base/config.h"
#include <stdlib.h>
Include dependency graph for clib_defs.h:

Detailed Description

Warning
This module is an experimental part of the Cantera API and may be changed or removed 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 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 }
 

Macro Definition Documentation

◆ CANTERA_CAPI

#define CANTERA_CAPI

Definition at line 20 of file clib_defs.h.

◆ ERR

#define ERR   -999

Definition at line 24 of file clib_defs.h.

◆ DERR

#define DERR   -999.999

Definition at line 28 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 35 of file clib_defs.h.

Enumeration Type Documentation

◆ LogLevel

enum LogLevel

Definition at line 32 of file clib_defs.h.