Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
debugerror.h File Reference
#include <Inventor/C/basic.h>
#include <Inventor/C/errors/error.h>
#include <stdarg.h>

Go to the source code of this file.

Typedefs

typedef enum CC_DEBUGERROR_SEVERITY CC_DEBUGERROR_SEVERITY
 
typedef struct cc_debugerror cc_debugerror
 The cc_debugerror type is an internal Coin structure for debug error management.This is a Coin extension.
 
typedef void cc_debugerror_cb (const cc_debugerror *err, void *data)
 

Enumerations

enum  CC_DEBUGERROR_SEVERITY { CC_DEBUGERROR_ERROR, CC_DEBUGERROR_WARNING, CC_DEBUGERROR_INFO }
 

Typedef Documentation

void cc_debugerror_cb

The definition for a debug error callback handler.

Enumeration Type Documentation

Specifies the available severity levels of the debug messages.

Enumerator
CC_DEBUGERROR_ERROR 

An actual error.

CC_DEBUGERROR_WARNING 

Just a warning.

CC_DEBUGERROR_INFO 

For information only.