From: caremoli Date: Wed, 9 Mar 2011 12:27:12 +0000 (+0000) Subject: CCAR: ajout test Aster sans fichier (uniquement string) pour le jeu de commandes X-Git-Tag: V6_3_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b500cc1005825ae02eb3c7da41303c86bbc2ac6;p=tools%2Fyacsgen.git CCAR: ajout test Aster sans fichier (uniquement string) pour le jeu de commandes --- diff --git a/Examples/ast2/components.py b/Examples/ast2/components.py index 97148a6..3ccf694 100644 --- a/Examples/ast2/components.py +++ b/Examples/ast2/components.py @@ -43,6 +43,9 @@ c1=ASTERComponent("caster",services=[ ], outstream=[("ba","CALCIUM_double","T"),("bb","CALCIUM_double","I")], ), + Service("s2",inport=[("a","double"),], + outport=[("d","double")], + ), ], aster_dir=aster_root, kind="exe", diff --git a/Examples/ast2/coupling2.xml b/Examples/ast2/coupling2.xml new file mode 100644 index 0000000..bed71be --- /dev/null +++ b/Examples/ast2/coupling2.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + caster + + s2 + + + + + + + + + + + s20 + s2 + + + + + s20 s200 + PyScript1 s20 + PyScript1 s200 + + s20 d + s200 a + + + PyScript1 o2 + s20 jdc + + + PyScript1 o4 + s200 jdc + + + s20a + 5.2 + + + s200a + 5.2 + + + + + +