Changeset 30620 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Feb 13, 2011, 11:52:31 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r28253 r30620 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 5 #include <stdio.h> 6 #include <pslib.h> 7 #include <psmodules.h> 8 #include <ppStats.h> 9 #include <psphot.h> 10 1 11 #ifndef PPSTACK_H 2 12 #define PPSTACK_H … … 7 17 #include <pslib.h> 8 18 #include <psmodules.h> 9 10 #include "ppStackOptions.h"11 #include "ppStackErrorCodes.h"12 19 13 20 // Mask values for inputs … … 25 32 // List of files 26 33 typedef enum { 34 PPSTACK_FILES_NONE, // NOP list 27 35 PPSTACK_FILES_PREPARE, // Files for preparation 28 36 PPSTACK_FILES_TARGET, // Files for target generation … … 33 41 } ppStackFileList; 34 42 43 #include "ppStackOptions.h" 44 #include "ppStackThread.h" 45 #include "ppStackLoop.h" 46 #include "ppStackErrorCodes.h" 35 47 36 48 // Setup command-line arguments … … 180 192 ); 181 193 194 bool ppStackWriteVariance(const char *name, // Name of image 195 psMetadata *header, // Header 196 const psImage *variance, // Variance 197 const psImage *covariance, // Variance 198 pmConfig *config // Configuration 199 ); 200 182 201 /// Return an appropriate exit code based on the error code 183 202 psExit ppStackExitCode(psExit exitValue); 184 203 204 bool ppStackCleanup(pmConfig *config, ppStackOptions *options) PS_ATTR_NORETURN; 205 185 206 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
