IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2005, 3:04:01 PM (21 years ago)
Author:
desonia
Message:

added some helpful functionality to help SWIG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/swig/pslib.i

    r3150 r3165  
    1616
    1717/* XXX: this is temporary -- not portable, but should work with any current OS supported */
    18 typedef char int8_t;
    19 typedef unsigned char uint8_t;
    20 typedef short int16_t;
     18typedef unsigned char  uint8_t;
    2119typedef unsigned short uint16_t;
    22 typedef int int32_t;
    23 typedef unsigned int uint32_t;
    24 typedef long long int64_t;
    25 typedef unsigned long long uint64_t;
    26 
     20typedef unsigned int   uint32_t;
     21typedef unsigned long  uint64_t;
     22typedef char           int8_t;
     23typedef short          int16_t;
     24typedef int            int32_t;
     25typedef long long      int64_t;
    2726
    2827/* grab the typedefs used throughout psLib, e.g. psU8, psU16,... */
    2928%include "cpointer.i"
     29%include "typemaps.i"
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.