IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2009, 1:48:42 PM (17 years ago)
Author:
bills
Message:

don't wait for inputs to be updated unless user asks us to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r25793 r25796  
    409409                $fault = $PSTAMP_GONE;
    410410            } elsif (($data_state ne 'full') or ($run_state ne 'full' )) {
    411                 my $PSTAMP_NO_UPDATE = 2048;
    412                 # for now just fault while I build pstampDependent
    413                 if ($option_mask & $PSTAMP_NO_UPDATE) {
     411                # don't wait for update unless the caller asks us to
     412                if (!($option_mask & $PSTAMP_WAIT_FOR_UPDATE)) {
    414413                    $newState = 'stop';
    415414                    $fault = $PSTAMP_NOT_AVAILABLE;
Note: See TracChangeset for help on using the changeset viewer.