pmErrorCodes.h

Go to the documentation of this file.
00001 #if !defined(PM_ERROR_CODES_H)
00002 #define PM_ERROR_CODES_H
00003 /*
00004  * The line
00005  *  PM_ERR_$X{ErrorCode},
00006  * (without the X)
00007  *
00008  * will be replaced by values from errorCodes.dat
00009  */
00010 typedef enum {
00011     PM_ERR_BASE = 1200,
00012     PM_ERR_UNKNOWN,
00013     PM_ERR_PHOTOM,
00014     PM_ERR_ASTROM,
00015     PM_ERR_CAMERA,
00016     PM_ERR_CONCEPTS,
00017     PM_ERR_IMCOMBINE,
00018     PM_ERR_OBJECTS,
00019     PM_ERR_SKY,
00020     PM_ERR_ARGUMENTS,
00021     PM_ERR_SYS,
00022     PM_ERR_CONFIG,
00023     PM_ERR_PROG,
00024     PM_ERR_DATA,
00025     PM_ERR_NERROR
00026 } pmErrorCode;
00027 
00028 void pmErrorRegister(void);
00029 
00030 #endif

Generated on Fri Feb 2 22:35:28 2007 for Pan-STARRS Module Library by  doxygen 1.5.1