summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-12 06:52:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-12 06:52:50 +0000
commit60834d42537fb702d6efb87420b65b1cb6a1aa50 (patch)
tree4c14de2405596385f3ebc36e2fa7e9ec23d3e4b4
parentd1fc752a8396b266d2113b712b1891ffb107a676 (diff)
downloadATCD-60834d42537fb702d6efb87420b65b1cb6a1aa50.tar.gz
-rw-r--r--CIAO/connectors/dds4ccm/docs/details.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/docs/details.txt b/CIAO/connectors/dds4ccm/docs/details.txt
index 59d06ca45a1..8d871ba686b 100644
--- a/CIAO/connectors/dds4ccm/docs/details.txt
+++ b/CIAO/connectors/dds4ccm/docs/details.txt
@@ -19,9 +19,15 @@ One issue that has to be reraised is the fact that DDS SampleInfo is not
available at the CCM level, we need to have access to that.
The DDS4CCM spec still has to be reviewed whether the given ports deliver the
-correct abstraction.
+correct abstraction. We want to prevent that we get lightweight DDS for
+lightweight CCM.
The CIAO tooling will generate the full connector. The goal is to have just
template instantiations and simple pass through code inside the connector, all
real code should be in a supporting core library. That makes it possible to
change the connector without changing the code generators.
+
+A problem to resolve is the fact that DDS defines an implicit sequence. We
+need to be able to have the same sequence in IDL to be used for DDS and CCM.
+This is not possible at this moment because we have 2 different code
+generators each generating the same type.