Changeset 7278 for trunk/psModules/src/camera/pmFPACopy.h
- Timestamp:
- Jun 1, 2006, 2:55:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPACopy.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPACopy.h
r7017 r7278 3 3 4 4 // Copy the FPA components, including the pixels 5 int pmFPACopy(pmFPA *target, // The target FPA 6 pmFPA *source // The source FPA, to be copied 7 ); 8 int pmChipCopy(pmChip *target, // The target chip 9 pmChip *source // The source chip, to be copied 5 bool pmFPACopy(pmFPA *target, // The target FPA 6 pmFPA *source // The source FPA, to be copied 10 7 ); 11 int pmCellCopy(pmCell *target, // The target cell 12 pmCell *source // The source cell, to be copied 13 ); 8 bool pmChipCopy(pmChip *target, // The target chip 9 pmChip *source // The source chip, to be copied 10 ); 11 bool pmCellCopy(pmCell *target, // The target cell 12 pmCell *source // The source cell, to be copied 13 ); 14 14 15 15 // Versions that copy the structure and not the pixels; they also allow binning 16 int pmFPACopyStructure(pmFPA *target, // The target FPA 17 pmFPA *source, // The source FPA, to be copied 18 int xBin, int yBin // Binning factors in x and y 19 ); 20 int pmChipCopyStructure(pmChip *target, // The target chip 21 pmChip *source, // The source chip, to be copied 22 int xBin, int yBin // Binning factors in x and y 16 bool pmFPACopyStructure(pmFPA *target, // The target FPA 17 pmFPA *source, // The source FPA, to be copied 18 int xBin, int yBin // Binning factors in x and y 23 19 ); 24 int pmCellCopyStructure(pmCell *target, // The target cell 25 pmCell *source, // The source cell, to be copied 26 int xBin, int yBin // Binning factors in x and y 27 ); 20 bool pmChipCopyStructure(pmChip *target, // The target chip 21 pmChip *source, // The source chip, to be copied 22 int xBin, int yBin // Binning factors in x and y 23 ); 24 bool pmCellCopyStructure(pmCell *target, // The target cell 25 pmCell *source, // The source cell, to be copied 26 int xBin, int yBin // Binning factors in x and y 27 ); 28 28 29 29
Note:
See TracChangeset
for help on using the changeset viewer.
