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

#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