summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs')
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/.gitignore1
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.idl48
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.mpc145
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/.gitignore7
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.idl26
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc24
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/.gitignore7
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl27
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.mpc24
9 files changed, 0 insertions, 309 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/.gitignore b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/.gitignore
deleted file mode 100644
index 502167fa0b8..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/lib
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.idl b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.idl
deleted file mode 100644
index 665e3346f76..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.idl
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * @file Connector.idl
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef CONNECTOR_IDL_
-#define CONNECTOR_IDL_
-
-#include <Components.idl>
-#include <ccm_dds.idl>
-#include "Hello/HelloGoodbye.idl"
-#include "Goodbye/HelloGoodbye.idl"
-
-#pragma ciao lem "Connector/ConnectorE.idl"
-
-#if (CIAO_DDS4CCM_OPENDDS==1)
-# include "Hello/HelloGoodbyeTypeSupport.idl"
-# include "Goodbye/HelloGoodbyeTypeSupport.idl"
-#endif
-
-module Hello
-{
- // Hello connector
- module ::CCM_DDS::Typed < HelloGoodbye, HelloGoodbyeSeq> HelloConnector;
-};
-
-module Goodbye
-{
- // Goodbye connector
- module ::CCM_DDS::Typed < HelloGoodbye, HelloGoodbyeSeq> GoodbyeConnector;
-};
-
-module HelloGoodbye
-{
- // Hello connector
- module ::CCM_DDS::Typed < ::Hello::HelloGoodbye, ::Hello::HelloGoodbyeSeq> HelloConnector;
-
- // Goodbye connector
- module ::CCM_DDS::Typed < ::Goodbye::HelloGoodbye, ::Goodbye::HelloGoodbyeSeq> GoodbyeConnector;
-};
-
-// Hello connector
-module ::CCM_DDS::Typed < ::Hello::HelloGoodbye, ::Hello::HelloGoodbyeSeq> HelloConnector;
-
-// Goodbye connector
-module ::CCM_DDS::Typed < ::Goodbye::HelloGoodbye, ::Goodbye::HelloGoodbyeSeq> GoodbyeConnector;
-
-#endif /* CONNECTOR_IDL_ */
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.mpc b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.mpc
deleted file mode 100644
index 1e547bc965b..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.mpc
+++ /dev/null
@@ -1,145 +0,0 @@
-project(DDS_TTDN_Connector_idl_gen) : connectoridldefaults, dds4ccm {
- after += DDS4CCM_idl_gen DDS_Hello_Namespace_Base_stub
- custom_only = 1
- idlflags += -Wb,stub_export_macro=TWOTOPICSDIFFERENTNS_CONNECTOR_STUB_Export \
- -Wb,stub_export_include=Connector_stub_export.h \
- -Wb,skel_export_macro=TWOTOPICSDIFFERENTNS_CONNECTOR_SVNT_Export \
- -Wb,skel_export_include=Connector_svnt_export.h \
- -Wb,svnt_export_macro=TWOTOPICSDIFFERENTNS_CONNECTOR_SVNT_Export \
- -Wb,svnt_export_include=Connector_svnt_export.h \
- -Wb,conn_export_macro=TWOTOPICSDIFFERENTNS_CONNECTOR_CONN_Export \
- -Wb,conn_export_include=Connector_conn_export.h \
- -I ..
-
- IDL_Files {
- Connector.idl
- }
-}
-
-project(DDS_TTDN_Connector_lem_gen) : ciaoidldefaults, dds4ccm {
- custom_only = 1
- after += DDS_TTDN_Connector_idl_gen
- idlflags += -Wb,stub_export_macro=TWOTOPICSDIFFERENTNS_CONNECTOR_LEM_STUB_Export \
- -Wb,stub_export_include=Connector_lem_stub_export.h \
- -SS -Gxhst \
- -I ..
-
- IDL_Files {
- ConnectorE.idl
- }
-}
-
-project(DDS_TTDN_Connector_lem_stub) : ccm_svnt, dds4ccm_lem_stub {
- after += DDS_TTDN_Connector_lem_gen DDS_TTDN_Connector_stub \
- DDS_Goodbye_Namespace_Base_stub DDS_Hello_Namespace_Base_stub
- libs += DDS_Connector_stub \
- DDS_Goodbye_Namespace_Base_stub DDS_Hello_Namespace_Base_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = DDS_Connector_lem_stub
- dynamicflags += TWOTOPICSDIFFERENTNS_CONNECTOR_LEM_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- ConnectorEC.cpp
- }
-
- Header_Files {
- ConnectorEC.h
- Connector_lem_stub_export.h
- }
-
- Inline_Files {
- ConnectorEC.inl
- }
-}
-
-project(DDS_TTDN_Connector_stub) : ccm_stub, dds4ccm_base {
- after += DDS_TTDN_Connector_idl_gen \
- DDS_Goodbye_Namespace_Base_stub DDS_Hello_Namespace_Base_stub
- libs += DDS_Goodbye_Namespace_Base_stub DDS_Hello_Namespace_Base_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = DDS_Connector_stub
- dynamicflags += TWOTOPICSDIFFERENTNS_CONNECTOR_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- ConnectorC.cpp
- }
-
- Header_Files {
- ConnectorC.h
- Connector_stub_export.h
- }
-
- Inline_Files {
- ConnectorC.inl
- }
-}
-
-project(DDS_TTDN_Connector_exec) : ciao_executor, dds4ccm_impl {
- after += DDS_TTDN_Connector_lem_stub DDS_TTDN_Connector_stub \
- DDS_Goodbye_Namespace_Base_stub DDS_Hello_Namespace_Base_stub
- libs += DDS_Connector_stub DDS_Connector_lem_stub \
- DDS_Goodbye_Namespace_Base_stub DDS_Hello_Namespace_Base_stub
- sharedname = DDS_Connector_exec
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += TWOTOPICSDIFFERENTNS_CONNECTOR_CONN_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Connector_conn.cpp
- }
-
- Header_Files {
- Connector_conn.h
- Connector_conn_export.h
- }
-
- Inline_Files {
- }
-}
-
-
-project(DDS_TTDN_Connector_svnt) : ciao_servant, dds4ccm_impl {
- after += DDS_TTDN_Connector_lem_stub DDS_TTDN_Connector_exec \
- DDS_Goodbye_Namespace_Base_stub DDS_Hello_Namespace_Base_stub \
- DDS_TTDN_Connector_stub
- libs += DDS_Connector_stub \
- DDS_Connector_lem_stub \
- DDS_Goodbye_Namespace_Base_stub DDS_Hello_Namespace_Base_stub \
- DDS_Connector_exec
- sharedname = DDS_Connector_svnt
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += TWOTOPICSDIFFERENTNS_CONNECTOR_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- ConnectorS.cpp
- Connector_svnt.cpp
- }
-
- Header_Files {
- ConnectorS.h
- Connector_svnt.h
- Connector_svnt_export.h
- }
-
- Inline_Files {
- }
-}
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/.gitignore b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/.gitignore
deleted file mode 100644
index b33d6bb17e2..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/Goodbye_stub_export.h
-/HelloGoodbye.cxx
-/HelloGoodbye.h
-/HelloGoodbyePlugin.cxx
-/HelloGoodbyePlugin.h
-/HelloGoodbyeSupport.cxx
-/HelloGoodbyeSupport.h
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.idl b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.idl
deleted file mode 100644
index 80e27a75c0a..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.idl
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * @file HelloGoodbye.idl
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef GOODBYE_IDL_
-#define GOODBYE_IDL_
-
-#pragma ndds typesupport "Goodbye/HelloGoodbyeSupport.h"
-#pragma opendds typesupport "Goodbye/HelloGoodbyeTypeSupportImpl.h"
-
-#pragma DCPS_DATA_TYPE "Goodbye::HelloGoodbye"
-#pragma DCPS_DATA_KEY "Goodbye::HelloGoodbye goodbye"
-
-module Goodbye
-{
- struct HelloGoodbye {
- string goodbye; //@key
- long iteration;
- };
- #if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
-typedef sequence<HelloGoodbye> HelloGoodbyeSeq;
-#endif
-};
-
-#endif /* GOODBYE_IDL_ */
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc
deleted file mode 100644
index 77f20e7d0c9..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc
+++ /dev/null
@@ -1,24 +0,0 @@
-project (DDS_Goodbye_Namespace_Base_stub) : taoidldefaults, dds4ccm_ts_default {
- sharedname = DDS_Goodbye_Namespace_Base_stub
- dynamicflags += GOODBYE_NAMESPACE_STUB_BUILD_DLL
- libout = ../lib
-
- idlflags += -SS -Sci \
- -Wb,stub_export_macro=GOODBYE_NAMESPACE_STUB_Export \
- -Wb,stub_export_include=Goodbye_stub_export.h
-
- IDL_Files {
- idlflags += -Gxhst
- HelloGoodbye.idl
- }
-
- opendds_ts_flags += --export=GOODBYE_NAMESPACE_STUB_Export
-
- DDSGenerator_Files {
- HelloGoodbye.idl
- }
-
- Source_Files {
- }
-}
-
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/.gitignore b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/.gitignore
deleted file mode 100644
index 6c770338040..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/HelloGoodbye.cxx
-/HelloGoodbye.h
-/HelloGoodbyePlugin.cxx
-/HelloGoodbyePlugin.h
-/HelloGoodbyeSupport.cxx
-/HelloGoodbyeSupport.h
-/Hello_stub_export.h
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl
deleted file mode 100644
index d18f059326d..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * @file HelloGoodbye.idl
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef HELLO_IDL_
-#define HELLO_IDL_
-
-#pragma ndds typesupport "Hello/HelloGoodbyeSupport.h"
-#pragma opendds typesupport "Hello/HelloGoodbyeTypeSupportImpl.h"
-
-#pragma DCPS_DATA_TYPE "Hello::HelloGoodbye"
-#pragma DCPS_DATA_KEY "Hello::HelloGoodbye hello"
-
-module Hello
-{
- struct HelloGoodbye {
- string hello; //@key
- long iteration;
- };
- #if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
-typedef sequence<HelloGoodbye> HelloGoodbyeSeq;
-#endif
-};
-
-
-#endif /* HELLO_IDL_ */
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.mpc b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.mpc
deleted file mode 100644
index ac23ad4c2ee..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.mpc
+++ /dev/null
@@ -1,24 +0,0 @@
-project (DDS_Hello_Namespace_Base_stub) : taoidldefaults, dds4ccm_ts_default {
- sharedname = DDS_Hello_Namespace_Base_stub
- dynamicflags += HELLO_NAMESPACE_STUB_BUILD_DLL
- libout = ../lib
-
- idlflags += -SS -Sci \
- -Wb,stub_export_macro=HELLO_NAMESPACE_STUB_Export \
- -Wb,stub_export_include=Hello_stub_export.h
-
- IDL_Files {
- idlflags += -Gxhst
- HelloGoodbye.idl
- }
-
- opendds_ts_flags += --export=HELLO_NAMESPACE_STUB_Export
-
- DDSGenerator_Files {
- HelloGoodbye.idl
- }
-
- Source_Files {
- }
-}
-