Changeset 12916 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Apr 18, 2007, 4:10:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r12906 r12916 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-04-1 8 22:42:33$7 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-04-19 02:10:12 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 61 61 62 62 /// Allocator for pmConfig 63 pmConfig *pmConfigAlloc(int *argc, /// Number of command-line arguments 64 char **argv /// Command-line arguments 65 ); 63 pmConfig *pmConfigAlloc(); 66 64 67 65 /// Set static configuration information … … 84 82 pmConfig *pmConfigRead(int *argc, ///< Number of command-line arguments 85 83 char **argv, ///< Array of command-line arguments 86 c har *defaultRecipe ///< name of top-level recipe for this program84 const char *defaultRecipe ///< name of top-level recipe for this program 87 85 ); 88 86 … … 143 141 /// Given the 'file' and 'list' arguments (e.g., "-file" and "-list"), find the arguments associated with 144 142 /// these words and interpret them as lists of files. Return an array of the resulting filenames. 145 psArray *pmConfigFileSets(pmConfig *config, ///< Configuration, containing command-line arguments 143 psArray *pmConfigFileSets(int *argc, ///< Number of arguments (I/O) 144 char **argv, ///< Array of arguments 146 145 const char *file, ///< CL argument specifying a filename 147 146 const char *list ///< CL argument specifying a text file with a list of filenames … … 153 152 /// stuffs the array of filenames into the metadata under "name". 154 153 bool pmConfigFileSetsMD(psMetadata *metadata, ///< Metadata into which to stuff the array 155 pmConfig *config, ///< Configuration (which command-line arguments) 154 int *argc, ///< Number of arguments (I/O) 155 char **argv, ///< Array of arguments 156 156 const char *name, ///< Name for array in the metadata 157 157 const char *file, ///< CL argument specifying a filename
Note:
See TracChangeset
for help on using the changeset viewer.
