Changeset 19421 for trunk/ippTasks/camera.pro
- Timestamp:
- Sep 8, 2008, 2:09:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r19406 r19421 73 73 74 74 task.exec 75 $run = camtool -pendingexp -limit 20 75 76 if ($DB:n == 0) 76 77 option DEFAULT 77 command camtool -pendingexp -limit 2078 # echo command camtool -pendingexp -limit 2079 78 else 80 79 # save the DB name for the exit tasks 81 80 option $DB:$camera_DB 82 command camtool -pendingexp -limit 20 -dbname $DB:$camera_DB 83 # echo command camtool -pendingexp -limit 20 -dbname $DB:$camera_DB 81 $run = $run -dbname $DB:$camera_DB 84 82 $camera_DB ++ 85 83 if ($camera_DB >= $DB:n) set camera_DB = 0 86 84 end 85 add_poll_args run 86 command $run 87 87 end 88 88 … … 204 204 205 205 task.exec 206 $run = camtool -pendingcleanuprun -limit 20 206 207 if ($DB:n == 0) 207 208 option DEFAULT 208 command camtool -pendingcleanuprun -limit 20209 209 else 210 210 # save the DB name for the exit tasks 211 211 option $DB:$camera_cleanup_DB 212 command camtool -pendingcleanuprun -limit 20-dbname $DB:$camera_cleanup_DB212 $run = $run -dbname $DB:$camera_cleanup_DB 213 213 $camera_cleanup_DB ++ 214 214 if ($camera_cleanup_DB >= $DB:n) set camera_cleanup_DB = 0 215 215 end 216 add_poll_args run 217 command $run 216 218 end 217 219
Note:
See TracChangeset
for help on using the changeset viewer.
