RTI DDS Compatibility between different languages

3 posts / 0 new
Last post
Offline
Last seen: 1 year 6 months ago
Joined: 09/08/2022
Posts: 2
RTI DDS Compatibility between different languages

Hi,

I'm wondering if calling rtiddsgen with different language options would cause a conflict when trying to send messages. For example, two applications share the same IDL file, but one application uses the -language C++ option and the other uses -language C++11. Will those applications still be able to send/receive the RTI DDS message?

Offline
Last seen: 2 months 2 weeks ago
Joined: 04/02/2013
Posts: 194

Yes, wire compatibility is preserved across all Connext DDS languages, services, tools, etc.

Offline
Last seen: 1 year 6 months ago
Joined: 09/08/2022
Posts: 2

Great, thank you for the response.