From f791f02b89efc984b40b922ed53ff6cb76e3e829 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Tue, 29 May 2012 02:10:20 +0200 Subject: improve interfaces and fix typos - added timestamp for error - added log function to collect errors in controller - merged device.idl into io.idl - fixed typos in io - added callbacks to digital/analog io Signed-off-by: Manuel Traut --- interfaces/device.idl | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 interfaces/device.idl (limited to 'interfaces/device.idl') diff --git a/interfaces/device.idl b/interfaces/device.idl deleted file mode 100644 index 1306639..0000000 --- a/interfaces/device.idl +++ /dev/null @@ -1,26 +0,0 @@ -include common.idl -include io.idl - -module device { - - enum function_id { - START; - STOP; - }; - - struct function { - string description; - int value; - enum fundtion_id id; - }; - - interface device { - common.error name (out string name); - common.error execute (in device.function); - common.error functions (out list ); - int id; - list analog; - list digital; - }; - -}; -- cgit v1.2.3