summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/idl/dds4ccm_PortStatusListener.idl
blob: eadc949c6f96c6ee0110fff2d755d76f54d986b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @file dds4ccm_PortStatusListener.idl
 */

#ifndef DDS4CCM_PORTSTATUSLISTNER_IDL3
#define DDS4CCM_PORTSTATUSLISTNER_IDL3

#include "connectors/dds4ccm/idl/dds4ccm_Base.idl"

#pragma ciao lem "connectors/dds4ccm/idl/dds4ccm_PortStatusListenerE.idl"

module CCM_DDS
{
  local interface PortStatusListener {
    void on_requested_deadline_missed(in DDS::DataReader the_reader,
                                      in DDS::RequestedDeadlineMissedStatus status);
    void on_sample_lost(in DDS::DataReader the_reader,
                        in DDS::SampleLostStatus status);
  };
};

#endif