Changeset 17161 for trunk/ippTools/src/pxchip.h
- Timestamp:
- Mar 27, 2008, 4:24:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxchip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxchip.h
r17148 r17161 2 2 * pxchip.h 3 3 * 4 * Copyright (C) 2007 Joshua Hoblitt4 * Copyright (C) 2007-2008 Joshua Hoblitt 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify it … … 26 26 27 27 bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state); 28 bool pxchipRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state); 28 29 bool pxchipRunSetLabel(pxConfig *config, psS64 chip_id, const char *label); 30 bool pxchipRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label); 29 31 30 32 psS64 pxchipQueueByExpTag(pxConfig *config, 31 33 psS64 exp_id, 32 c har *workdir,33 c har *label,34 c har *reduction,35 c har *expgroup,36 c har *dvodb,37 c har *tess_id,38 c har *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); 39 41 40 42 #endif // PXCHIP_H
Note:
See TracChangeset
for help on using the changeset viewer.
