Changeset 2607 for trunk/psLib/src/sysUtils
- Timestamp:
- Dec 3, 2004, 1:19:07 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psType.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psType.h
r2204 r2607 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-1 0-27 00:57:31$13 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-12-03 23:16:05 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 57 57 58 58 typedef 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. 72 73 } psElemType; 73 74
Note:
See TracChangeset
for help on using the changeset viewer.
