IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2009, 11:47:44 AM (17 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/20091113
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113

  • branches/eam_branches/20091113/pstamp/src/pstamp.h

    r25709 r26246  
    33
    44// error codes returned to users in results flie
    5 // These must match the values in  PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm
     5// PS-IPP-PStamp::RequestFile
     6// These must match the values in the perl module PS-IPP-PStamp::RequestFile
     7// i.e. PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm
     8
    69typedef enum {
    710        PSTAMP_SUCCESS          = 0,
     
    2124
    2225
    23 #define PSTAMP_SELECT_IMAGE  1
    24 #define PSTAMP_SELECT_MASK   2
    25 #define PSTAMP_SELECT_WEIGHT 4
     26// values for options mask.
     27#define PSTAMP_SELECT_IMAGE      1
     28#define PSTAMP_SELECT_MASK       2
     29#define PSTAMP_SELECT_WEIGHT     4
     30#define PSTAMP_SELECT_CMF        8
     31#define PSTAMP_SELECT_PSF       16
     32#define PSTAMP_SELECT_BACKMDL   32
    2633#define PSTAMP_SELECT_INVERSE 1024
     34
     35#define PSTAMP_WAIT_FOR_UPDATE 2048
    2736
    2837#define PSTAMP_CENTER_IN_PIXELS 1
     
    3544#define STAMP_RESULTS_VERSION "1"
    3645
     46// end of values tha must match PS-IPP-PStamp::RequestFile
     47
    3748#endif
Note: See TracChangeset for help on using the changeset viewer.