IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10953


Ignore:
Timestamp:
Jan 5, 2007, 7:00:28 PM (19 years ago)
Author:
jhoblitt
Message:

add pxErrorCode enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.h

    r10230 r10953  
    2727# include <psmodules.h>
    2828# include <ippdb.h>
     29
     30typedef enum {
     31    PX_ERROR_NONE           = 0x00,
     32    PX_ERROR_UNKNOWN        = 0x01,
     33    PX_ERROR_BAD_DATA       = 0x02,
     34    PX_ERROR_ID10T          = 0x04,
     35} pxErrorCode;
    2936
    3037// load these values from the db in the init stage
Note: See TracChangeset for help on using the changeset viewer.