2.2.2. RTI Code Generator
2.2.2.1. Changed default mapping for Modern C++ to “IDL4 to C++”
Now when you generate code in Code Generator, the default mapping for Modern C++ has been changed to the standard: https://www.omg.org/spec/IDL4-CPP. See Command-Line Arguments for rtiddsgen, in the RTI Connext Code Generator User’s Manual, for a highlight of the mapping changes.
If you want to use the previous mapping, use the command-line option:
-standard DDS_PSM_Cxx
The previous mapping can also be generated by defining the following environment variables:
set USE_RTIDDSGEN_ENV_VAR=True
set RTIDDSGEN_STANDARD=DDS_PSM_Cxx