IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2008, 4:24:35 PM (18 years ago)
Author:
jhoblitt
Message:

implement chiptool -updaterun querying

File:
1 edited

Legend:

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

    r17148 r17161  
    22 * pxchip.h
    33 *
    4  * Copyright (C) 2007  Joshua Hoblitt
     4 * Copyright (C) 2007-2008  Joshua Hoblitt
    55 *
    66 * This program is free software; you can redistribute it and/or modify it
     
    2626
    2727bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state);
     28bool pxchipRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
    2829bool pxchipRunSetLabel(pxConfig *config, psS64 chip_id, const char *label);
     30bool pxchipRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
    2931
    3032psS64 pxchipQueueByExpTag(pxConfig *config,
    3133                         psS64 exp_id,
    32                          char *workdir,
    33                          char *label,
    34                          char *reduction,
    35                          char *expgroup,
    36                          char *dvodb,
    37                          char *tess_id,
    38                          char *end_stage);
     34                         const char *workdir,
     35                         const char *label,
     36                         const char *reduction,
     37                         const char *expgroup,
     38                         const char *dvodb,
     39                         const char *tess_id,
     40                         const char *end_stage);
    3941
    4042#endif // PXCHIP_H
Note: See TracChangeset for help on using the changeset viewer.