Changeset 2486 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Dec 26, 2003, 12:17:41 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2265 r2486 34 34 #include "pitherm.h" 35 35 36 #include "zthread.h" 36 37 #include "resusage.h" 37 38 … … 53 54 virtual void SetBlocked(); 54 55 56 // <ZThread> Multithread execution 57 // On redefinit la methode Run pour gestion multithread 58 virtual void Run(); 59 inline ZMutex & getMutex() { return thr_glsyn; } 60 61 // Methodes d'Affichage generique 55 62 int DispImage(P2DArrayAdapter* nouv, string const & name, string const & opt, int oid=0); 56 63 int DispScDrawer(PIDrawer* scd, string const & name, string const & opt, … … 171 178 PIPixmap* gimv; 172 179 PICMapView* cmapv; 173 // Pour afficher des stats 180 // Pour afficher des stats et etat thread command 174 181 PILabel* lab_mem; 175 182 PIThermometer* therm_mem; 176 183 PILabel* lab_cpu; 177 184 PIThermometer* therm_cpu; 185 PILabel* lab_thrcmd; 178 186 179 187 PIFileChooser * pfc_fits; // Pour les fichiers FITS … … 224 232 string exc_command; 225 233 bool fg_exc_cmd; 234 // Attributs pour controle de thread 235 ZMutex thr_glsyn; 226 236 }; 227 237
Note:
See TracChangeset
for help on using the changeset viewer.