summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/VariousTopicsState/Conn_Valuetype/VTS_Valuetype_Connector.idl
blob: fc61e9b9eeaa417d8608a23a76e132b147dddc84 (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
29
30
/**
 * @file VTS_Valuetype_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef VTS_VALUE_TYPE_CONNECTOR_IDL_
#define VTS_VALUE_TYPE_CONNECTOR_IDL_

#include <Components.idl>
#include <ccm_dds.idl>

#include "Base/VTopics_Base.idl"

#pragma ciao lem "Conn_Valuetype/VTS_Valuetype_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "Base/VTopics_BaseTypeSupport.idl"
#endif

module VTopics
{
#if !defined (CIAO_DDS4CCM_OPENDDS)
  module ::CCM_DDS::Typed < ::TopicValuetype, ::TopicValuetypeSeq> TopicValuetypeConnector;
#else
  // Just use another topic, that way we get a connector
  module ::CCM_DDS::Typed < ::TopicString, ::TopicStringSeq> TopicValuetypeConnector;
#endif
};

#endif /* VTS_VALUE_TYPE_CONNECTOR_IDL_ */