IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2006, 5:35:57 PM (20 years ago)
Author:
jhoblitt
Message:

make -inst optional
add -exp_id -class -class_id -url
misc. option cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.h

    r6134 r6150  
    2020    P2_MODE_DEFINE,                     // grab from raw, create pending
    2121    P2_MODE_PENDING,                    // grab from pending, output for ppImage
    22     P2_MODE_UPDATE,                     // set the current state
     22//    P2_MODE_UPDATE,                   // set the current state
    2323    P2_MODE_DONE,                       // set the current state
    2424    P2_MODE_CREATE,                     // set the current state
     
    4040    psMetadata *recipe;
    4141    psMetadata *arguments;
     42    char *exp_id;
     43    char *class;
     44    char *class_id;
     45    char *url;
    4246} p2Config;
    4347
Note: See TracChangeset for help on using the changeset viewer.