Changeset 13410
- Timestamp:
- May 17, 2007, 11:35:51 AM (19 years ago)
- Location:
- trunk/psModules/src/concepts
- Files:
-
- 2 edited
-
pmConceptsPhotcode.c (modified) (1 diff)
-
pmConceptsPhotcode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsPhotcode.c
r12696 r13410 17 17 #include "pmConceptsPhotcode.h" 18 18 19 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view)19 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, const pmFPAview *view) 20 20 { 21 21 PS_ASSERT_PTR_NON_NULL(config, NULL); -
trunk/psModules/src/concepts/pmConceptsPhotcode.h
r12696 r13410 4 4 * @author Eugene Magnier, IfA 5 5 * 6 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 3-30 21:12:56$6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-05-17 21:35:51 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 20 20 /// This functions generates a photcode for a particular chip within the FPA, based on the PHOTCODE.RULE in 21 21 /// the PHASE2 recipe. Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted. 22 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view);22 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, const pmFPAview *view); 23 23 24 24 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
