Changeset 3448 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.cc


Ignore:
Timestamp:
Jan 31, 2008, 7:16:49 PM (18 years ago)
Author:
ansari
Message:

1/ Ajout operations compactdim/compactalldim pour TArray (objaoper/PerformOperation())
2/ Changement du nom des macros declares par spiapp/c++exec

DispplayObj() -> DispObj() , ExecuteCommand() -> ExecCmd()

Reza 31/01/2008

File:
1 edited

Legend:

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

    r2944 r3448  
    455455
    456456os<<"//---- Macro Displaying objects and command execution"<<endl;
    457 os<<"#define DisplayObj(obj, att) Display_Object(obj, att, #obj); \n" << endl;
    458 os<<"#define ExecuteCommand(cmd) srvo.ExecuteCommand(cmd); \n" << endl;
     457os<<"#define DispObj(obj, att) Display_Object(obj, att, #obj); \n" << endl;
     458os<<"#define ExecCmd(cmd) srvo.ExecuteCommand(cmd); \n" << endl;
    459459
    460460return;
Note: See TracChangeset for help on using the changeset viewer.