summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_RawListener.idl3p
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/idl/dds4ccm_RawListener.idl3p')
-rw-r--r--modules/CIAO/connectors/dds4ccm/idl/dds4ccm_RawListener.idl3p22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_RawListener.idl3p b/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_RawListener.idl3p
new file mode 100644
index 00000000000..22b5c2a6689
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_RawListener.idl3p
@@ -0,0 +1,22 @@
+/**
+ * @file dds4CCM_RawListener.idl3p
+ *
+ */
+
+#ifndef DDS4CCM_RAWLISTENER_IDL3P
+#define DDS4CCM_RAWLISTENER_IDL3P
+
+#include "dds4ccm/idl/dds4ccm_Base.idl3"
+
+module CCM_DDS
+{
+ interface RawListener<typename T> {
+ void on_data (in T an_instance, in ReadInfo info);
+ // behaviour
+ // - similar to a get_next, except that in push mode instead of pull mode
+ // - triggered only if enabled is the associated ListenerControl
+ // - query filter (if any) in the associated Reader
+ };
+};
+
+#endif