Changeset 11130
- Timestamp:
- Jan 17, 2007, 5:05:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r11128 r11130 486 486 { 487 487 psMetadataItem *fpaFilter = psMetadataItemAllocStr("FPA.FILTER", "Filter used", ""); 488 pmConceptRegister(fpaFilter, NULL, NULL, PM_FPA_LEVEL_FPA); 488 pmConceptRegister(fpaFilter, (pmConceptParseFunc)p_pmConceptParse_FPA_FILTER, 489 (pmConceptFormatFunc)p_pmConceptFormat_FPA_FILTER, PM_FPA_LEVEL_FPA); 489 490 psFree(fpaFilter); 490 491 } … … 579 580 } 580 581 582 // FPA.EXPOSURE 583 { 584 psMetadataItem *fpaExposure = psMetadataItemAllocF32("FPA.EXPOSURE", 585 "Exposure time (sec)", NAN); 586 pmConceptRegister(fpaExposure, NULL, NULL, PM_FPA_LEVEL_FPA); 587 psFree(fpaExposure); 588 } 589 581 590 // Done with FPA level concepts 582 591 }
Note:
See TracChangeset
for help on using the changeset viewer.
