Changeset 31938
- Timestamp:
- Jul 26, 2011, 2:40:09 PM (15 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
regtool.c (modified) (2 diffs)
-
regtoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r31301 r31938 720 720 PXOPT_COPY_STR(config->args, where, "-obs_mode", "obs_mode", "=="); 721 721 PXOPT_COPY_STR(config->args, where, "-data_state", "data_state", "=="); 722 PXOPT_LOOKUP_BOOL(video_cells, config->args, "-video_cells", false); 722 723 723 724 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 769 770 // don't list faulted rows 770 771 psStringAppend(&query, " %s", "AND rawImfile.fault = 0"); 772 } 773 if (video_cells) { 774 psStringAppend(&query, " %s", "AND rawImfile.video_cells"); 771 775 } 772 776 -
trunk/ippTools/src/regtoolConfig.c
r30652 r31938 169 169 ADD_OPT(Bool, processedimfileArgs, "-simple", "use the simple output format", false); 170 170 ADD_OPT(Bool, processedimfileArgs, "-ordered_by_date", "force output to be in DATE order", false); 171 ADD_OPT(Bool, processedimfileArgs, "-video_cells", "limit result to chips that have video cells", false); 171 172 pxspaceAddArguments(processedimfileArgs); 172 173 pxmagicAddArguments(processedimfileArgs);
Note:
See TracChangeset
for help on using the changeset viewer.
