]> SALOME platform Git repositories - tools/yacsgen.git/commit
Salome HOME
CCAR: add a way to define component methods and attributes (not services)
authorcaremoli <caremoli>
Thu, 1 Apr 2010 15:44:17 +0000 (15:44 +0000)
committercaremoli <caremoli>
Thu, 1 Apr 2010 15:44:17 +0000 (15:44 +0000)
commite41013480863ba12154e223926c3c01dc7e34fb4
treef0a68fa3edbd74075006561167491ed4266b3f69
parentadfe4d7b82fac682be98911c8de0cbc4ad125bba
CCAR: add a way to define component methods and attributes (not services)
for C++ and python components.
It is now possible to specify a class that is inherited by the generated
component class.
2 parameters (inheritedclass, compodefs) are added to the definition of C++
and python components.
- inheritedclass gives the name of the class to inherit
- compodefs gives the definition code to add in the beginning of the component
  definition code (class definition, include or import)
module_generator/cpp_tmpl.py
module_generator/cppcompo.py
module_generator/gener.py
module_generator/pycompo.py
module_generator/pyth_tmpl.py