summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl
blob: f6b3622d8887f67b7e4c4719dc215e146dc1707c (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
25
26
27
28
// $Id$

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_SHAPES_SENDER_IDL
#define DDS_SHAPES_SENDER_IDL

#include "Connector/Shapes_Connector.idl"

module Shapes
{
  component Sender
  {
    port ShapeTypeConn::DDS_Write info_write;
    attribute unsigned long rate;
    attribute unsigned short max_x;
    attribute unsigned short max_y;
    attribute unsigned short max_size;
    attribute boolean resize_shape;
  };
};

#endif