IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2005, 5:21:17 PM (21 years ago)
Author:
jhoblitt
Message:

SDRS API clean up and implementation re-synchronization

  • rename psFinalize() -> psLibCleanup()
  • change parameters expecting LINE to type int
  • change int -> size_t where appropriate
  • change psBool -> bool
  • add const to parameters where appropriate
  • remove const from parameters passed by value
  • change void * -> psPtr where appropriate
  • change parameter names to be consistent with the current implementation
  • change parameter names to be more consistent between related functions
  • change parameter types to be more consistent with related data structures
  • change psF64 -> double where appropriate
File:
1 edited

Legend:

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

    r4040 r4047  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.104 2005-05-27 00:38:08 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.105 2005-05-28 03:21:17 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    622622\item added the psVectorClipFitPoly* functions
    623623
    624 \end{itemize}
     624\item SDRS API clean up and implementation re-synchronization
     625  \begin{itemize}
     626  \item rename psFinalize() $\rightarrow$ psLibCleanup()
     627  \item change parameters expecting \code{__LINE__} to type \code{int}
     628  \item change \code{int} $\rightarrow$ \code{size_t} where appropriate
     629  \item change \code{psBool} $\rightarrow$ \code{bool}
     630  \item add \code{const} to parameters where appropriate
     631  \item remove \code{const} from parameters passed by value
     632  \item change \code{void *} $\rightarrow$ \code{psPtr} where appropriate
     633  \item change parameter names to be consistent with the current implementation
     634  \item change parameter names to be more consistent between related functions
     635  \item change parameter types to be more consistent with related data structures
     636  \item change \code{psF64} $\rightarrow$ \code{double} where appropriate
     637  \end{itemize}
     638\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.