summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Exec/Exec_Component.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/space/Exec/Exec_Component.idl')
-rw-r--r--CIAO/examples/space/Exec/Exec_Component.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/CIAO/examples/space/Exec/Exec_Component.idl b/CIAO/examples/space/Exec/Exec_Component.idl
new file mode 100644
index 00000000000..c4425cce2b7
--- /dev/null
+++ b/CIAO/examples/space/Exec/Exec_Component.idl
@@ -0,0 +1,20 @@
+#ifndef EXEC_COMPONENT_IDL
+#define EXEC_COMPONENT_IDL
+
+#include <Components.idl>
+#include "Event_Types.idl"
+
+module SPACE
+{
+ component Exec_Component
+ {
+ emits Gizmo_Data send_command;
+ };
+
+ home Exec_Component_Factory
+ manages Exec_Component
+ {
+ };
+};
+
+#endif // EXEC_COMPONENT_IDL