IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2004, 3:05:00 PM (22 years ago)
Author:
desonia
Message:

changed the psError signature to match SDRS. Also made misc. cleanups as
I was combing the files.

File:
1 edited

Legend:

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

    r2204 r2273  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-27 00:57:31 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-11-04 01:05:00 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5252    PS_ERR_BAD_PARAMETER_NULL,   ///< parameter is null
    5353    PS_ERR_BAD_PARAMETER_SIZE,   ///< size of parameter's data is outside of acceptable range.
    54     PS_ERR_UNEXPECTED_NULL,   ///< unexpected NULL foun
     54    PS_ERR_UNEXPECTED_NULL,   ///< unexpected NULL found
     55    PS_ERR_OS_CALL_FAILED,   ///< unexpected result from an OS standard library call
    5556    //~End
    5657    PS_ERR_N_ERR_CLASSES               ///< end marker - should not be used as a true error
Note: See TracChangeset for help on using the changeset viewer.