Changeset 1224 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Oct 11, 2000, 7:26:43 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r912 r1224 97 97 98 98 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 102 103 103 104 // Pour enregistrer la liste de commandes et leurs executeurs et le help
Note:
See TracChangeset
for help on using the changeset viewer.