summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component.idl
blob: d86e77e5a5d95c0493d70b860ff921b0d71e8ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// $Id$

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 *
 */

#ifndef DDS_SHARED_DP_COMPONENT_IDL
#define DDS_SHARED_DP_COMPONENT_IDL

#include "Connector/Connector.idl"

module SharedDP
{
  component SharedDPComponent
  {
    port CCM_DDS::SharedDPTest::DDS_Write write1;
    port CCM_DDS::SharedDPTest::DDS_Write write2;
    port CCM_DDS::SharedDPTest::DDS_Write write3;
    port CCM_DDS::SharedDPTest::DDS_Write write4;

    attribute boolean perform_test;
  };
};

#endif