IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2004, 10:38:02 AM (22 years ago)
Author:
desonia
Message:

added psErrorRegister.

File:
1 edited

Legend:

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

    r1818 r1905  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-16 18:51:32 $
     9 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-27 20:38:02 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7575);
    7676
     77/** Register an error code
     78 *
     79 *  Any project needed to use psLib must define the necessary error codes and
     80 *  associated message strings.  This function registers an array of error
     81 *  codes with the error handling subsystem.
     82 *
     83 */
     84void psErrorRegister(
     85    const psErrorDescription* errors,  ///< Array of error codes to register
     86    int nerror                         ///< number of errors in input array
     87);
     88
    7789/// @}
    7890
Note: See TracChangeset for help on using the changeset viewer.