Changeset 25075 for trunk/pstamp/src
- Timestamp:
- Aug 14, 2009, 12:45:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/src/pstamp.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src/pstamp.h
r18243 r25075 8 8 #include "pslib.h" 9 9 #include "psmodules.h" 10 // #include "psphot.h"11 // #include "psastro.h"12 // #include "ppStats.h"13 10 #include "pstampErrorCodes.h" 14 11 … … 31 28 } pspMode; 32 29 30 // error codes returned to users in results flie 31 typedef enum { 32 PSTAMP_SUCCESS = 0, 33 PSTAMP_SYSTEM_ERROR = 10, 34 PSTAMP_NOT_IMPLEMENTED = 11, 35 PSTAMP_UNKNOWN_ERROR = 12, 36 PSTAMP_DUP_REQUEST = 20, 37 PSTAMP_INVALID_REQUEST = 21, 38 PSTAMP_UNKNOWN_PRODUCT = 22, 39 PSTAMP_NO_IMAGE_MATCH = 23, 40 PSTAMP_NOT_DESTREAKED = 24, 41 PSTAMP_NOT_AVAILABLE = 25, 42 PSTAMP_GONE = 26, 43 PSTAMP_NO_JOBS_QUEUED = 27 44 } pstampJobErrors; 45 46 33 47 #define PSTAMP_SELECT_IMAGE 1 34 48 #define PSTAMP_SELECT_MASK 2 … … 44 58 #define STAMP_RESULTS_VERSION "1" 45 59 60 61 46 62 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
