IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10918


Ignore:
Timestamp:
Jan 5, 2007, 10:17:21 AM (19 years ago)
Author:
magnier
Message:

changed pmFPAfile->phu to a bool

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

Legend:

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

    r10447 r10918  
    6262    psMemSetDeallocator(file, (psFreeFunc) pmFPAfileFree);
    6363
    64     file->phu = NULL;
     64    file->phu = false;
    6565    file->readout = NULL;
    6666    file->header = NULL;
  • trunk/psModules/src/camera/pmFPAfile.h

    r10385 r10918  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-01 22:16:21 $
     9*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2007-01-05 20:17:21 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    6565    pmFPALevel fileLevel;  // what level in the FPA hierarchy represents a unique file?
    6666    pmFPALevel dataLevel;  // at what level do we read/write the data segment?
    67     pmFPALevel freeLevel;  // at what level do we read/write the data segment?
     67    pmFPALevel freeLevel;  // at what level do we free the data segment?
    6868
    6969    pmFPA *fpa;    // for I/O files, we carry a pointer to the complete fpa
    7070    psFits *fits;   // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle
    7171
    72     psMetadata *phu;   // pointer (view) to the current phu header
     72    bool phu;             // have we written a PHU for this file?
    7373    psMetadata *header;   // pointer (view) to the current hdu header
    7474
Note: See TracChangeset for help on using the changeset viewer.