Changeset 6124 for branches/eam_rel9_p0/psModules/src/astrom/pmConcepts.c
- Timestamp:
- Jan 21, 2006, 12:23:58 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmConcepts.c
r6080 r6124 1 // XXX *REALLY* need generic "concept update" and "concept read" functions that handles the type transparently 2 1 3 #include <stdio.h> 2 4 #include <assert.h> … … 156 158 { 157 159 pmConceptsInit(); 160 if (! fpa->camera) { 161 return false; 162 } 158 163 psMetadataIterator *iter = psMetadataIteratorAlloc(source, PS_LIST_HEAD, NULL); // Iterator on concepts 159 164 psMetadataItem *item = NULL; // Item from the concepts
Note:
See TracChangeset
for help on using the changeset viewer.
