Changeset 6348 for trunk/psLib/src/sys
- Timestamp:
- Feb 7, 2006, 1:39:24 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psType.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psType.h
r6251 r6348 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.4 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 1-30 20:28:33$12 * @version $Revision: 1.45 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-02-07 23:36:15 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 79 79 */ 80 80 typedef enum { 81 PS_TYPE_S8 = 0x0101,///< Character.82 PS_TYPE_S16 = 0x0102,///< Short integer.83 PS_TYPE_S32 = 0x0104,///< Integer.84 PS_TYPE_S64 = 0x0108,///< Long integer.85 PS_TYPE_U8 = 0x0301,///< Unsigned character.86 PS_TYPE_U16 = 0x0302,///< Unsigned psS16 integer.87 PS_TYPE_U32 = 0x0304,///< Unsigned integer.88 PS_TYPE_U64 = 0x0308,///< Unsigned psS64 integer.89 PS_TYPE_F32 = 0x0404,///< Single-precision Floating point.90 PS_TYPE_F64 = 0x0408,///< Double-precision floating point.91 PS_TYPE_C32 = 0x0808,///< Complex numbers consisting of single-precision floating point.92 PS_TYPE_C64 = 0x0810,///< Complex numbers consisting of double-precision floating point.93 PS_TYPE_BOOL = 0x1301///< Boolean.81 PS_TYPE_S8, ///< Character. 82 PS_TYPE_S16, ///< Short integer. 83 PS_TYPE_S32, ///< Integer. 84 PS_TYPE_S64, ///< Long integer. 85 PS_TYPE_U8, ///< Unsigned character. 86 PS_TYPE_U16, ///< Unsigned psS16 integer. 87 PS_TYPE_U32, ///< Unsigned integer. 88 PS_TYPE_U64, ///< Unsigned psS64 integer. 89 PS_TYPE_F32, ///< Single-precision Floating point. 90 PS_TYPE_F64, ///< Double-precision floating point. 91 PS_TYPE_C32, ///< Complex numbers consisting of single-precision floating point. 92 PS_TYPE_C64, ///< Complex numbers consisting of double-precision floating point. 93 PS_TYPE_BOOL ///< Boolean. 94 94 } psElemType; 95 95
Note:
See TracChangeset
for help on using the changeset viewer.
