IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7792


Ignore:
Timestamp:
Jul 3, 2006, 11:26:53 AM (20 years ago)
Author:
Paul Price
Message:

Added P_PM_RECIPE_SOURCE_SYMBOLIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.h

    r7709 r7792  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-06-28 00:49:13 $
     5 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-07-03 21:26:53 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616// What recipe sources have been read so far?
    1717typedef enum {
    18     P_PM_RECIPE_SOURCE_NONE   = 0x00,   // None yet
    19     P_PM_RECIPE_SOURCE_SITE   = 0x01,   // Site configuration
    20     P_PM_RECIPE_SOURCE_CAMERA = 0x02,   // Camera configuration
    21     P_PM_RECIPE_SOURCE_CL     = 0x04,   // Command-line
    22     P_PM_RECIPE_SOURCE_ALL    = 0x07    // All sources
     18    P_PM_RECIPE_SOURCE_NONE        = 0x00, // None yet
     19    P_PM_RECIPE_SOURCE_SITE        = 0x01, // Site configuration
     20    P_PM_RECIPE_SOURCE_CAMERA      = 0x02, // Camera configuration
     21    P_PM_RECIPE_SOURCE_CL          = 0x04, // Command-line
     22    P_PM_RECIPE_SOURCE_SYMBOLIC    = 0x14, // Symbolic link, specified on command-line
     23    P_PM_RECIPE_SOURCE_ALL         = 0xff  // All sources
    2324} p_pmRecipeSource;
    2425
Note: See TracChangeset for help on using the changeset viewer.