Index: trunk/psModules/src/config/pmConfigCamera.h
===================================================================
--- trunk/psModules/src/config/pmConfigCamera.h	(revision 14475)
+++ trunk/psModules/src/config/pmConfigCamera.h	(revision 18939)
@@ -5,6 +5,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-08-14 00:17:40 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-08-06 03:40:45 $
  *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -15,4 +15,22 @@
 /// @addtogroup Config Configuration System
 /// @{
+
+// Return the name of the original ("root") camera
+//
+// The root name is the name of the camera before it was made into a derivative (e.g., skycell, chip, fpa).
+psString pmConfigCameraRootName(const char *name // Name of camera
+    );
+
+// Return the name of the Skycell derivative camera
+psString pmConfigCameraSkycellName(const char *name // Name of camera
+    );
+
+// Return the name of the Chip derivative camera
+psString pmConfigCameraChipName(const char *name // Name of camera
+    );
+
+// Return the name of the FPA derivative camera
+psString pmConfigCameraFPAName(const char *name // Name of camera
+    );
 
 // Generate a skycell version of a camera configuration
