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/pmConcepts.h

    r17911 r18163  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-06-05 01:31:33 $
     6 * @version $Revision: 1.18 $ $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 */
     
    1111#ifndef PM_CONCEPTS_H
    1212#define PM_CONCEPTS_H
     13
     14#include <pmConfig.h>
    1315
    1416/// @addtogroup Concepts Data Abstraction Concepts
     
    105107                    pmCell *cell,       ///< Cell for which to read concepts, or NULL
    106108                    pmConceptSource source, ///< The source of the concepts to read
    107                     psDB *db            ///< Database handle
     109                    pmConfig *config    ///< Configuration
    108110                   );
    109111
     
    120122                       pmConceptSource source, ///< Source for concepts
    121123                       bool propagateDown, ///< Propagate to lower levels?
    122                        psDB *db         ///< Database handle
     124                       pmConfig *config         ///< Configuration
    123125                      );
    124126
     
    130132                        pmConceptSource source, ///< Source for concepts
    131133                        bool propagateDown, ///< Propagate to lower levels?
    132                         psDB *db        ///< Database handle
     134                        pmConfig *config        ///< Configuration
    133135                       );
    134136
     
    146148                        bool propagateUp, ///< Propagate to higher levels?
    147149                        bool propagateDown, ///< Propagate to lower levels?
    148                         psDB *db        ///< Database handle
     150                        pmConfig *config        ///< Configuration
    149151                       );
    150152
     
    157159                         bool propagateUp,///< Propagate to higher levels?
    158160                         bool propagateDown, ///< Propagate to lower levels?
    159                          psDB *db       ///< Database handle
     161                         pmConfig *config       ///< Configuration
    160162                        );
    161163
     
    172174                        pmConceptSource source, ///< Source for concepts
    173175                        bool propagateUp, ///< Propagate to higher levels?
    174                         psDB *db        ///< Database handle
     176                        pmConfig *config        ///< Configuration
    175177                       );
    176178
     
    183185                         pmConceptSource source, ///< Source for concepts
    184186                         bool propagateUp, ///< Propagate to higher levels?
    185                          psDB *db       ///< Database handle
     187                         pmConfig *config ///< Configuration
    186188                        );
    187189
Note: See TracChangeset for help on using the changeset viewer.