Changeset 7469 for trunk/psModules/src/concepts/pmConcepts.h
- Timestamp:
- Jun 9, 2006, 3:55:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.h
r7311 r7469 47 47 bool pmConceptsReadFPA(pmFPA *fpa, // FPA for which to read concepts 48 48 pmConceptSource source, // Source for concepts 49 bool propagateDown, // Propagate to lower levels? 49 50 psDB *db // Database handle 50 51 ); 51 52 bool pmConceptsWriteFPA(pmFPA *fpa, // FPA for which to write concepts 52 53 pmConceptSource source, // Source for concepts 54 bool propagateDown, // Propagate to lower levels? 53 55 psDB *db // Database handle 54 56 ); … … 57 59 bool pmConceptsReadChip(pmChip *chip, // Chip for which to read concepts 58 60 pmConceptSource source, // Source for concepts 59 bool propagate, // Propagate to higher levels as well? 61 bool propagateUp, // Propagate to higher levels? 62 bool propagateDown, // Propagate to lower levels? 60 63 psDB *db // Database handle 61 64 ); 62 65 bool pmConceptsWriteChip(pmChip *chip, // Chip for which to write concepts 63 66 pmConceptSource source, // Source for concepts 64 bool propagate,// Propagate to higher levels as well? 67 bool propagateUp,// Propagate to higher levels? 68 bool propagateDown, // Propagate to lower levels? 65 69 psDB *db // Database handle 66 70 ); … … 69 73 bool pmConceptsReadCell(pmCell *cell, // Cell for which to read concepts 70 74 pmConceptSource source, // Source for concepts 71 bool propagate , // Propagate to higher levels as well?75 bool propagateUp, // Propagate to higher levels? 72 76 psDB *db // Database handle 73 77 ); 74 78 bool pmConceptsWriteCell(pmCell *cell, // FPA for which to write concepts 75 79 pmConceptSource source, // Source for concepts 76 bool propagate ,// Propagate to higher levels as well?80 bool propagateUp, // Propagate to higher levels? 77 81 psDB *db // Database handle 78 82 );
Note:
See TracChangeset
for help on using the changeset viewer.
