Changeset 25835 for trunk/ippTools/src/pxchip.h
- Timestamp:
- Oct 14, 2009, 11:06:18 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxchip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxchip.h
r25800 r25835 28 28 29 29 bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state, const bool magicked); 30 bool pxchipRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);31 bool pxchipRunSetLabel(pxConfig *config, psS64 chip_id, const char *label);32 bool pxchipRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);33 34 30 bool pxchipProcessedImfileSetStateByQuery(pxConfig *config, psMetadata *where, const char *state); 35 31 … … 38 34 const char *workdir, 39 35 const char *label, 36 const char *data_group, 37 const char *dist_group, 40 38 const char *reduction, 41 39 const char *expgroup, 42 40 const char *dvodb, 43 41 const char *tess_id, 44 const char *end_stage); 42 const char *end_stage, 43 const char *note); 45 44 46 45
Note:
See TracChangeset
for help on using the changeset viewer.
