IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 12:54:44 PM (21 years ago)
Author:
jhoblitt
Message:

change PS_META_* -> PS_DATA_* to conform to pslib 0.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r5898 r5901  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.34 2006-01-05 03:31:06 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.35 2006-01-05 22:54:44 jhoblitt Exp $
    66
    77use strict;
     
    139139
    140140    my %primitives = map { $_ => 1 } qw( S8 S16 S32 S64 U8 U16 U32 U64 F32 F64 );
    141     my %mtypes = map { $_ => "PS_META_$_" } keys %primitives;
     141    my %mtypes = map { $_ => "PS_DATA_$_" } keys %primitives;
    142142    my %ctypes = map { $_ => "ps$_" } keys %primitives;
    143143
     
    164164        return {
    165165            ctype   => "char*",
    166             mtype   => 'PS_META_STR',
     166            mtype   => 'PS_DATA_STR',
    167167            test    => '"a string"',
    168168        };
     
    170170        return {
    171171            ctype   => "bool",
    172             mtype   => 'PS_META_BOOL',
     172            mtype   => 'PS_DATA_BOOL',
    173173            test    => 'true',
    174174        };
Note: See TracChangeset for help on using the changeset viewer.