Changeset 1905 for trunk/psLib/src/sys/psErrorCodes.h
- Timestamp:
- Sep 27, 2004, 10:38:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.h
r1818 r1905 7 7 * @author Robert DeSonia, MHPCC 8 8 * 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 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 75 75 ); 76 76 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 */ 84 void psErrorRegister( 85 const psErrorDescription* errors, ///< Array of error codes to register 86 int nerror ///< number of errors in input array 87 ); 88 77 89 /// @} 78 90
Note:
See TracChangeset
for help on using the changeset viewer.
