summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/Satellite/Satellite.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/UAV/Satellite/Satellite.idl')
-rw-r--r--TAO/CIAO/examples/UAV/Satellite/Satellite.idl28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/UAV/Satellite/Satellite.idl b/TAO/CIAO/examples/UAV/Satellite/Satellite.idl
new file mode 100644
index 00000000000..da8ad4d9dcf
--- /dev/null
+++ b/TAO/CIAO/examples/UAV/Satellite/Satellite.idl
@@ -0,0 +1,28 @@
+//$Id$
+//=============================================================================
+/**
+ * @file Satellite.idl
+ *
+ * Definition of the Satellite component
+ *
+ * @author Gan Deng <gan.deng@vanderbilt.edu>
+ */
+//=============================================================================
+#ifndef CIAO_SATELLITE_IDL
+#define CIAO_SATELLITE_IDL
+
+#include "../BBN_UAV.idl"
+
+module BBN_UAV
+{
+ component Satellite
+ {
+ publishes TargetLocated target_located;
+ };
+
+ home SatelliteHome manages Satellite
+ {
+ };
+};
+
+#endif /* CIAO_SATELLITE_IDL */