summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/BBN_UAV.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/UAV/BBN_UAV.idl')
-rw-r--r--TAO/CIAO/examples/UAV/BBN_UAV.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/UAV/BBN_UAV.idl b/TAO/CIAO/examples/UAV/BBN_UAV.idl
index 7b1b1928ae6..89f68216d81 100644
--- a/TAO/CIAO/examples/UAV/BBN_UAV.idl
+++ b/TAO/CIAO/examples/UAV/BBN_UAV.idl
@@ -56,6 +56,21 @@ module BBN_UAV
*/
eventtype StartMove {};
+ /**
+ * @eventtype: published by UAV, and consumed by Satellite.
+ */
+ eventtype UAVReady {};
+
+ /**
+ * @eventtype: published by UCAV, and consumed by Satellite.
+ */
+ eventtype UCAVReady {};
+
+ /**
+ * @eventtype: published by Battle, and consumed by Satellite.
+ */
+ eventtype BattleReady {};
+
};
#endif /*CIAO_BBN_UAV_IDL*/