]> SALOME platform Git repositories - tools/yacsgen.git/commit
Salome HOME
CCAR: add basic types from KERNEL SALOME_TYPES module
authorcaremoli <caremoli>
Mon, 31 Jan 2011 16:26:01 +0000 (16:26 +0000)
committercaremoli <caremoli>
Mon, 31 Jan 2011 16:26:01 +0000 (16:26 +0000)
commit24ee513bec6243728f40b7ee634c1b573d82f296
tree651c9074bce64ef4be21dd36206b4b79bcaf4820
parent86b713edd35b159a5e72a30b938be1338b87eaaa
CCAR: add basic types from KERNEL SALOME_TYPES module
add 1 example types1 that uses these types
add 2 functions to module_generator package (add_type and add_module) to be
able to customize YACSGEN for non builtin modules
Examples/context.py
Examples/types1/Makefile [new file with mode: 0644]
Examples/types1/README.txt [new file with mode: 0644]
Examples/types1/components.py [new file with mode: 0644]
Examples/types1/coupling.xml [new file with mode: 0644]
Examples/types1/geom_coupling.xml [new file with mode: 0644]
module_generator/__init__.py
module_generator/cata_tmpl.py
module_generator/salomemodules.py
module_generator/yacstypes.py