Changeset 4070
- Timestamp:
- Jun 1, 2005, 11:04:33 AM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4068 r4070 1 %%% $Id: ChangeLogSDRS.tex,v 1.11 1 2005-06-01 04:30:57jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.112 2005-06-01 21:04:33 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 653 653 \item change \code{psVector} to store it's number of elements as an \code{unsigned long int} 654 654 \item change \code{psArray} to store it's number of elements as an \code{unsigned long int} 655 \end{itemize} 655 \item remove \code{lock} from \code{psList} 656 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r4068 r4070 1 %%% $Id: psLibSDRS.tex,v 1.24 5 2005-06-01 04:30:57jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.246 2005-06-01 21:04:33 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1634 1634 psListElem *tail; ///< last element on list (may be NULL) 1635 1635 psArray *iterators; ///< array of psListIterator: iteration cursors 1636 pthread_mutex_t lock; ///< mutex to lock a node during changes1637 1636 } psList; 1638 1637 \end{datatype} … … 1642 1641 pointer to the last element in the list (\code{tail}), an array of 1643 1642 iteration cursors, (\code{iterators}), and an entry to define the 1644 number of elements in the list (\code{size}). The \code{lock} should 1645 be applied during changes to the list to maintain thread safety. 1643 number of elements in the list (\code{size}). 1646 1644 1647 1645 The elements of the list are defined by the type \code{psListElem}:
Note:
See TracChangeset
for help on using the changeset viewer.
