IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13410


Ignore:
Timestamp:
May 17, 2007, 11:35:51 AM (19 years ago)
Author:
Paul Price
Message:

Adding const

Location:
trunk/psModules/src/concepts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsPhotcode.c

    r12696 r13410  
    1717#include "pmConceptsPhotcode.h"
    1818
    19 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view)
     19psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, const pmFPAview *view)
    2020{
    2121    PS_ASSERT_PTR_NON_NULL(config, NULL);
  • trunk/psModules/src/concepts/pmConceptsPhotcode.h

    r12696 r13410  
    44 * @author Eugene Magnier, IfA
    55 *
    6  * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-03-30 21:12:56 $
     6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-05-17 21:35:51 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    2020/// This functions generates a photcode for a particular chip within the FPA, based on the PHOTCODE.RULE in
    2121/// the PHASE2 recipe.  Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted.
    22 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view);
     22psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, const pmFPAview *view);
    2323
    2424/// @}
Note: See TracChangeset for help on using the changeset viewer.