IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 3:17:15 PM (18 years ago)
Author:
eugene
Message:

xxUser, xxSite, xxSystem to user,site,system and complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080219/psModules/src/config/pmConfig.h

    r16542 r16578  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.32.6.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2008-02-19 20:09:09 $
     7 *  @version $Revision: 1.32.6.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-02-22 01:17:15 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    3737/// command-line arguments, the pmFPAfiles used, and the database handle.
    3838typedef struct {
    39     psMetadata *xxUser;                 ///< User configuration
    40     psMetadata *xxSite;                 ///< Site configuration
    41     psMetadata *xxSystem;               ///< System configuration
     39    psMetadata *user;                   ///< User configuration
     40    psMetadata *site;                   ///< Site configuration
     41    psMetadata *system;                 ///< System configuration
     42    psMetadata *complete;               ///< Full merged configuration
    4243    psMetadata *camera;                 ///< Camera specification
    4344    psString cameraName;                ///< Camera name
Note: See TracChangeset for help on using the changeset viewer.