Changeset 2188 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Sep 9, 2002, 6:48:34 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2165 r2188 59 59 string title="", int oid=0); 60 60 61 // Specification (de l'exterieur) de commande a executer 62 inline void SubmitCommand(string const& cmd) 63 { exc_command = cmd; fg_exc_cmd = true; } 64 // Execution de commande soumis de l'exterieur 65 int ExecuteExtCommand(); 66 61 67 // Fonction d'ajout de texte (provisoire - Aout 99) 62 68 void AddText(string const & txt, double xp, double yp, string const& opt); … … 202 208 ResourceUsage resusg; 203 209 PIPeriodic* resupd_periodic; 210 211 // Commande specifie de l'exterieur a executer 212 // Pris en charge par resupd_periodic 213 string exc_command; 214 bool fg_exc_cmd; 204 215 }; 205 216
Note:
See TracChangeset
for help on using the changeset viewer.