Changeset 2815 in Sophya for trunk/SophyaPI/PIext/piafitting.h
- Timestamp:
- Jul 8, 2005, 5:26:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piafitting.h
r1268 r2815 16 16 #include "dlftypes.h" 17 17 #include "piacmd.h" 18 #include "zthread.h" 18 19 19 20 class PIStdImgApp; … … 42 43 ,int nvar,int npar); 43 44 45 inline void SetFgEvtLoopFlag(bool fg=false) { fg_evtloop = fg; } 46 inline ZMutex & getMutex() { return singlefit_mutex; } 47 44 48 friend class PIAFitterWind; 45 49 46 50 protected : 51 bool fg_evtloop; // true : appel depuis Boucle d'evts, PIAFitterWind 52 // Attributs pour controle de thread 53 ZMutex singlefit_mutex; // Pour empecher l'execution simultanee de deux fits 47 54 48 55 typedef struct DFOptions {
Note:
See TracChangeset
for help on using the changeset viewer.