IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:33:14 AM (18 years ago)
Author:
gusciora
Message:

Added pmMemCheck functions and some PS_ASSERTS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAview.h

    r15093 r15972  
    44 * @author Eugene Magnier, IfA
    55 *
    6  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-09-29 01:19:47 $
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-01-02 20:33:14 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    3535
    3636/// Allocator for pmFPAview
    37 pmFPAview *pmFPAviewAlloc(int nRows     ///< Maximum number of rows per readout segment read, or 0 for all
    38                          );
     37pmFPAview *pmFPAviewAlloc(int nRows);   ///< Maximum number of rows per readout segment read, or 0 for all
     38bool psMemCheckFPAview(psPtr ptr);
    3939
    4040/// Reset a view to select all components
Note: See TracChangeset for help on using the changeset viewer.