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