IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 4:26:06 PM (19 years ago)
Author:
jhoblitt
Message:

filename rename form pXtool -> [foo]tool

perl -pi -e 's/p0/reg/g' *.[ch]
perl -pi -e 's/p1/guide/g' *.[ch]
perl -pi -e 's/p2/chip/g' *.[ch]
perl -pi -e 's/p3/cam/g' *.[ch]
perl -pi -e 's/p4/warp/g' *.[ch]
perl -pi -e 's/p5/diff/g' *.[ch]
perl -pi -e 's/p6/stack/g' *.[ch]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtool.c

    r12024 r12025  
    11/*
    2  * p0tool.c
     2 * regtool.c
    33 *
    44 * Copyright (C) 2006  Joshua Hoblitt
     
    2525
    2626#include "pxtools.h"
    27 #include "p0tool.h"
     27#include "regtool.h"
    2828
    2929static bool pendingimfileMode(pxConfig *config);
     
    3838
    3939
    40 // static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp);
     40// static guidePendingExpRow *newToP1PendingExp(newExpRow *newExp);
    4141static chipPendingExpRow *newTochipPendingExp(pxConfig *config, newExpRow *newExp);
    4242static chipPendingImfileRow *rawImfileTochipPendingImfile(pxConfig *config, rawImfileRow *rawImfile);
     
    168168
    169169    // negate simple so the default is true
    170     if (!ippdbPrintMetadatas(stdout, output, "p0PendingImfile", !simple)) {
     170    if (!ippdbPrintMetadatas(stdout, output, "regPendingImfile", !simple)) {
    171171        psError(PXTOOLS_ERR_PROG, false, "failed to print array");
    172172        psFree(output);
     
    540540
    541541    // negate simple so the default is true
    542     if (!ippdbPrintMetadatas(stdout, output, "p0PendingExp", !simple)) {
     542    if (!ippdbPrintMetadatas(stdout, output, "regPendingExp", !simple)) {
    543543        psError(PXTOOLS_ERR_PROG, false, "failed to print array");
    544544        psFree(output);
     
    894894
    895895# if 0
    896 static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp)
    897 {
    898     return p1PendingExpRowAlloc(
     896static guidePendingExpRow *newToP1PendingExp(newExpRow *newExp)
     897{
     898    return guidePendingExpRowAlloc(
    899899        newExp->exp_tag,
    900900        newExp->camera,
     
    931931        exp->exp_tag,
    932932        0x0,            // chip version XXX calc version number
    933         0xdeadbeef,     // p1 version
     933        0xdeadbeef,     // guide version
    934934        label,
    935935        "my recipe",
     
    947947        rawImfile->exp_tag,
    948948        0x0,          // chip version XXX calc version number
    949         0xdeadbeef,   // p1 version
     949        0xdeadbeef,   // guide version
    950950        rawImfile->class_id,
    951951        "my recipe",
Note: See TracChangeset for help on using the changeset viewer.