IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 4:25:05 PM (20 years ago)
Author:
Paul Price
Message:

Added S8,S16,U8,U16,U32 to psDataType (bug 579).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r6046 r6219  
    1 %%% $Id: psLibSDRS.tex,v 1.376 2006-01-19 02:52:26 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.377 2006-01-27 02:25:05 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    950950\begin{datatype}
    951951typedef enum {                         ///< type of item.data is:
     952    PS_TYPE_S8 = PS_TYPE_S8,           ///< psS8
     953    PS_TYPE_S16 = PS_TYPE_S16,         ///< psS16
    952954    PS_DATA_S32  = PS_TYPE_S32,        ///< psS32
     955    PS_TYPE_U8 = PS_TYPE_U8,           ///< psU8
     956    PS_TYPE_U16 = PS_TYPE_U16,         ///< psU16
     957    PS_TYPE_U32 = PS_TYPE_U32,         ///< psU32
    953958    PS_DATA_F32  = PS_TYPE_F32,        ///< psF32
    954959    PS_DATA_F64  = PS_TYPE_F64,        ///< psF64
Note: See TracChangeset for help on using the changeset viewer.