Changeset 11253 for trunk/psModules/src/camera/pmFPA.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.h
r10826 r11253 1 /// @file pmFPA.h 2 /// 3 /// @brief Defines the focal plane hierarchy, along with functions for interacting with it 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author George Gusciora, MHPCC 8 /// @author Paul Price, IfA 9 /// @author Eugene Magnier, IfA 10 /// 11 /// @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-12-22 21:23:36 $ 13 /// 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 15 /// 1 /* @file pmFPA.h 2 * @brief Defines the focal plane hierarchy, along with functions for interacting with it 3 * 4 * @author George Gusciora, MHPCC 5 * @author Paul Price, IfA 6 * @author Eugene Magnier, IfA 7 * 8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-24 02:54:14 $ 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 */ 16 12 17 13 #ifndef PM_FPA_H 18 14 #define PM_FPA_H 15 16 /// @addtogroup Camera Camera Layout 17 /// @{ 19 18 20 19 #include <pslib.h> … … 184 183 bool pmFPACheckParents(pmFPA *fpa ///< FPA to check 185 184 ); 186 187 185 /// @} 188 186 #endif // #ifndef PM_FPA_H
Note:
See TracChangeset
for help on using the changeset viewer.
