Changeset 11865 for trunk/psModules/src/concepts/pmConcepts.c
- Timestamp:
- Feb 16, 2007, 4:36:38 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
r11749 r11865 639 639 } 640 640 641 // CHIP.XSIZE 642 { 643 psMetadataItem *chipXsize = psMetadataItemAllocS32("CHIP.XSIZE", "Size of chip (pixels)", 0); 644 pmConceptRegister(chipXsize, NULL, NULL, PM_FPA_LEVEL_CHIP); 645 psFree(chipXsize); 646 } 647 648 // CHIP.YSIZE 649 { 650 psMetadataItem *chipYsize = psMetadataItemAllocS32("CHIP.YSIZE", "Size of chip (pixels)", 0); 651 pmConceptRegister(chipYsize, NULL, NULL, PM_FPA_LEVEL_CHIP); 652 psFree(chipYsize); 653 } 654 641 655 // CHIP.TEMP 642 656 { … … 808 822 } 809 823 824 // CELL.XSIZE 825 { 826 psMetadataItem *cellXsize = psMetadataItemAllocS32("CELL.XSIZE", "Size of cell (pixels)", 0); 827 pmConceptRegister(cellXsize, NULL, NULL, PM_FPA_LEVEL_CELL); 828 psFree(cellXsize); 829 } 830 831 // CELL.YSIZE 832 { 833 psMetadataItem *cellYsize = psMetadataItemAllocS32("CELL.YSIZE", "Size of cell (pixels)", 0); 834 pmConceptRegister(cellYsize, NULL, NULL, PM_FPA_LEVEL_CELL); 835 psFree(cellYsize); 836 } 810 837 } 811 838
Note:
See TracChangeset
for help on using the changeset viewer.
