Changeset 25709
- Timestamp:
- Oct 1, 2009, 8:28:17 AM (17 years ago)
- Location:
- trunk/pstamp/src
- Files:
-
- 1 added
- 5 edited
-
Makefile.am (modified) (1 diff)
-
ppstamp.h (modified) (1 diff)
-
pstamp.h (modified) (1 diff)
-
pstampGetROI.c (modified) (1 diff)
-
pstampint.h (added)
-
pstamprequest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src/Makefile.am
r19229 r25709 1 1 bin_PROGRAMS = ppstamp pstamprequest pstampdump 2 3 include_HEADERS = \ 4 pstamp.h 2 5 3 6 noinst_HEADERS = \ 4 7 ppstamp.h \ 8 pstampint.h \ 5 9 pstampErrorCodes.h 6 10 -
trunk/pstamp/src/ppstamp.h
r25197 r25709 6 6 #endif 7 7 8 #include "pstamp .h"8 #include "pstampint.h" 9 9 #include "ppstampOptions.h" 10 10 -
trunk/pstamp/src/pstamp.h
r25445 r25709 1 1 #ifndef PSTAMP_H 2 2 #define PSTAMP_H 3 4 #include <stdio.h>5 #include <string.h>6 #include <strings.h> // for strcasecmp7 #include <unistd.h> // for unlink8 #include "pslib.h"9 #include "psmodules.h"10 #include "pstampErrorCodes.h"11 12 typedef enum {13 PSTAMP_UNKNOWN = -1,14 PSTAMP_RAW,15 PSTAMP_CHIP,16 PSTAMP_WARP,17 PSTAMP_DIFF,18 PSTAMP_STACK19 } pstampImageType;20 21 22 // command modes for pstampparse23 typedef enum {24 PSP_MODE_UNKNOWN = 0,25 PSP_MODE_QUEUE_JOB,26 PSP_MODE_LIST_URI,27 PSP_MODE_LIST_JOB28 } pspMode;29 3 30 4 // error codes returned to users in results flie -
trunk/pstamp/src/pstampGetROI.c
r18243 r25709 3 3 #endif 4 4 5 #include "pstamp .h"5 #include "pstampint.h" 6 6 #include "pstampROI.h" 7 7 #include "ohana.h" -
trunk/pstamp/src/pstamprequest.c
r21243 r25709 1 1 #include <pslib.h> 2 2 #include <string.h> 3 #include "pstamp .h"3 #include "pstampint.h" 4 4 #include "pstampROI.h" 5 5
Note:
See TracChangeset
for help on using the changeset viewer.
