Changeset 19350
- Timestamp:
- Sep 3, 2008, 3:31:30 PM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
chiptool.c (modified) (1 diff)
-
chiptoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r19339 r19350 568 568 569 569 psMetadata *where = psMetadataAlloc(); 570 pxchipGetSearchArgs (config, where); // chipProcessedImfile571 570 PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "=="); 572 PXOPT_COPY_S64(config->args, where, "-class_id", "class_id", "=="); 573 PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "=="); 571 PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "=="); 574 572 PXOPT_LOOKUP_S16(code, config->args, "-code", true, false); 575 573 -
trunk/ippTools/src/chiptoolConfig.c
r19348 r19350 136 136 psMetadataAddS64(updateprocessedimfileArgs, PS_LIST_TAIL, "-chip_id", 0, "search by chip ID", 0); 137 137 psMetadataAddStr(updateprocessedimfileArgs, PS_LIST_TAIL, "-class_id", 0, "search by class ID", NULL); 138 psMetadataAddStr(updateprocessedimfileArgs, PS_LIST_TAIL, "-reduction", 0, "search by reduction class", NULL);139 pxchipSetSearchArgs(updateprocessedimfileArgs);140 138 psMetadataAddS16(updateprocessedimfileArgs, PS_LIST_TAIL, "-code", 0, "set fault code (required)", 0); 141 139
Note:
See TracChangeset
for help on using the changeset viewer.
