29 #ifndef FITS_FITSERROR_H 30 #define FITS_FITSERROR_H 33 #include <casacore/casa/aips.h>
default FITS error handling function, typdef, and enumeration
void(* FITSErrorHandler)(const char *errMessage, FITSError::ErrorLevel severity)
Define a typedef for the handler function signature for convenience.
ErrorLevel
WARN means that the FITS file is still usable - this generally happens when parsing the HDU and some ...
this file contains all the compiler specific defines
static void defaultHandler(const char *errMessage, ErrorLevel severity)
The default error handler.