Changeset 4564
- Timestamp:
- Jul 15, 2005, 11:56:47 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/ModulesSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ModulesSDRS.tex
r4563 r4564 1 %%% $Id: ModulesSDRS.tex,v 1.4 7 2005-07-15 21:42:13price Exp $1 %%% $Id: ModulesSDRS.tex,v 1.48 2005-07-15 21:56:47 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 676 676 \subsubsection{Lookups} 677 677 678 We here specify a series of ``one-stop shops'' for lookups of the 679 concepts. These will be what the user utilises, so the goal is to 678 We first specify a general concept lookup function, which shall return the 679 appropriate \code{psMetadataItem} for the value of the given \code{concept} 680 for the specified \code{cell}, \code{chip} or \code{fpa}: 681 \begin{prototype} 682 psMetadataItem *pmCellGetConcept(pmCell *cell, const char *concept); 683 psMetadataItem *pmChipGetConcept(pmChip *chip, const char *concept); 684 psMetadataItem *pmFPAGetConcept(pmFPA *fpa, const char *concept); 685 \end{prototype} 686 687 We next specify a series of specific functions for concept lookups. 688 These will generally be what the user utilises, so the goal is to 680 689 provide a simple interface providing a single type back, so the user 681 doesn't have to go to the trouble of checking types, etc. 690 doesn't have to go to the trouble of checking types, etc. These 691 functions should employ the above three general lookup functions and 692 deal with the result appropriately. 682 693 683 694 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
