IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4593


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).

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r4536 r4593  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.159 2005-07-11 22:54:39 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.160 2005-07-22 21:04:16 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    755755\item added remaining integer primatives to psMetadata
    756756\item added C++ compatibility specification
    757 \end{itemize}
    758 
     757\item Added S32, S64, U32, U64 to \code{psScalar} (bug 491).
     758\end{itemize}
     759
  • 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.