IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2006, 2:55:23 PM (20 years ago)
Author:
Paul Price
Message:

Addition of a vast quantity of assertions in public functions. Adopted a policy of using assert() within file-static functions (since they are only called internally, any errors there are problems with the program) and using the PS_ASSERT_WHATEVER() macros within public functions. Cleaned a few things up in the process.

File:
1 edited

Legend:

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

    r7274 r7278  
    1212* XXX: Should we implement non-linear cell->chip transforms?
    1313*
    14 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2006-06-01 22:43:26 $
     14*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2006-06-02 00:55:22 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    399399}
    400400
    401 bool pmChipSetFileStatus pmChip *chip, bool status)
     401bool pmChipSetFileStatus(pmChip *chip, bool status)
    402402{
    403403    PS_ASSERT_PTR_NON_NULL(chip, false);
Note: See TracChangeset for help on using the changeset viewer.