Changeset 25777
- Timestamp:
- Oct 5, 2009, 3:41:35 PM (17 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
r25775 r25777 1103 1103 1104 1104 psMetadata *where = psMetadataAlloc(); 1105 pxchipGetSearchArgs (config, where); // chipRun, chipProcessedImfile, rawExp 1106 PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "=="); 1107 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 1105 1108 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1106 1109 PXOPT_COPY_STR(config->args, where, "-state", "state", "=="); -
trunk/ippTools/src/chiptoolConfig.c
r25775 r25777 229 229 psMetadataAddU64(runArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 230 230 psMetadataAddStr(runArgs, PS_LIST_TAIL, "-state", 0, "search by state (required)", NULL); 231 pxchipSetSearchArgs(runArgs); 232 psMetadataAddS64(runArgs, PS_LIST_TAIL, "-chip_id", 0, "search by chip ID", 0); 233 psMetadataAddStr(runArgs, PS_LIST_TAIL, "-reduction", 0, "search by reduction class", NULL); 231 234 232 235 // -advanceexp
Note:
See TracChangeset
for help on using the changeset viewer.
