IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2005, 3:31:03 PM (21 years ago)
Author:
Paul Price
Message:

Reworked psLookupTable functions so that the number of columns and
their types are defined by a scanf-like format string. Added
psVectorsReadFromFile and psLookupTableImport to generalise the
reading of tabular data from a file.

File:
1 edited

Legend:

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

    r3248 r3315  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.70 2005-02-17 02:34:52 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.71 2005-02-24 01:30:58 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    472472\item fix typo in psVector typedef
    473473\item add limit param to psDBSelectRows()
    474 \item change psDBUpdateRows() & psDBDeleteRows() to return signed values
     474\item change psDBUpdateRows() and psDBDeleteRows() to return signed values
    475475\item Made \code{psMemSetDeallocator} and \code{psMemGetDeallocator}
    476476  public functions, and cleaned up description.
    477 \end{itemize}
     477\item Reworked \code{psLookupTable} functions so that the number of
     478  columns and their types are defined by a \code{scanf}-like format
     479  string.  Added \code{psVectorsReadFromFile} and
     480  \code{psLookupTableImport} to generalise the reading of tabular data
     481  from a file.
     482\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.