Changeset 6817 for trunk/ppImage/src/ppImageOptions.h
- Timestamp:
- Apr 7, 2006, 5:57:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.h
r6747 r6817 1 1 #ifndef PP_IMAGE_OPTIONS_H 2 2 #define PP_IMAGE_OPTIONS_H 3 4 #include "pslib.h"5 #include "psmodules.h"6 #include "ppImageData.h"7 #include "ppConfig.h"8 9 // How much of the FPA to load at a time10 typedef enum {11 PP_LOAD_NONE, // Don't load anything12 PP_LOAD_FPA, // Load the entire FPA at once13 PP_LOAD_CHIP, // Load by chip14 PP_LOAD_CELL, // Load by cell15 } ppImageLoadDepth;16 3 17 4 // Options for ppImage processing … … 30 17 psMetadataItem *nonLinearData; 31 18 void *nonLinearSource; 32 ppImageLoadDepth imageLoadDepth; // How much of the FPA to load at once33 19 } ppImageOptions; 34 20 … … 36 22 37 23 // Determine the processing options 38 bool ppImageOptionsParse(ppImageData *data, // The data to be processed 39 ppImageOptions *options, // Processing options 40 pmConfig *config // Configuration 41 ); 24 ppImageOptions *ppImageOptionsParse(pmConfig *config); 42 25 43 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
