Changeset 6726 for branches/rel10_ifa/psModules/src/astrom/pmFPAview.h
- Timestamp:
- Mar 29, 2006, 10:55:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAview.h
r6713 r6726 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.1.2. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-03-2 8 02:16:26$9 * @version $Revision: 1.1.2.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-03-29 20:55:42 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 44 44 45 45 // determine the current view depth 46 pmFPAdepth pmFPAviewDepth ( pmFPAview *view);46 pmFPAdepth pmFPAviewDepth (const pmFPAview *view); 47 47 48 48 // return the currently selected chip for this view 49 pmChip *pmFPAviewThisChip ( pmFPAview *view, pmFPA *fpa);49 pmChip *pmFPAviewThisChip (const pmFPAview *view, pmFPA *fpa); 50 50 51 51 // advance view to the next chip … … 53 53 54 54 // return the currently selected cell for this view 55 pmCell *pmFPAviewThisCell ( pmFPAview *view, pmFPA *fpa);55 pmCell *pmFPAviewThisCell (const pmFPAview *view, pmFPA *fpa); 56 56 57 57 // advance view to the next cell … … 59 59 60 60 // return the currently selected readout for this view 61 pmReadout *pmFPAviewThisReadout ( pmFPAview *view, pmFPA *fpa);61 pmReadout *pmFPAviewThisReadout (const pmFPAview *view, pmFPA *fpa); 62 62 63 63 // advance view to the next readout … … 65 65 66 66 // return the HDU corresponding to the current view 67 pmHDU *pmFPAviewThisHDU ( pmFPAview *view, pmFPA *fpa);68 pmHDU *pmFPAviewThisPHU ( pmFPAview *view, pmFPA *fpa);67 pmHDU *pmFPAviewThisHDU (const pmFPAview *view, pmFPA *fpa); 68 pmHDU *pmFPAviewThisPHU (const pmFPAview *view, pmFPA *fpa); 69 69 70 70 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
