IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 2:33:57 PM (20 years ago)
Author:
Paul Price
Message:

Creating pmFPALevel.[ch] to hold pmFPALevel stuff. Creating pmFPAFlags.[ch] to hold status flag setting and checking functions. Both of these were pulled out of pmFPA.[ch]. Documenting pmFPA.h, pmFPALevel.h, pmFPAFlags.h. Adding additional includes of the new header files to files that needed them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.h

    r9433 r9584  
    66*  to the detrend database go through the external dettools functions.  this allows the modules
    77*  and directly dependent program to be sufficiently independent of the database schema that it
    8 *  can be used with any properly defined detrend database tables. 
     8*  can be used with any properly defined detrend database tables.
    99*
    1010*  XXX place the specific name of the detrend database query command in the configuration data
     
    1414*  @author EAM, IfA
    1515*
    16 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    17 *  @date $Date: 2006-10-10 01:02:25 $
     16*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     17*  @date $Date: 2006-10-17 00:33:57 $
    1818*
    1919*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    2222#ifndef PM_DETREND_DB_H
    2323#define PM_DETREND_DB_H
     24
     25#include "pmFPALevel.h"
    2426
    2527typedef enum {
Note: See TracChangeset for help on using the changeset viewer.