Changeset 2673 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Apr 19, 2005, 8:56:52 AM (20 years ago)
Author:
ansari
Message:

Remis en marche la possibilite d'execution d'un .pic au lancement de piapp - Reza 19/4/2005

File:
1 edited

Legend:

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

    r2651 r2673  
    448448CmdInterpreter()->start();
    449449
    450 // Soumission de la commande exterieur a executer
    451 if (fg_exc_cmd) {
    452   fg_exc_cmd = false;
    453 }
    454450
    455451
     
    462458    XtAppNextEvent(*appctx, &evt);
    463459    XtDispatchEvent(&evt);
     460// Soumission de la commande exterieur a executer
     461    if (fg_exc_cmd) {
     462      fg_exc_cmd = false;
     463      CmdInterpreter()->AddInputLine(exc_command);
     464    }
    464465    nevtproc++;
    465466    if (nevtproc >= 200)  break;
Note: See TracChangeset for help on using the changeset viewer.