IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2763


Ignore:
Timestamp:
Dec 20, 2004, 2:37:51 PM (22 years ago)
Author:
evanalst
Message:

Add new type psMath.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r2639 r2763  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-12-06 20:52:56 $
     13*  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-12-21 00:37:51 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    220220psType;
    221221
     222/** The type of a basic data type
     223 *
     224 *  All psLib complex types consist of primitive components.  This structure provides the ability to cast
     225 *  an unknown data structure to safely test the underlining data type.
     226 *
     227 */
     228typedef struct
     229{
     230    psType  type;              ///< Data type information
     231}
     232psMath;
     233
    222234/// @}
    223235
  • trunk/psLib/src/sysUtils/psType.h

    r2639 r2763  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-12-06 20:52:56 $
     13*  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-12-21 00:37:51 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    220220psType;
    221221
     222/** The type of a basic data type
     223 *
     224 *  All psLib complex types consist of primitive components.  This structure provides the ability to cast
     225 *  an unknown data structure to safely test the underlining data type.
     226 *
     227 */
     228typedef struct
     229{
     230    psType  type;              ///< Data type information
     231}
     232psMath;
     233
    222234/// @}
    223235
Note: See TracChangeset for help on using the changeset viewer.