Changeset 8246 for trunk/psModules/src/camera/pmFPAEnsemble.c
- Timestamp:
- Aug 8, 2006, 4:37:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAEnsemble.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAEnsemble.c
r8048 r8246 238 238 } 239 239 240 psTrace( __func__, 3, "%s --> FPA: %s, chip: %d, cell: %d\n", filename, fpaName,240 psTrace("psModules.camera", 3, "%s --> FPA: %s, chip: %d, cell: %d\n", filename, fpaName, 241 241 view->chip, view->cell); 242 242 … … 245 245 if (!check) { 246 246 // Add in the new FPA 247 psTrace( __func__, 5, "New FPA.\n");247 psTrace("psModules.camera", 5, "New FPA.\n"); 248 248 component = pmFPAComponentAlloc(fpa, view); 249 249 psMetadataAddPtr(fpas, PS_LIST_TAIL, fpaName, PS_DATA_UNKNOWN, NULL, component->fpa); 250 250 } else { 251 251 // Need to put the appropriate element of the new FPA in the old one. 252 psTrace( __func__, 5, "Adding to extant FPA.\n");252 psTrace("psModules.camera", 5, "Adding to extant FPA.\n"); 253 253 pmFPA *oldFPA = check->data.V; // The existing FPA 254 254 component = pmFPAComponentAlloc(oldFPA, view);
Note:
See TracChangeset
for help on using the changeset viewer.
