From 8b500cc1005825ae02eb3c7da41303c86bbc2ac6 Mon Sep 17 00:00:00 2001 From: caremoli Date: Wed, 9 Mar 2011 12:27:12 +0000 Subject: [PATCH] CCAR: ajout test Aster sans fichier (uniquement string) pour le jeu de commandes --- Examples/ast2/components.py | 3 ++ Examples/ast2/coupling2.xml | 77 +++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 Examples/ast2/coupling2.xml 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 + + + + + + -- 2.39.2