Changeset 6618 for branches/rel10_ifa/psModules/src/astrom/pmConcepts.h
- Timestamp:
- Mar 16, 2006, 3:47:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmConcepts.h
r6575 r6618 65 65 bool pmConceptsReadChip(pmChip *chip, // Chip for which to read concepts 66 66 pmConceptSource source, // Source for concepts 67 bool propagate, // Propagate to higher levels as well? 67 68 psDB *db // Database handle 68 69 ); 69 70 bool pmConceptsWriteChip(pmChip *chip, // Chip for which to write concepts 70 71 pmConceptSource source, // Source for concepts 72 bool propagate,// Propagate to higher levels as well? 71 73 psDB *db // Database handle 72 74 ); … … 75 77 bool pmConceptsReadCell(pmCell *cell, // Cell for which to read concepts 76 78 pmConceptSource source, // Source for concepts 79 bool propagate, // Propagate to higher levels as well? 77 80 psDB *db // Database handle 78 81 ); 79 82 bool pmConceptsWriteCell(pmCell *cell, // FPA for which to write concepts 80 83 pmConceptSource source, // Source for concepts 84 bool propagate,// Propagate to higher levels as well? 81 85 psDB *db // Database handle 82 86 );
Note:
See TracChangeset
for help on using the changeset viewer.
