Changeset 9596 for trunk/psModules/src/camera/pmFPAMosaic.c
- Timestamp:
- Oct 16, 2006, 4:33:55 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.c
r9584 r9596 968 968 // Once the demands of case 1 have been met, or case 2 has been performed, then we can create a cell to hold 969 969 // the mosaic image. 970 bool pmChipMosaic(pmChip *target, // Target chip --- may contain only a single cell 971 const pmChip *source // Source chip whose cells will be mosaicked 972 ) 970 971 bool pmChipMosaic(pmChip *target, const pmChip *source) 973 972 { 974 973 // Target exists, and has only a single cell … … 1066 1065 1067 1066 1068 // Same deal with the FPA 1069 bool pmFPAMosaic(pmFPA *target, // Target FPA --- may contain only a single chip with a single cell 1070 const pmFPA *source // FPA whose chips and cells will be mosaicked 1071 ) 1067 bool pmFPAMosaic(pmFPA *target, const pmFPA *source) 1072 1068 { 1073 1069 // Target exists, and has only a single chip with single cell
Note:
See TracChangeset
for help on using the changeset viewer.
