Changeset 622
- Timestamp:
- May 7, 2004, 3:42:16 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psPhotom.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psPhotom.h
r344 r622 15 15 /** photometry system definition */ 16 16 typedef struct { 17 int ID;///< ID number for this photometric system18 c har *name;///< Name of photometric system19 c har *camera; ///< Camera for photometric system20 c har *filter; ///< Filter used for photometric system21 c har *detector;///< Detector used for photometric system17 const int ID; ///< ID number for this photometric system 18 const char *name; ///< Name of photometric system 19 const char *camera; ///< Camera for photometric system 20 const char *filter; ///< Filter used for photometric system 21 const char *detector; ///< Detector used for photometric system 22 22 } psPhotSystem; 23 23
Note:
See TracChangeset
for help on using the changeset viewer.
