IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2007, 3:40:54 PM (19 years ago)
Author:
eugene
Message:

merging diffs from cvs head

File:
1 edited

Legend:

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

    r15217 r15399  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-10-04 20:15:48 $
     7 *  @version $Revision: 1.31.2.1 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-10-29 01:40:54 $
     9 *
    910 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1011 */
     
    3637/// This structure stores the configuration information: the site, camera and recipe configuration, the
    3738/// command-line arguments, the pmFPAfiles used, and the database handle.
    38 typedef struct
    39 {
     39typedef struct {
    4040    psMetadata *site;                   ///< Site configuration
    4141    psMetadata *camera;                 ///< Camera specification
     
    5151    pmRecipeSource recipesRead;         ///< Which recipe sources have been read
    5252    psMetadata *recipeSymbols;          ///< Where each recipe came from
    53 
    54     // dropping the argc, argv info from pmConfig
    55     # if (0)
    56     int *argc;                          ///< Number of command-line arguments
    57     char **argv;                        ///< Command-line arguments (raw version)
    58     # endif
    59 }
    60 pmConfig;
     53    int traceFD;                        ///< File descriptor for trace messages
     54    int logFD;                          ///< File descriptor for log messages
     55} pmConfig;
    6156
    6257/// Allocator for pmConfig
Note: See TracChangeset for help on using the changeset viewer.