IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4920 for trunk/psLib/src/types


Ignore:
Timestamp:
Aug 30, 2005, 4:07:12 PM (21 years ago)
Author:
drobbin
Message:

Updated code w.r.t the latest api-delta report

Location:
trunk/psLib/src/types
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psHash.h

    r4898 r4920  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-08-30 01:14:13 $
     13 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-08-31 02:07:12 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3838
    3939/** The hash-table itself. */
    40 typedef struct psHash
     40typedef struct
    4141{
    4242    long n;                            ///< Number of buckets in hash table.
  • trunk/psLib/src/types/psMetadata.h

    r4898 r4920  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-08-30 01:14:13 $
     13*  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-08-31 02:07:12 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9090 *  allows fast lookup when given a metadata keyword.
    9191 */
    92 typedef struct psMetadata
     92typedef struct
    9393{
    9494    psList*  list;                     ///< Metadata in linked-list
     
    114114 * information about the item name, flags, comments, and other items with the same name.
    115115 */
    116 typedef struct psMetadataItem
     116typedef struct
    117117{
    118118    const psS32 id;                    ///< Unique ID for metadata item.
     
    333333    int format,                        ///< psMetadataFlag options/flags
    334334    const char* comment,               ///< Comment for metadata item
    335     psBool value                       ///< Value for metadata item data
     335    bool value                       ///< Value for metadata item data
    336336);
    337337
Note: See TracChangeset for help on using the changeset viewer.