Changeset 6747 for trunk/ppImage/src/ppFile.h
- Timestamp:
- Mar 31, 2006, 3:24:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppFile.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppFile.h
r6260 r6747 3 3 4 4 #include "pslib.h" 5 #include "p mFPA.h"5 #include "psmodules.h" 6 6 7 7 // A file to process … … 11 11 psMetadata *phu; // The FITS header 12 12 pmFPA *fpa; // The FPA, with pixels and extensions 13 pmFPAview *view; // The view 13 14 } ppFile; 14 15 15 16 16 // Allocator s17 // Allocator 17 18 ppFile *ppFileAlloc(void); 18 19 20 bool ppFileOpen(ppFile *file, const char *name, pmConfig *config, psMetadata *camera, psMetadata *format); 19 21 20 22 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
