Changeset 27840 for branches/simtest_nebulous_branches/psModules/src/imcombine/pmSubtractionThreads.h
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/imcombine/pmSubtractionThreads.h
r19340 r27840 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.
