IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2004, 1:19:07 PM (22 years ago)
Author:
harman
Message:

Updates for version 10 of SDRS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psType.h

    r2204 r2607  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-10-27 00:57:31 $
     13*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-12-03 23:16:05 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757
    5858typedef enum {
    59     PS_TYPE_S8 = 0x0101,               ///< Character.
    60     PS_TYPE_S16 = 0x0102,              ///< Short integer.
    61     PS_TYPE_S32 = 0x0104,              ///< Integer.
    62     PS_TYPE_S64 = 0x0108,              ///< Long integer.
    63     PS_TYPE_U8 = 0x0301,               ///< Unsigned character.
    64     PS_TYPE_U16 = 0x0302,              ///< Unsigned psS16 integer.
    65     PS_TYPE_U32 = 0x0304,              ///< Unsigned integer.
    66     PS_TYPE_U64 = 0x0308,              ///< Unsigned psS64 integer.
    67     PS_TYPE_F32 = 0x0404,              ///< Single-precision Floating point.
    68     PS_TYPE_F64 = 0x0408,              ///< Double-precision floating point.
    69     PS_TYPE_C32 = 0x0808,              ///< Complex numbers consisting of single-precision floating point.
    70     PS_TYPE_C64 = 0x0810,              ///< Complex numbers consisting of double-precision floating point.
    71     PS_TYPE_PTR = 0x0000               ///< Something else that's not supported for arithmetic.
     59    PS_TYPE_BOOL = 0x0100,             ///< Boolean.
     60    PS_TYPE_S8   = 0x0101,             ///< Character.
     61    PS_TYPE_S16  = 0x0102,             ///< Short integer.
     62    PS_TYPE_S32  = 0x0104,             ///< Integer.
     63    PS_TYPE_S64  = 0x0108,             ///< Long integer.
     64    PS_TYPE_U8   = 0x0301,             ///< Unsigned character.
     65    PS_TYPE_U16  = 0x0302,             ///< Unsigned psS16 integer.
     66    PS_TYPE_U32  = 0x0304,             ///< Unsigned integer.
     67    PS_TYPE_U64  = 0x0308,             ///< Unsigned psS64 integer.
     68    PS_TYPE_F32  = 0x0404,             ///< Single-precision Floating point.
     69    PS_TYPE_F64  = 0x0408,             ///< Double-precision floating point.
     70    PS_TYPE_C32  = 0x0808,             ///< Complex numbers consisting of single-precision floating point.
     71    PS_TYPE_C64  = 0x0810,             ///< Complex numbers consisting of double-precision floating point.
     72    PS_TYPE_PTR  = 0x0000              ///< Something else that's not supported for arithmetic.
    7273} psElemType;
    7374
Note: See TracChangeset for help on using the changeset viewer.