Changeset 2536 in Sophya for trunk/SophyaPI/PIext/piacmd.h


Ignore:
Timestamp:
May 13, 2004, 1:54:02 PM (21 years ago)
Author:
ansari
Message:

Correction bug ds PIACmd : remplacement stack<string> par queue<string> pour empilement de commandes soumises a l'interpreteur et ajout commande bargraph pour drawer PIBarGraph - Reza 13 Mai 2004

File:
1 edited

Legend:

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

    r2490 r2536  
    1111#include <string>
    1212#include <vector>
    13 #include <stack>
     13#include <queue>
    1414#include "zthread.h"
    1515
     
    8787  CxxOptionWind* cxxoptwin;
    8888
    89 // Stack d'entree et controle de thread
    90   stack<string> inputlines;
     89// Queue des entrees et controle de thread
     90  queue<string> inputlines;
    9191  bool fg_thrstop;
    9292  ZMutex mutx_inps;
Note: See TracChangeset for help on using the changeset viewer.