Changeset 9571
- Timestamp:
- Oct 13, 2006, 3:06:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.h
r9570 r9571 5 5 #include "pmFPA.h" 6 6 7 /// Read concepts from the camera configurationfile's CELLS.7 /// Read concepts from the camera format file's CELLS. 8 8 /// 9 /// Examines the CELLS metadata in the camera configurationfile9 /// Examines the CELLS metadata in the camera format file 10 10 /// for the current type of cell, and sucks in the concepts defined there. 11 11 /// This is a useful way of defining concepts that vary depending on the … … 16 16 ); 17 17 18 /// Read concepts from the DEFAULTS in the camera configurationfile.18 /// Read concepts from the DEFAULTS in the camera format file. 19 19 /// 20 /// Examines the DEFAULTS metadata in the camera configurationfile20 /// Examines the DEFAULTS metadata in the camera format file 21 21 /// for concepts in the specs, and imports them into the target. 22 22 bool p_pmConceptsReadFromDefaults(psMetadata *target, // Place into which to read the concepts … … 27 27 ); 28 28 29 /// Read concepts from the header TRANSLATION in the camera configurationfile.29 /// Read concepts from the header TRANSLATION in the camera format file. 30 30 /// 31 /// Examines the TRANSLATION metadata in the camera configurationfile31 /// Examines the TRANSLATION metadata in the camera format file 32 32 /// for concepts in the specs, and imports them into the target. 33 33 bool p_pmConceptsReadFromHeader(psMetadata *target, // Place into which to read the concepts … … 38 38 ); 39 39 40 /// Read concepts from the header DATABASE in the camera configurationfile.40 /// Read concepts from the header DATABASE in the camera format file. 41 41 /// 42 /// Examines the DATABASE metadata in the camera configurationfile42 /// Examines the DATABASE metadata in the camera format file 43 43 /// for concepts in the specs, and imports them into the target. 44 44 /// WARNING: This function has not been tested; use at your own risk!
Note:
See TracChangeset
for help on using the changeset viewer.
