IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2005, 9:12:01 AM (21 years ago)
Author:
desonia
Message:

massive restructuring of codebase.

File:
1 edited

Legend:

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

    r4392 r4540  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-25 02:02:05 $
     9 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-07-12 19:12:01 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2020#include "psMemory.h"
    2121
    22 #include "psSysUtilsErrors.h"
    23 
    24 /* N.B., lines between '//~Start' and '//~End' are automatic generated from
    25  * the template following the '//~Start'.  The template is used to generate
    26  * the other lines by, for each error class in psErrorCodes.dat, the following
    27  * substitutions are made:
    28  *     $1  The error code name (first word in the psErrorCodes.dat lines)
    29  *     $2  The error description (rest of the line in psErrorCodes.dat)
    30  *     $n  The order of the source line in psErrorCodes.dat (comments excluded)
    31  *
    32  * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
    33  */
     22#include "psErrorText.h"
    3423
    3524static psErrorDescription staticErrorCodes[] = {
    3625            {PS_ERR_NONE,"not an error"},
    3726            {PS_ERR_BASE,"base error"},
    38             //~Start    {PS_ERR_$1,"$2"},
    3927            {PS_ERR_UNKNOWN,"unknown error"},
    4028            {PS_ERR_IO,"I/O error"},
     
    4836            {PS_ERR_UNEXPECTED_NULL,"unexpected NULL found"},
    4937            {PS_ERR_OS_CALL_FAILED,"unexpected result from an OS standard library call"},
    50             //~End
    5138            {PS_ERR_N_ERR_CLASSES,"error classes end marker"}
    5239        };
Note: See TracChangeset for help on using the changeset viewer.