IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2004, 3:19:14 PM (22 years ago)
Author:
harman
Message:

Added new XML function prototype and Doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psMetadataIO.h

    r2318 r2528  
    99*  @author Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-11-10 18:26:53 $
     11*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-11-30 01:19:14 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6666);
    6767
     68/** Read XML metadata configuration file.
     69 *
     70 *  Loads pre-defined XML settings by parsing a configuration file into a psMetadata structure.
     71 *
     72 *  @return psS32 : Number of lines that failed to be read.
     73 */
     74psS32 psMetadataParseConfigXml(
     75    psMetadata** md,                   ///< Resulting metadata from read.
     76    const char *fileName               ///< Name of file to read.
     77)
     78
    6879/// @}
    6980
Note: See TracChangeset for help on using the changeset viewer.