Changeset 3448 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.cc
- Timestamp:
- Jan 31, 2008, 7:16:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.cc
r2944 r3448 455 455 456 456 os<<"//---- Macro Displaying objects and command execution"<<endl; 457 os<<"#define Disp layObj(obj, att) Display_Object(obj, att, #obj); \n" << endl;458 os<<"#define Exec uteCommand(cmd) srvo.ExecuteCommand(cmd); \n" << endl;457 os<<"#define DispObj(obj, att) Display_Object(obj, att, #obj); \n" << endl; 458 os<<"#define ExecCmd(cmd) srvo.ExecuteCommand(cmd); \n" << endl; 459 459 460 460 return;
Note:
See TracChangeset
for help on using the changeset viewer.