IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2005, 11:04:16 AM (21 years ago)
Author:
Paul Price
Message:

Added S32, S64, U32, U64 to psScalar (bug 491).

File:
1 edited

Legend:

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

    r4592 r4593  
    1 %%% $Id: psLibSDRS.tex,v 1.317 2005-07-22 20:57:16 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.318 2005-07-22 21:04:16 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    30603060        psS8   S8;                      ///< bye value entry
    30613061        psS16 S16;                      ///< short int value entry
     3062        psS32 S32;                      ///< int value entry
     3063        psS64 S64;                      ///< long int value entry
    30623064        psU8   U8;                      ///< unsigned byte value entry
    30633065        psU16 U16;                      ///< unsigned short int value entry
     3066        psU32 U32;                      ///< unsigned int value entry
     3067        psU64 U64;                      ///< unsigned long int value entry
    30643068        psF32 F32;                      ///< float value entry
    30653069        psF64 F64;                      ///< double value entry
Note: See TracChangeset for help on using the changeset viewer.