IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2008, 12:33:36 PM (18 years ago)
Author:
Paul Price
Message:

Write "concepts" to database whenever we write the header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.c

    r17911 r18027  
    160160        pmFPAUpdateNames(cell->parent->parent, cell->parent, cell);
    161161        pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
    162                                  PM_CONCEPT_SOURCE_DEFAULTS;
     162                                 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE;
    163163        if (!pmConceptsWriteCell(cell, source, true, NULL)) {
    164164            psError(PS_ERR_IO, false, "Unable to write concepts for cell.\n");
     
    210210            pmFPAUpdateNames(chip->parent, chip, NULL);
    211211            pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
    212                                      PM_CONCEPT_SOURCE_DEFAULTS;
     212                                     PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE;
    213213            if (!pmConceptsWriteChip(chip, source, true, true, NULL)) {
    214214                psError(PS_ERR_IO, false, "Unable to write concepts for chip.\n");
     
    274274            pmFPAUpdateNames(fpa, NULL, NULL);
    275275            pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
    276                                      PM_CONCEPT_SOURCE_DEFAULTS;
     276                                     PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE;
    277277            if (!pmConceptsWriteFPA(fpa, source, true, NULL)) {
    278278                psError(PS_ERR_IO, false, "Unable to write concepts for FPA.\n");
Note: See TracChangeset for help on using the changeset viewer.