summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-17 20:35:34 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-17 20:35:34 (GMT)
commit3d790497c67b07149f8563dbae39856aa961e74d (patch)
tree8d3922848f68f2e0b2449019b6fe6ca74051ec95 /test/samples/uscxml
parent134f488db5d2c230fb13349cab18b350ed2c98a3 (diff)
downloaduscxml-3d790497c67b07149f8563dbae39856aa961e74d.zip
uscxml-3d790497c67b07149f8563dbae39856aa961e74d.tar.gz
uscxml-3d790497c67b07149f8563dbae39856aa961e74d.tar.bz2
Polished umundo invoker, prolog datamodel and several bugfixes
Diffstat (limited to 'test/samples/uscxml')
-rw-r--r--test/samples/uscxml/test-umundo-s11n-chat.scxml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/samples/uscxml/test-umundo-s11n-chat.scxml b/test/samples/uscxml/test-umundo-s11n-chat.scxml
new file mode 100644
index 0000000..df645a1
--- /dev/null
+++ b/test/samples/uscxml/test-umundo-s11n-chat.scxml
@@ -0,0 +1,13 @@
+<scxml datamodel="prolog">
+ <state id="start">
+ <invoke type="umundo" id="umundo">
+ <param name="type" expr="'/Users/sradomski/Documents/TK/Code/umundo/examples/cpp/s11n/chat/proto/ChatS11N.proto'" />
+ <param name="channel" expr="'s11nChat'" />
+ <finalize><log label="index" expr="event(X)" /></finalize>
+ </invoke>
+ <onentry>
+ <log expr="'Entering start'" />
+ <!-- send target="#_scxml.umundo" delay="0s" event="send" / -->
+ </onentry>
+ </state>
+</scxml> \ No newline at end of file