I am trying to interoperate with other DDS implementations. I can successfully publish and subscribe between domain participants that both have the type information. However, I can’t subscribe to any topic published by another DDS implementation (cyclone) with either the rtirecordingservice or the rtiadminconsole. (ie tools that acquire the type dynamically)
XTypes
We are looking into using the DynamicData / DynamicType interfaces specified by the DDS-XTypes standard. The spec mentions "may be lower performance to use than plain data objects" for the use of "dynamic language bindings". Before we dive deeper into trying it and building prototypes with that we would like to ask for an assessment about the performance implications. We are intrested in a rough estimation (rather then exact numbers).
Is the performance impact mostly limited to the discovery phase or does it affect the handling of every single message?
