IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 11:33:09 AM (20 years ago)
Author:
Paul Price
Message:

Adding function to return long version information, including CVS tag name, whether psDB was included, and the date and time of compilation. Added function to strip CVS keywords from the keyword/value string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psConfigure.h

    r9538 r10286  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-10-13 21:13:48 $
     15 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2006-11-29 21:33:09 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030 *  Returns the current psLib version name as a string.
    3131 *
    32  *  @return char*: String with version name.
     32 *  @return psString: String with version name.
    3333 */
    3434psString psLibVersion(
    3535    void
    3636);
     37
     38/** Get current psLib version (full identification)
     39 *
     40 *  Returns the current psLib version name and other information identifying the compilation.
     41 *
     42 *  @return psString: String with identity.
     43 */
     44psString psLibVersionLong(void);
     45
    3746
    3847/** Initializes persistent memory.
Note: See TracChangeset for help on using the changeset viewer.