IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2011, 2:57:53 PM (15 years ago)
Author:
heather
Message:

addrun branch

Location:
branches/haf_branches/haf_add2011
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/haf_add2011/ippTools/src/pxadd.h

    r28181 r31280  
    2626
    2727bool pxaddRunSetState(pxConfig *config, psS64 add_id, const char *state);
    28 bool pxaddRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
     28bool pxaddRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *stage, const char *state);
    2929bool pxaddRunSetLabel(pxConfig *config, psS64 add_id, const char *label);
    30 bool pxaddRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
     30bool pxaddRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *stage, const char *label);
    3131
    3232bool pxaddQueueByCamID(pxConfig *config,
    33                        psS64 cam_id,
     33                       char *stage,
     34                       psS64 stage_id,
    3435                       char *workdir,
    3536                       char *reduction,
Note: See TracChangeset for help on using the changeset viewer.