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

#ifndef DDS4CCM_PORT_READ_IDL3P
#define DDS4CCM_PORT_READ_IDL3P

#include "dds4ccm/idl/dds4ccm_Reader.idl3p"
#include "dds4ccm/idl/dds4ccm_PortStatusListener.idl3p"

module CCM_DDS
{
  porttype DDS_Read<typename T> {
    uses Reader<T> data;
    uses DDS::DataReader dds_entity;
    provides PortStatusListener status;
  };
};

#endif