Changeset 27365 for trunk/psModules/src/imcombine/pmSubtractionThreads.h
- Timestamp:
- Mar 19, 2010, 5:09:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionThreads.h
r19340 r27365 7 7 /// Set up threading for image matching 8 8 /// 9 /// Sets up thread tasks, and initialises mutexes in readouts 10 void pmSubtractionThreadsInit(pmReadout *in1, pmReadout *in2 // Input readouts 11 ); 9 /// Sets up thread tasks 10 void pmSubtractionThreadsInit(void); 12 11 13 12 14 13 /// Take down threading for image matching 15 14 /// 16 /// Destroys thread tasks , and initialises mutexes in readouts17 void pmSubtractionThreadsFinalize( pmReadout *in1, pmReadout *in2);15 /// Destroys thread tasks 16 void pmSubtractionThreadsFinalize(void); 18 17 19 18 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
