summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Sender/QCLS_Test_Sender.idl
blob: 02fa23050383702ac889abc66e19734631c867fa (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$

/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef DDS_QUERY_CONDITION_LISTEN_STATE_TEST_SENDER_IDL
#define DDS_QUERY_CONDITION_LISTEN_STATE_TEST_SENDER_IDL

#include "Connector/QCLS_Test_Connector.idl"

module QCLS_Test
{
  component Sender
  {
    port QueryConditionListenStateTestConnector::DDS_Update info_update;
    provides CCM_DDS::ConnectorStatusListener connector_status;

    attribute unsigned short keys;
    attribute unsigned short iterations;
  };
};

#endif