IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2006, 10:55:42 AM (20 years ago)
Author:
magnier
Message:

fixed up output logic for files and views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmFPAviewObjectsIO.h

    r6556 r6726  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-09 03:14:23 $
     5 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-29 20:55:42 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313# define PM_FPA_OBJECTS_IO_H
    1414
    15 bool pmFPAviewReadObjects (pmFPAview *view, pmFPAfile *file);
    16 bool pmFPAReadObjects (pmFPA *fpa, pmFPAview *view, pmFPAfile *file);
    17 bool pmChipReadObjects (pmChip *chip, pmFPAview *view, pmFPAfile *file);
    18 bool pmCellReadObjects (pmCell *cell, pmFPAview *view, pmFPAfile *file);
    19 bool pmReadoutReadObjects (pmReadout *readout, pmFPAview *view, pmFPAfile *file);
     15bool pmFPAviewReadObjects (const pmFPAview *view, pmFPAfile *file);
     16bool pmFPAReadObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file);
     17bool pmChipReadObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file);
     18bool pmCellReadObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file);
     19bool pmReadoutReadObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file);
    2020
    21 bool pmFPAviewWriteObjects (pmFPAview *view, pmFPAfile *file);
    22 bool pmFPAWriteObjects (pmFPA *fpa, pmFPAview *view, pmFPAfile *file);
    23 bool pmChipWriteObjects (pmChip *chip, pmFPAview *view, pmFPAfile *file);
    24 bool pmCellWriteObjects (pmCell *cell, pmFPAview *view, pmFPAfile *file);
    25 bool pmReadoutWriteObjects (pmReadout *readout, pmFPAview *view, pmFPAfile *file);
     21bool pmFPAviewWriteObjects (const pmFPAview *view, pmFPAfile *file);
     22bool pmFPAWriteObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file);
     23bool pmChipWriteObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file);
     24bool pmCellWriteObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file);
     25bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file);
    2626
    2727# endif /* PM_FPA_OBJECTS_IO_H */
Note: See TracChangeset for help on using the changeset viewer.