| dbgval |
Defines the Debug Level. The following values can be used :
Value Function
DBG_NONE The will be no debug information given out.
DBG_NULL_PTR Wrong Zero-Pointers will be shown
DBG_FUNC_DEFINED Illegal function calls are shown (when for example by an A/D card the function QAPIExtWriteDA is called.)
DBG_VALID_CARD_ID Wrong Card ID will be shown
DBG_MAKE_LOG The will be no debug information given out, they will be saved in a file
DBG_FULL_DEBUG There will be all errors documented. It is the value DBG_NULL_PTR | DBG_FUNC_DEFINED | DBG_VALID_CARD_ID | DBG_MAKE_LOG |