IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2006, 5:17:14 PM (20 years ago)
Author:
Paul Price
Message:

Updating iteration functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/CameraImages.tex

    r6421 r6423  
    527527\end{datatype}
    528528\begin{prototype}
    529 bool pmFPAIterate(pmFPA *fpa, bool doCells, pmFPAIterateFunc func);
    530 \end{prototype}
    531 
    532 \code{pmFPAIterate} shall iterate through all chips (that \code{exist}
    533 and are marked to be \code{process}ed) in the \code{fpa}, and if
    534 \code{doCells} is \code{true}, all cells (that \code{exist} and are
    535 marked to be \code{process}ed) in those chips.  For each, the function
    536 shall call the iterator function, \code{func}.
     529bool pmFPAIterateChips(pmFPA *fpa, pmFPAIterateFunc func);
     530bool pmFPAIterateCells(pmFPA *fpa, pmFPAIterateFunc func);
     531\end{prototype}
     532
     533\code{pmFPAIterateChips} shall iterate through all chips (that
     534\code{exist} and are marked to be \code{process}ed) in the \code{fpa},
     535calling the iterator function, \code{func}, for each (with
     536\code{cell=NULL}).  \code{pmFPAIterateCells} shall iterate through all
     537cells (that \code{exist} and are marked to be \code{process}ed) in all
     538chips (that \code{exist} and are marked to be \code{process}ed),
     539calling the iterator function for each.
    537540
    538541
Note: See TracChangeset for help on using the changeset viewer.