summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/MultiTopic/Sender/MultiTopic_Sender.idl
blob: a406582c5565e48c208eb6ceac8db4b24e408dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef DDS_MULTITOPIC_SENDER_IDL
#define DDS_MULTITOPIC_SENDER_IDL

#include "Connector/MultiTopic_Connector.idl"

module Shapes
{
  component Sender
  {
    port DDS_Typed::DDS_Write info_write_sq;
    port DDS_Typed::DDS_Write info_write_tr;
    port DDS_Typed::DDS_Write info_write_cl;

    attribute unsigned long rate;
    attribute unsigned short max_x;
    attribute unsigned short max_y;
    attribute unsigned short max_size;
    attribute boolean resize_shape;
  };
};

#endif