Changeset 18026
- Timestamp:
- Jun 9, 2008, 12:32:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r17182 r18026 98 98 } 99 99 if (!pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 100 PM_CONCEPT_SOURCE_DEFAULTS , true, NULL)) {100 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE, true, NULL)) { 101 101 psError(PS_ERR_IO, false, "Failed to read concepts for cell.\n"); 102 102 return false; … … 570 570 571 571 // load in the concept information for this cell 572 if (!pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER , true, NULL)) {572 if (!pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_DATABASE, true, NULL)) { 573 573 //psError(PS_ERR_UNKNOWN, false, "Failed to read concepts for cell"); 574 574 //return false; … … 659 659 } 660 660 if (success) { 661 if (!pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_HEADER, true, true, NULL)) { 661 if (!pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_DATABASE, 662 true, true, NULL)) { 662 663 psError(PS_ERR_IO, false, "Failed to read concepts for chip.\n"); 663 664 return false; … … 689 690 } 690 691 if (success) { 691 if (!pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_HEADER , true, NULL)) {692 if (!pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_DATABASE, true, NULL)) { 692 693 psError(PS_ERR_IO, false, "Failed to read concepts for FPA.\n"); 693 694 return false; … … 739 740 // Make sure we have the information we need 740 741 if (!pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 741 PM_CONCEPT_SOURCE_DEFAULTS , true, NULL)) {742 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE, true, NULL)) { 742 743 psError(PS_ERR_IO, false, "Failed to read concepts for cell.\n"); 743 744 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
