summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/SubComponent/Sub_Component.idl
blob: 791e62294f0404591560f18cdd49f48957b8ddb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SUB_COMPONENT_
#define SUB_COMPONENT_

#include <Components.idl>
#include "Connector/Collocated_Connector.idl"

module CoPubSub {
  component Sub_comp {
    port Test_conn::DDS_Listen TestSub;
  };
};

#endif // SUB_COMPONENT_