summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/PubSubComponent/PubSub_Component.idl
blob: 4471ce441444c98f0a8c71e8d4fca22bdfef42a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef PUBSUB_COMPONENT_
#define PUBSUB_COMPONENT_

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

module CoPubSub {
  component PubSub_comp {
    port Test_conn::DDS_Write TestPub;
    port Test_conn::DDS_Listen TestSub;
  };
};

#endif // PUBSUB_COMPONENT_