- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/psModules
- Property svn:mergeinfo changed
/trunk/psModules merged: 23354,23358,23370,23374,23378,23404-23405,23428,23432,23447,23450-23452,23476,23487,23498,23535,23574,23576-23577,23587
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/camera/pmFPAWrite.c
r23351 r23594 172 172 173 173 if (writeBlank || writeImage) { 174 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 175 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 176 if (!pmConceptsWriteCell(cell, source, true, config)) { 174 if (!pmConceptsWriteCell(cell, true, config)) { 177 175 psError(PS_ERR_IO, false, "Unable to write concepts for cell."); 178 176 return false; … … 225 223 226 224 if (writeBlank || writeImage) { 227 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 228 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 229 if (!pmConceptsWriteChip(chip, source, true, true, config)) { 225 if (!pmConceptsWriteChip(chip, true, true, config)) { 230 226 psError(PS_ERR_IO, false, "Unable to write concepts for chip.\n"); 231 227 return false; … … 294 290 295 291 if (writeBlank || writeImage) { 296 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 297 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 298 if (!pmConceptsWriteFPA(fpa, source, true, config)) { 292 if (!pmConceptsWriteFPA(fpa, true, config)) { 299 293 psError(PS_ERR_IO, false, "Unable to write concepts for FPA.\n"); 300 294 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
