IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 4:02:42 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/pstamp/src/pstamp.h

    r18243 r25406  
    88#include "pslib.h"
    99#include "psmodules.h"
    10 // #include "psphot.h"
    11 // #include "psastro.h"
    12 // #include "ppStats.h"
    1310#include "pstampErrorCodes.h"
    1411
     
    3128} pspMode;
    3229
     30// error codes returned to users in results flie
     31// These must match the values in  PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm
     32typedef enum {
     33        PSTAMP_SUCCESS          = 0,
     34        PSTAMP_SYSTEM_ERROR     = 10,
     35        PSTAMP_NOT_IMPLEMENTED  = 11,
     36        PSTAMP_UNKNOWN_ERROR    = 12,
     37        PSTAMP_DUP_REQUEST      = 20,
     38        PSTAMP_INVALID_REQUEST  = 21,
     39        PSTAMP_UNKNOWN_PRODUCT  = 22,
     40        PSTAMP_NO_IMAGE_MATCH   = 23,
     41        PSTAMP_NOT_DESTREAKED   = 24,
     42        PSTAMP_NOT_AVAILABLE    = 25,
     43        PSTAMP_GONE             = 26,
     44        PSTAMP_NO_JOBS_QUEUED   = 27,
     45        PSTAMP_NO_OVERLAP       = 28
     46} pstampJobErrors;
     47
     48
    3349#define PSTAMP_SELECT_IMAGE  1
    3450#define PSTAMP_SELECT_MASK   2
     
    4460#define STAMP_RESULTS_VERSION "1"
    4561
     62
     63
    4664#endif
Note: See TracChangeset for help on using the changeset viewer.