IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2008, 3:48:37 PM (19 years ago)
Author:
eugene
Message:

merging changes from JHs end_stage branch (new end_stage field and related features; substantial cleanup via macros)

File:
1 edited

Legend:

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

    r14023 r16170  
    5858bool pxcamQueueByChipID(pxConfig *config,
    5959                    psS64 chip_id,
    60                     psString workdir,
    61                     psString label,
    62                     psString recipe,
    63                     psString expgroup,
    64                     psString dvodb)
     60                    char *workdir,
     61                    char *label,
     62                    char *recipe,
     63                    char *expgroup,
     64                    char *dvodb,
     65                    char *tess_id,
     66                    char *end_stage)
    6567{
    6668    PS_ASSERT_PTR_NON_NULL(config, false);
     
    8890                expgroup ? expgroup : "NULL",
    8991                dvodb    ? dvodb    : "NULL",
     92                tess_id  ? tess_id  : "NULL",
     93                end_stage ? end_stage : "NULL",
    9094                (long long)chip_id
    9195    )) {
Note: See TracChangeset for help on using the changeset viewer.