From 1adba473e6917b227e1b0a1118148101dca202e7 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Mon, 31 Mar 2014 16:53:55 +0200 Subject: add quellcode Signed-off-by: Manuel Traut --- quellcode/versuch1/bench.idl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 quellcode/versuch1/bench.idl (limited to 'quellcode/versuch1/bench.idl') diff --git a/quellcode/versuch1/bench.idl b/quellcode/versuch1/bench.idl new file mode 100755 index 0000000..a2e0249 --- /dev/null +++ b/quellcode/versuch1/bench.idl @@ -0,0 +1,20 @@ +/** + * + * \file bench.idl + * \brief Interfacedefinition for writing values to digital Output + * + * \author Manuel Traut + * \version 2006-10-15 + * + */ + +module benchmark{ + exception invalidRequest{}; + interface Put{ + void connect() raises(invalidRequest); + void onePort(in short portNo, in short value) raises(invalidRequest); + void allPorts( in short valPort1, + in short valPort2, + in short valPort3) raises(invalidRequest); + }; +}; -- cgit v1.2.3