summaryrefslogtreecommitdiff
path: root/quellcode/demo1/Executor/Executor.idl
blob: 9ee176cef649c5bc25d642c59fa7b3b2a50e544e (plain)
1
2
3
4
5
6
7
#pragma prefix "manut"
module Executor {
    interface ExecCmd {
	boolean changeMode(in short mode);
	boolean setPorts(in short one, in short two, in short three);
    };
};