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


Ignore:
Timestamp:
Oct 11, 2000, 7:26:43 PM (25 years ago)
Author:
ercodmgr
Message:

Ajout de cxxexecutor (Execution C++ en ligne ds piapp) - CMV+Reza 11/10/2000

File:
1 edited

Legend:

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

    r912 r1224  
    9797
    9898  CmdInterpreter* curcmdi;
    99   CmdExecutor* basexec;
    100   CmdExecutor* fitexec;
    101   CmdExecutor* pawexec;
     99  CmdExecutor* basexec;  // basic command executor
     100  CmdExecutor* fitexec;  // Fit command executor
     101  CmdExecutor* pawexec;  // paw-like command executor
     102  CmdExecutor* cxxexec;  // on-line c++ compile/execution command executor
    102103
    103104// Pour enregistrer la liste de commandes et leurs executeurs et le help
Note: See TracChangeset for help on using the changeset viewer.