Coin Logo http://www.coin3d.org/
http://www.kongsberg.com/kogt/

Typedefs | Enumerations | Functions
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
 
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 }
 

Functions

void cc_debugerror_post (const char *source, const char *format,...)
 
void cc_debugerror_postwarning (const char *source, const char *format,...)
 
void cc_debugerror_postinfo (const char *source, const char *format,...)
 
void cc_debugerror_init (cc_debugerror *me)
 
void cc_debugerror_clean (cc_debugerror *me)
 
CC_DEBUGERROR_SEVERITY cc_debugerror_get_severity (const cc_debugerror *me)
 
void cc_debugerror_set_handler_callback (cc_debugerror_cb *function, void *data)
 
cc_debugerror_cb * cc_debugerror_get_handler_callback (void)
 
void * cc_debugerror_get_handler_data (void)
 
cc_debugerror_cb * cc_debugerror_get_handler (void **data)
 

Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated for Coin by Doxygen