Changeset 12025 for trunk/ippTools/src/regtool.c
- Timestamp:
- Feb 23, 2007, 4:26:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r12024 r12025 1 1 /* 2 * p0tool.c2 * regtool.c 3 3 * 4 4 * Copyright (C) 2006 Joshua Hoblitt … … 25 25 26 26 #include "pxtools.h" 27 #include " p0tool.h"27 #include "regtool.h" 28 28 29 29 static bool pendingimfileMode(pxConfig *config); … … 38 38 39 39 40 // static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp);40 // static guidePendingExpRow *newToP1PendingExp(newExpRow *newExp); 41 41 static chipPendingExpRow *newTochipPendingExp(pxConfig *config, newExpRow *newExp); 42 42 static chipPendingImfileRow *rawImfileTochipPendingImfile(pxConfig *config, rawImfileRow *rawImfile); … … 168 168 169 169 // negate simple so the default is true 170 if (!ippdbPrintMetadatas(stdout, output, " p0PendingImfile", !simple)) {170 if (!ippdbPrintMetadatas(stdout, output, "regPendingImfile", !simple)) { 171 171 psError(PXTOOLS_ERR_PROG, false, "failed to print array"); 172 172 psFree(output); … … 540 540 541 541 // negate simple so the default is true 542 if (!ippdbPrintMetadatas(stdout, output, " p0PendingExp", !simple)) {542 if (!ippdbPrintMetadatas(stdout, output, "regPendingExp", !simple)) { 543 543 psError(PXTOOLS_ERR_PROG, false, "failed to print array"); 544 544 psFree(output); … … 894 894 895 895 # if 0 896 static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp)897 { 898 return p1PendingExpRowAlloc(896 static guidePendingExpRow *newToP1PendingExp(newExpRow *newExp) 897 { 898 return guidePendingExpRowAlloc( 899 899 newExp->exp_tag, 900 900 newExp->camera, … … 931 931 exp->exp_tag, 932 932 0x0, // chip version XXX calc version number 933 0xdeadbeef, // p1version933 0xdeadbeef, // guide version 934 934 label, 935 935 "my recipe", … … 947 947 rawImfile->exp_tag, 948 948 0x0, // chip version XXX calc version number 949 0xdeadbeef, // p1version949 0xdeadbeef, // guide version 950 950 rawImfile->class_id, 951 951 "my recipe",
Note:
See TracChangeset
for help on using the changeset viewer.
