summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.idl
blob: 3ec41b3c5159cc9ddc4db6bf766705d64d12ec0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef COMPONENT_IDL
#define COMPONENT_IDL

#include "Connector/UCC_Test_Connector.idl"

module UCC_Test
{
  component UCCTestComponent
  {
    port UCCVariableSizedStruct_Test::UCCVariableSizedStructTestConnector::DDS_Write var_size_write;
    port UCCFixedSizeStruct_Test::UCCFixedSizedStructTestConnector::DDS_Write fixed_size_write;
  };
};

#endif