Changeset 2188 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Sep 9, 2002, 6:48:34 PM (23 years ago)
Author:
ansari
Message:

Ajout commande exitpiapp et possibilite de soumettre une commande a executer a PIStdImgApp (pour execution du script specifie au demarrage) - Reza 9/9/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r2165 r2188  
    5959                       string title="", int oid=0);
    6060
     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     
    6167  //  Fonction d'ajout de texte (provisoire - Aout 99)
    6268     void AddText(string const & txt, double xp, double yp, string const& opt);
     
    202208    ResourceUsage resusg;
    203209    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;
    204215};
    205216
Note: See TracChangeset for help on using the changeset viewer.