IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2008, 12:16:38 PM (18 years ago)
Author:
Paul Price
Message:

Changing use of psDB* to pmConfig* so that the database handle only has to be set up when required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.h

    r17911 r18163  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-06-05 01:31:33 $
     6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-06-17 22:16:38 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    6262    const char *name,                   ///< Name of concept
    6363    const psMetadata *database,         ///< DATABASE specification
    64     psDB *db,                           ///< Database handle
     64    pmConfig *config,                   ///< Configuration
    6565    const pmFPA *fpa,                   ///< The FPA
    6666    const pmChip *chip,                 ///< The chip, or NULL
     
    7272/// Examines the DATABASE metadata in the camera format file
    7373/// for concepts in the specs, and imports them into the target.
    74 /// WARNING: This function has not been tested; use at your own risk!
    7574bool p_pmConceptsReadFromDatabase(psMetadata *target, // Place into which to read the concepts
    7675                                  const psMetadata *specs, // The concept specifications
     
    7877                                  const pmChip *chip, // The chip
    7978                                  const pmCell *cell,  // The cell
    80                                   psDB *db // The database handle
     79                                  pmConfig *config // Configuration
    8180                                 );
    8281/// @}
Note: See TracChangeset for help on using the changeset viewer.