Changeset 6341 for trunk/ippTools/src/regtool.c
- Timestamp:
- Feb 7, 2006, 10:36:15 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r6338 r6341 86 86 psMetadataAddStr(where, PS_LIST_TAIL, "camera", 0, NULL, 87 87 newFrame->exposure->camera); 88 psArray *configs = p0CameraConfigSelectRowObjects(config->d atabase, where, MAX_ROWS);88 psArray *configs = p0CameraConfigSelectRowObjects(config->dbh, where, MAX_ROWS); 89 89 psFree(where); 90 90 // if there is no match then we default to sending into into p2 … … 94 94 newFrame->exposure 95 95 ); 96 p2PendingExpInsertObject(config->d atabase, p2PendingExp);96 p2PendingExpInsertObject(config->dbh, p2PendingExp); 97 97 psFree(p2PendingExp); 98 98 continue; … … 108 108 newFrame->exposure 109 109 ); 110 p1PendingExpInsertObject(config->d atabase, p1PendingExp);110 p1PendingExpInsertObject(config->dbh, p1PendingExp); 111 111 psFree(p1PendingExp); 112 112 } … … 118 118 newFrame->exposure 119 119 ); 120 p2PendingExpInsertObject(config->d atabase, p2PendingExp);120 p2PendingExpInsertObject(config->dbh, p2PendingExp); 121 121 psFree(p2PendingExp); 122 122 }
Note:
See TracChangeset
for help on using the changeset viewer.
