Changeset 9601 for trunk/psModules/src/camera/pmFPAUtils.c
- Timestamp:
- Oct 16, 2006, 5:03:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAUtils.c
r8848 r9601 10 10 #include "pmFPAUtils.h" 11 11 12 // Find a chip by name; return the index 13 int pmFPAFindChip(const pmFPA *fpa, // FPA in which to find the chip 14 const char *name // Name of the chip 15 ) 12 int pmFPAFindChip(const pmFPA *fpa, const char *name) 16 13 { 17 14 PS_ASSERT_PTR_NON_NULL(fpa, -1); … … 34 31 } 35 32 36 // Find a cell by name; return the index 37 int pmChipFindCell(const pmChip *chip, // Chip in which to find the cell 38 const char *name // Name of the cell 39 ) 33 34 int pmChipFindCell(const pmChip *chip, const char *name) 40 35 { 41 36 PS_ASSERT_PTR_NON_NULL(chip, -1);
Note:
See TracChangeset
for help on using the changeset viewer.
