]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
CCAR: update IDLparser.py with developments for YACS (mainly, DataTypes description
authorcaremoli <caremoli>
Fri, 26 Sep 2008 07:54:27 +0000 (07:54 +0000)
committercaremoli <caremoli>
Fri, 26 Sep 2008 07:54:27 +0000 (07:54 +0000)
commitba16755542bc348162f9cba9c706af0d849aea02
tree5f922756cec15837135b82a49caef088538b1812
parent0ad47a426a3d74ca27598ea740a2fac0d28e3826
CCAR: update IDLparser.py with developments for YACS (mainly, DataTypes description
and new Superv_Component interface for SALOME components)
Not all definitions are converted to DataTypes YACS, only local definitions (main file)
that are :
 - unbounded sequences
 - non recursive structs (and non forward ones also)
 - interfaces that are not derivation from SALOME components

The tests have been updated :
 - add some idl files in tests to be able to run tests only in KERNEL_BUILD
 - adjust some paths (very old SALOME 1 ??) to run with KERNEL only
src/ModuleGenerator/IDLparser.py
src/ModuleGenerator/testIDLparser.in
src/ModuleGenerator/tests/AddComponent.idl [new file with mode: 0644]
src/ModuleGenerator/tests/SubComponent.idl [new file with mode: 0644]
src/ModuleGenerator/tests/test1.sh
src/ModuleGenerator/tests/test1b.sh
src/ModuleGenerator/tests/test2.sh
src/ModuleGenerator/tests/test3.sh
src/ModuleGenerator/tests/test4.sh
src/ModuleGenerator/tests/test5.sh