IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 5:03:35 PM (20 years ago)
Author:
Paul Price
Message:

Documenting pmFPAUtils.[ch]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAUtils.c

    r8848 r9601  
    1010#include "pmFPAUtils.h"
    1111
    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                  )
     12int pmFPAFindChip(const pmFPA *fpa, const char *name)
    1613{
    1714    PS_ASSERT_PTR_NON_NULL(fpa, -1);
     
    3431}
    3532
    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
     34int pmChipFindCell(const pmChip *chip, const char *name)
    4035{
    4136    PS_ASSERT_PTR_NON_NULL(chip, -1);
Note: See TracChangeset for help on using the changeset viewer.