IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 1:09:44 PM (18 years ago)
Author:
bills
Message:

various changes to get the protoype limping along

Location:
trunk/pstamp/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src

    • Property svn:ignore
      •  

        old new  
        66config.h.in
        77stamp-h1
        8 ppstampErrorCodes.c
        9 ppstampErrorCodes.h
         8pstampErrorCodes.c
         9pstampErrorCodes.h
        1010.libs
  • trunk/pstamp/src/pstamp.h

    r16132 r16239  
    2222} pstampImageType;
    2323
     24
     25// command modes for pstampparse
     26typedef enum {
     27    PSP_MODE_UNKNOWN = 0,
     28    PSP_MODE_QUEUE_JOB,
     29    PSP_MODE_LIST_URI,
     30    PSP_MODE_LIST_JOB
     31} pspMode;
     32
     33
     34
    2435#define STAMP_REQUEST_EXTNAME "PS1_PS_REQUEST"
    2536#define STAMP_REQUEST_VERSION "1.0"
Note: See TracChangeset for help on using the changeset viewer.