IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psError.h

    r1869 r2204  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-09-23 22:18:13 $
     14 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-10-27 00:57:31 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5151 */
    5252psErr* psErrorGet(
    53     int which                          ///< position in the error stack. 0 is last error on stack.
     53    psS32 which                          ///< position in the error stack. 0 is last error on stack.
    5454);
    5555
     
    121121    const char *name,                  ///< Name of error in the form aaa.bbb.ccc
    122122    psErrorCode code,                  ///< Error class code
    123     bool new,                          ///< true if error originates at this location
     123    psBool new,                          ///< true if error originates at this location
    124124    const char* fmt,                   ///< printf style formatting statement defining error message
    125125    ...
Note: See TracChangeset for help on using the changeset viewer.