Changeset 14042 for trunk/ippTasks/camera.pro
- Timestamp:
- Jul 6, 2007, 9:10:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r13816 r14042 86 86 end 87 87 88 # delete existing entries in the appropriate states88 # delete existing entries in the appropriate pantaskStates 89 89 process_cleanup camPendingExp 90 90 end … … 112 112 if ($network == 0) break 113 113 114 # look for new images in camPendingExp ( state == NULL)115 book getpage camPendingExp 0 -var pageName -key state NULL114 # look for new images in camPendingExp (pantaskState == NULL) 115 book getpage camPendingExp 0 -var pageName -key pantaskState NULL 116 116 if ($pageName == NULL) break 117 117 118 book setword camPendingExp $pageName state RUN118 book setword camPendingExp $pageName pantaskState RUN 119 119 book getword camPendingExp $pageName camera -var CAMERA 120 120 book getword camPendingExp $pageName exp_id -var EXP_ID … … 170 170 task.exit timeout 171 171 showcommand timeout 172 book setword camPendingExp $options:0 state TIMEOUT172 book setword camPendingExp $options:0 pantaskState TIMEOUT 173 173 end 174 174 end
Note:
See TracChangeset
for help on using the changeset viewer.
