Changeset 19059 for trunk/psModules/src/imcombine/pmSubtractionThreads.h
- Timestamp:
- Aug 13, 2008, 5:25:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionThreads.h
r18962 r19059 6 6 7 7 /// Set up threading for image matching 8 void pmSubtractionThreadSetup(void); 8 /// 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 12 ); 13 14 15 /// Take down threading for image matching 16 /// 17 /// Destroys thread tasks, and initialises mutexes in readouts 18 void pmSubtractionThreadsFinalize(pmReadout *out1, pmReadout *out2, pmReadout *in1, pmReadout *in2); 9 19 10 20 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
