- Timestamp:
- Jun 20, 2012, 6:58:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psModules/src/camera/pmReadoutFake.c
r33624 r34044 332 332 #define CONCEPT_SET_S32(CONCEPTS, NAME, OLD, NEW) { \ 333 333 psMetadataItem *item = psMetadataLookup(CONCEPTS, NAME); \ 334 psAssert(item->type == PS_ TYPE_S32, "Incorrect type: %x", item->type); \334 psAssert(item->type == PS_DATA_S32, "Incorrect type: %x", item->type); \ 335 335 if (item->data.S32 == OLD) { \ 336 336 item->data.S32 = NEW; \
Note:
See TracChangeset
for help on using the changeset viewer.
