summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/MultiTopic/Receiver/MultiTopic_Receiver.idl
blob: 69c0b85ea5840c8e668829407da977c37b573c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/MultiTopic_Connector.idl"

module Shapes
{
  component Receiver
  {
    port DDS_Typed::DDS_Get info_get_sq;
    port DDS_Typed::DDS_Get info_get_tr;
    port DDS_Typed::DDS_Listen info_out_cl;

    attribute unsigned long rate;
  };
};

#endif