Changeset 18939 for trunk/psModules/src/config/pmConfigCamera.h
- Timestamp:
- Aug 5, 2008, 5:40:45 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigCamera.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigCamera.h
r14475 r18939 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-08-14 00:17:40$7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-08-06 03:40:45 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 15 15 /// @addtogroup Config Configuration System 16 16 /// @{ 17 18 // Return the name of the original ("root") camera 19 // 20 // The root name is the name of the camera before it was made into a derivative (e.g., skycell, chip, fpa). 21 psString pmConfigCameraRootName(const char *name // Name of camera 22 ); 23 24 // Return the name of the Skycell derivative camera 25 psString pmConfigCameraSkycellName(const char *name // Name of camera 26 ); 27 28 // Return the name of the Chip derivative camera 29 psString pmConfigCameraChipName(const char *name // Name of camera 30 ); 31 32 // Return the name of the FPA derivative camera 33 psString pmConfigCameraFPAName(const char *name // Name of camera 34 ); 17 35 18 36 // Generate a skycell version of a camera configuration
Note:
See TracChangeset
for help on using the changeset viewer.
