IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 1:11:24 PM (18 years ago)
Author:
jhoblitt
Message:

add warptool -updaterun query support

File:
1 edited

Legend:

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

    r17142 r17180  
    2626
    2727bool pxwarpRunSetState(pxConfig *config, psS64 warp_id, const char *state);
     28bool pxwarpRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
     29bool pxwarpRunSetLabel(pxConfig *config, psS64 warp_id, const char *label);
     30bool pxwarpRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
    2831
    2932bool pxwarpQueueByCamID(pxConfig *config,
Note: See TracChangeset for help on using the changeset viewer.