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/chiptool.c

    r6139 r6150  
    154154static bool doneMode(p2Config *config)
    155155{
     156  // get exp_id/class/class_id/url from the CLI
     157  // add the completed imfile to the p2DoneImfile tables
     158  // remove corresponding entries from the p2PendingImfile table
     159  // check to see if any p2PendingExps have no associated p2PendingImfiles
     160  //    if so move the p2PendingExp(s) to p2DoneExp
     161
    156162    psArray *pendingFrames = p2searchPendingFrames(config);
    157163    if (!pendingFrames) {
Note: See TracChangeset for help on using the changeset viewer.