Changeset 6575 for branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.c
- Timestamp:
- Mar 13, 2006, 4:23:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.c
r6552 r6575 4 4 5 5 #include "pmFPA.h" 6 #include "pmConcepts.h" 6 7 #include "pmFPAConstruct.h" 7 #include "psAdditionals.h"8 8 9 9 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// … … 147 147 while ((cellName = psListGetAndIncrement(cellNamesIter))) { 148 148 pmCell *cell = pmCellAlloc(chip, cellName); // New cell 149 pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_DEFAULTS, NULL); 149 150 psFree(cell); // Drop reference 150 151 } 152 pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_DEFAULTS, NULL); 151 153 psFree(chip); // Drop reference 152 154 psFree(cellNamesIter); 153 155 } 154 156 psFree(componentsIter); 157 pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_DEFAULTS, NULL); 155 158 156 159 return fpa; … … 241 244 } 242 245 cell->config = psMemIncrRefCounter(cellData); 246 pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_CAMERA, NULL); 243 247 } 244 248 } … … 291 295 } 292 296 cell->config = psMemIncrRefCounter(cellData); 297 pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_CAMERA, NULL); 293 298 } 294 299 … … 332 337 } 333 338 cell->config = psMemIncrRefCounter(cellData); 339 pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_CAMERA, NULL); 334 340 } 335 341
Note:
See TracChangeset
for help on using the changeset viewer.
