IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2006, 4:05:10 PM (20 years ago)
Author:
Paul Price
Message:

Changed recipe to recipes --- a metadata containing multiple recipes.
We suck in all the recipes listed in the camera configuration file.

File:
1 edited

Legend:

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

    r6553 r6569  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.3.4.1 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-09 03:09:28 $
     5 *  @version $Revision: 1.3.4.2 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-10 02:05:10 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2020    psMetadata *site;                   // Site configuration
    2121    psMetadata *camera;                 // Camera specification
    22     psMetadata *recipe;                 // Recipe for processing
     22    psMetadata *recipes;                // Recipes for processing
    2323    psMetadata *arguments;              // Command-line arguments
    2424    psDB *database;                     // Database handle
     
    4646pmConfig *pmConfigRead(
    4747    int *argc,
    48     char **argv,
    49     const char *recipeName);
    50 
     48    char **argv);
    5149
    5250/** pmConfigValidateCamera
     
    7876/** pmConfigRecipeFromCamera
    7977 *
    80  * pmConfigRecipeFromCamera shall load the recipe configuration based on the
    81  * recipeName and the list of known recipes contained in the camera
     78 * pmConfigRecipeFromCamera shall load the recipes from the list of known recipes contained in the camera
    8279 * configuration.
    8380 *
    8481 */
    85 bool pmConfigRecipeFromCamera(
    86     pmConfig *config,
    87     const char *recipeName
     82bool pmConfigReadRecipes(
     83    pmConfig *config
    8884);
    8985
Note: See TracChangeset for help on using the changeset viewer.