RTI Connext DDS Micro
Version 2.4.10
|
Modules | |
Directory Structure |
The RTI Connext DDS Micro source is available from the RTI support portal . If you do not have access please contact RTI Support . The source-code is exactly the same as developed and tested by RTI. No filtering or modifications are performed, except for line-ending conversion for the Windows source bundle.
The source-bundle is a ZIP archive with the content under the source directory. The other top-level directories are part of the host (include, doc, examples, rtiddsgen) and target bundles (lib) from RTI.
RTIMEHOME--+-- source --+-- Unix ------+----- CmakeLists.txt | | | | | +--+-- include | | | | | +--+-- src | | | | | +--+-- resource --+-- cmake | | | | | | | +-- scripts | | | | | +--+-- lib +-- <ARCH> -- <libraries> | | | | | | | | +----- build -- cmake --+-- Debug --+-- <ARCH> -- <project-files> | | | | | | | | +-- Release --+-- <ARCH> -- <project-files> | | | | | +-- windows ---+----- CMakeLists.txt.txt | | | +--+-- include | | | +--+-- src | | | +--+-- resource --+-- cmake --+ | | | | | +-- scripts --+ | | | +----- lib +-- <ARCH> -- <libraries> | | | | | +----- build -- cmake --+-- Debug --+-- <ARCH> -- <project-files> | | | | | +-- Release --+-- <ARCH> -- <project-files> | | +-- lib -- | +-- doc -- | +-- include | +-- rtiddsgen
In this manual RTIMEHOME refers to the root directory where RTI archives are extracted and installed. The only difference between the Unix and Windows source bundles is the line endings.
For the remainder of this document RTIMEROOT refers to both source/unix and source/windows. Only when necessary will it be pointed out whether it is the windows or Unix source that it is being referred too.