Changeset 14153 for trunk/ippTasks/camera.pro
- Timestamp:
- Jul 11, 2007, 5:11:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r14116 r14153 69 69 option DEFAULT 70 70 command camtool -pendingexp -limit 20 71 # echo command camtool -pendingexp -limit 20 71 72 else 72 73 # save the DB name for the exit tasks 73 74 option $DB:$camera_DB 74 75 command camtool -pendingexp -limit 20 -dbname $DB:$camera_DB 76 # echo command camtool -pendingexp -limit 20 -dbname $DB:$camera_DB 75 77 $camera_DB ++ 76 78 if ($camera_DB >= $DB:n) set camera_DB = 0 … … 81 83 task.exit 0 82 84 # convert 'stdout' to book format 83 ipptool2book stdout camPendingExp -key cam_id -uniq -setword dbname $options:0 85 ipptool2book stdout camPendingExp -key cam_id -uniq -setword dbname $options:0 -setword pantaskState INIT 84 86 if ($VERBOSE > 2) 85 87 book listbook camPendingExp … … 112 114 if ($network == 0) break 113 115 114 # look for new images in camPendingExp (pantaskState == NULL)115 book getpage camPendingExp 0 -var pageName -key pantaskState NULL116 # look for new images in camPendingExp (pantaskState == INIT) 117 book getpage camPendingExp 0 -var pageName -key pantaskState INIT 116 118 if ($pageName == NULL) break 117 119
Note:
See TracChangeset
for help on using the changeset viewer.
