IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2005, 2:11:08 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4162 r4293  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-06-08 23:40:45 $
     12*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-17 00:11:08 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5252
    5353#ifdef SWIG
     54/** 32-bit complex value */
    5455typedef struct
    5556{
     
    5758}
    5859psC32;
     60
     61/** 64-bit complex value */
    5962typedef struct
    6063{
     
    6265}
    6366psC64;
     67
    6468#else // SWIG
    6569typedef float _Complex psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
     
    7074typedef bool psBool;                   ///< boolean value
    7175
     76/** Enumeration of data types for function elements.
     77 *  Contains replacements for native types.
     78 */
    7279typedef enum {
    7380    PS_TYPE_S8   = 0x0101,             ///< Character.
Note: See TracChangeset for help on using the changeset viewer.