Changeset 19340 for trunk/psModules/src/imcombine/pmSubtractionThreads.h
- Timestamp:
- Sep 3, 2008, 11:43:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionThreads.h
r19059 r19340 8 8 /// 9 9 /// Sets up thread tasks, and initialises mutexes in readouts 10 void pmSubtractionThreadsInit(pmReadout *out1, pmReadout *out2, // Output readouts 11 pmReadout *in1, pmReadout *in2 // Input readouts 10 void pmSubtractionThreadsInit(pmReadout *in1, pmReadout *in2 // Input readouts 12 11 ); 13 12 … … 16 15 /// 17 16 /// Destroys thread tasks, and initialises mutexes in readouts 18 void pmSubtractionThreadsFinalize(pmReadout * out1, pmReadout *out2, pmReadout *in1, pmReadout *in2);17 void pmSubtractionThreadsFinalize(pmReadout *in1, pmReadout *in2); 19 18 20 19 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
