summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CoherentUpdater/Receiver/CoherentUpdate_Test_Receiver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/tests/CoherentUpdater/Receiver/CoherentUpdate_Test_Receiver.idl')
-rw-r--r--modules/CIAO/connectors/dds4ccm/tests/CoherentUpdater/Receiver/CoherentUpdate_Test_Receiver.idl27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/tests/CoherentUpdater/Receiver/CoherentUpdate_Test_Receiver.idl b/modules/CIAO/connectors/dds4ccm/tests/CoherentUpdater/Receiver/CoherentUpdate_Test_Receiver.idl
new file mode 100644
index 00000000000..cd877185448
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/tests/CoherentUpdater/Receiver/CoherentUpdate_Test_Receiver.idl
@@ -0,0 +1,27 @@
+// $Id$
+
+/**
+ * @file
+ * @author Marcel Smit <msmit@remedy.nl>
+ */
+
+#ifndef RECEIVER_IDL
+#define RECEIVER_IDL
+
+#include "Connector/CoherentUpdate_Test_Connector.idl"
+#include "Base/Reader_Starter.idl"
+
+module CoherentUpdate_Test
+{
+ component Receiver
+ {
+ port CoherentUpdateTestConn::DDS_Read info_out;
+
+ provides CoherentUpdateStarter reader_start;
+ uses CoherentUpdateRestarter updater_restart;
+
+ attribute unsigned short nr_runs;
+ };
+};
+
+#endif