IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18330


Ignore:
Timestamp:
Jun 26, 2008, 11:11:56 AM (18 years ago)
Author:
Paul Price
Message:

Needed to remove 'const' to compile

Location:
trunk/psModules/src/camera
Files:
4 edited

Legend:

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

    r18329 r18330  
    480480#endif
    481481
    482 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, const pmConfig *config) {
     482bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, pmConfig *config) {
    483483
    484484    bool status = false;
  • trunk/psModules/src/camera/pmFPAfileFitsIO.h

    r18163 r18330  
    55 * @author PAP, IfA
    66 *
    7  * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-06-17 22:16:38 $
     7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-06-26 21:11:56 $
    99 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1010 */
     
    7070
    7171/// Write a PHU for a fits image if needed
    72 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
     72bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, pmConfig *config);
    7373
    7474/// Free the data for the specified view
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r18307 r18330  
    921921// XXX this function is only called from pmFPAfileWrite
    922922// XXX for each data type, there should be a function which writes the PHU, if needed
    923 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, const pmConfig *config)
     923bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config)
    924924{
    925925    PS_ASSERT_PTR_NON_NULL(file, false);
  • trunk/psModules/src/camera/pmFPAfileIO.h

    r16344 r18330  
    55 * @author PAP, IfA
    66 *
    7  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-02-07 00:09:40 $
     7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-06-26 21:11:56 $
    99 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1010 */
     
    4949bool pmFPAfileIOChecks (pmConfig *config, const pmFPAview *view, pmFPAfilePlace place);
    5050
    51 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, const pmConfig *config);
     51bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config);
    5252bool pmFPAfileReadPHU (pmFPAfile *file, const pmFPAview *view, pmConfig *config);
    5353
Note: See TracChangeset for help on using the changeset viewer.