Changeset 20310 for trunk/ippTools
- Timestamp:
- Oct 21, 2008, 4:39:15 PM (18 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 3 edited
-
share/pxadmin_create_tables.sql (modified) (1 diff)
-
src/pztool.c (modified) (2 diffs)
-
src/pztoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pxadmin_create_tables.sql
r20276 r20310 59 59 fault SMALLINT NOT NULL, 60 60 epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 61 hostname VARCHAR(64), 61 62 PRIMARY KEY(exp_name, camera, telescope, class, class_id), 62 63 KEY(fault), -
trunk/ippTools/src/pztool.c
r20201 r20310 397 397 PXOPT_LOOKUP_STR(class_id, config->args, "-class_id", true, false); 398 398 PXOPT_LOOKUP_STR(uri, config->args, "-uri", true, false); 399 PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false); 399 400 PXOPT_LOOKUP_BOOL(row_lock, config->args, "-row_lock", false); 400 401 … … 455 456 uri, 456 457 code, 457 NULL // epoch 458 NULL, // epoch 459 hostname 458 460 )) { 459 461 psError(PS_ERR_UNKNOWN, false, "database error"); -
trunk/ippTools/src/pztoolConfig.c
r20172 r20310 94 94 psMetadataAddStr(copydoneArgs, PS_LIST_TAIL, "-end_stage", 0, "define the end goal processing step", NULL); 95 95 psMetadataAddStr(copydoneArgs, PS_LIST_TAIL, "-label", 0, "define the label for the chip stage", NULL); 96 psMetadataAddStr(copydoneArgs, PS_LIST_TAIL, "-hostname", 0, "define the host that copied the image", NULL); 96 97 psMetadataAddS16(copydoneArgs, PS_LIST_TAIL, "-code", 0, "set fault code", 0); 97 98 psMetadataAddBool(copydoneArgs, PS_LIST_TAIL, "-row_lock", 0, "lock pzDownImfile rows while advancing an exposure", false);
Note:
See TracChangeset
for help on using the changeset viewer.
