Changeset 21392 for trunk/psphot/src/psphotDetect.h
- Timestamp:
- Feb 6, 2009, 1:36:21 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotDetect.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotDetect.h
r21353 r21392 12 12 13 13 // Top level functions 14 pmConfig *psphotArguments (int argc, char **argv); 15 bool psphotParseCamera (pmConfig *config); 16 bool psphotImageLoop (pmConfig *config); 17 bool psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile); 18 void psphotCleanup (pmConfig *config); 19 psExit psphotGetExitStatus (); 14 pmConfig *psphotDetectArguments(int argc, char **argv); 15 bool psphotDetectParseCamera (pmConfig *config); 16 bool psphotDetectImageLoop (pmConfig *config); 17 bool psphotDetectReadout(pmConfig *config, const pmFPAview *view); 18 19 bool psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile); 20 void psphotCleanup (pmConfig *config); 21 psExit psphotGetExitStatus (); 20 22 21 23 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
