IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2007, 5:22:48 PM (19 years ago)
Author:
Paul Price
Message:

Adding const to pmConfig parameter, where possible.

File:
1 edited

Legend:

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

    r11793 r12832  
    55 * @author PAP, IfA
    66 *
    7  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-02-15 00:34:00 $
     7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-04-14 03:22:47 $
    99 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1010 */
     
    3232/// Read an image header into the current view
    3333bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view,  ///< View specifying level of interest
    34                                 pmFPAfile *file ///< FPA file into which to read
     34                                pmFPAfile *file ///< FPA file into which to read
    3535    );
    3636
     
    3838bool pmFPAviewWriteFitsImage(const pmFPAview *view, ///< View specifying level of interest
    3939                             pmFPAfile *file, ///< FPA file to write
    40                              pmConfig *config ///< Configuration
     40                             const pmConfig *config ///< Configuration
    4141                            );
    4242
     
    4444bool pmFPAviewWriteFitsMask(const pmFPAview *view, ///< View specifying level of interest
    4545                            pmFPAfile *file, ///< FPA file to write
    46                             pmConfig *config ///< Configuration
     46                            const pmConfig *config ///< Configuration
    4747                           );
    4848
     
    5050bool pmFPAviewWriteFitsWeight(const pmFPAview *view, ///< View specifying level of interest
    5151                              pmFPAfile *file, ///< FPA file to write
    52                               pmConfig *config ///< Configuration
     52                              const pmConfig *config ///< Configuration
    5353                             );
    5454
Note: See TracChangeset for help on using the changeset viewer.