Changeset 9570 for trunk/psModules/src/concepts/pmConceptsWrite.h
- Timestamp:
- Oct 13, 2006, 3:02:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsWrite.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsWrite.h
r7017 r9570 2 2 #define PM_CONCEPTS_WRITE_H 3 3 4 #include "pslib.h"4 #include <pslib.h> 5 5 #include "pmFPA.h" 6 6 7 bool pmConceptsWriteToCamera(psMetadata *specs, // The concept specifications 8 pmCell *cell, // The cell 9 psMetadata *concepts // The concepts 10 ); 11 bool pmConceptsWriteToDefaults(psMetadata *specs, // The concept specifications 7 bool p_pmConceptsWriteToCells(psMetadata *specs, // The concept specifications 8 pmCell *cell, // The cell 9 psMetadata *concepts // The concepts 10 ); 11 bool p_pmConceptsWriteToDefaults(psMetadata *specs, // The concept specifications 12 pmFPA *fpa, // The FPA 13 pmChip *chip, // The chip 14 pmCell *cell, // The cell 15 psMetadata *concepts // The concepts 16 ); 17 bool p_pmConceptsWriteToHeader(psMetadata *specs, // The concept specifications 12 18 pmFPA *fpa, // The FPA 13 19 pmChip *chip, // The chip … … 15 21 psMetadata *concepts // The concepts 16 22 ); 17 bool pmConceptsWriteToHeader(psMetadata *specs, // The concept specifications 18 pmFPA *fpa, // The FPA 19 pmChip *chip, // The chip 20 pmCell *cell, // The cell 21 psMetadata *concepts // The concepts 22 ); 23 bool pmConceptsWriteToDatabase(psMetadata *specs, // The concept specifications 24 pmFPA *fpa, // The FPA 25 pmChip *chip, // The chip 26 pmCell *cell, // The cell 27 psDB *db,// The database handle 28 psMetadata *concepts // The concepts 29 ); 30 31 32 #ifdef OLD 33 34 // Well, not really "write", but check to make sure it's there and matches 35 bool pmConceptWriteToCamera(pmCell *cell, // The cell 36 psMetadataItem *concept // Concept 37 ); 38 39 // Write the concept to the header in the appropriate location 40 bool pmConceptWriteToHeader(pmFPA *fpa, // The FPA that contains the chip 41 pmChip *chip, // The chip that contains the cell 42 pmCell *cell, // The cell 43 psMetadataItem *concept // Concept 44 ); 45 46 // Well, not really "write", but check to see if it's there, and matches 47 bool pmConceptWriteToDefault(pmFPA *fpa, // The FPA that contains the chip 48 pmChip *chip, // The chip that contains the cell 49 pmCell *cell, // The cell 50 psMetadataItem *concept // Concept 51 ); 52 53 bool pmConceptWriteToDB(pmFPA *fpa, // The FPA that contains the chip 54 pmChip *chip, // The chip that contains the cell 55 pmCell *cell, // The cell 56 psDB *db, // DB handle 57 psMetadataItem *concept // Concept 58 ); 59 60 // Concept write from item 61 bool pmConceptWriteItem(pmFPA *fpa, // The FPA 62 pmChip *chip, // The chip 63 pmCell *cell, // The cell 64 psDB *db, // DB handle 65 psMetadataItem *concept // Concept item 66 ); 67 68 bool pmConceptWrite(pmFPA *fpa, // The FPA 69 pmChip *chip,// The chip 70 pmCell *cell, // The cell 71 psDB *db, // DB handle 72 psMetadata *concepts, // Concepts MD from which to set 73 const char *name // Name of the concept 74 ); 23 bool p_pmConceptsWriteToDatabase(psMetadata *specs, // The concept specifications 24 pmFPA *fpa, // The FPA 25 pmChip *chip, // The chip 26 pmCell *cell, // The cell 27 psDB *db,// The database handle 28 psMetadata *concepts // The concepts 29 ); 75 30 76 31 #endif 77 78 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
