]> SALOME platform Git repositories - tools/yacsgen.git/commit
Salome HOME
CCAR: add the way to declare data types that are defined in SALOME modules
authorcaremoli <caremoli>
Mon, 29 Mar 2010 15:14:01 +0000 (15:14 +0000)
committercaremoli <caremoli>
Mon, 29 Mar 2010 15:14:01 +0000 (15:14 +0000)
commite02548394641cd0bbd4b78d0b494cfc65da7d556
tree0bd0bee154f18039a3efbc215412fed3f9c7e990
parenteb7dc9311ddb27f9d43103e4c728e6940153a05a
CCAR: add the way to declare data types that are defined in SALOME modules
other than KERNEL.
Only one module has been added : GEOM
Only one data type has been added : GEOM_Object
The structure is ready for other modules and data types.
17 files changed:
Examples/ast2/exeaster
Examples/ast2/myaster/config.txt
Examples/context.py
Examples/makefile.inc
Examples/paco1/components.py
Examples/paco2/components.py
Examples/paco3/components.py
Examples/pacocontext.py [new file with mode: 0644]
module_generator/__init__.py
module_generator/cata_tmpl.py
module_generator/cpp_tmpl.py
module_generator/cppcompo.py
module_generator/gener.py
module_generator/mod_tmpl.py
module_generator/paco_tmpl.py
module_generator/salomemodules.py [new file with mode: 0644]
module_generator/yacstypes.py [new file with mode: 0644]