2.4. Overview of the Source Bundle

Warning

This section only applies to the Connext Micro source bundle (rti_connext_dds_micro-<version>-source.zip). For other bundles, refer to Overview of the Host Bundle and Overview of the Target Bundle.

When unzipped, the source bundle (rti_connext_dds_micro-<version>-source.zip) creates the following directory structure:

--rti_connext_dds_micro-<version>/
    |--doc
    |--include/
    |--resource/
    |--rtiddsgen/
    |--rtiddsmag/
    |--src/
    |--CMakeLists.txt
    |--ReadMe.html
  • The doc/ directory contains this documentation, as well as the C and C++ API References.

  • The include/ directory contains the public header files to compile applications.

  • The resource/ directory contains the build system used for the examples and Platform Support Libraries (PSL).

  • The rtiddsgen/ directory contains an IDL compiler for type support code.

  • The rtiddsmag/ directory contains a tool for generating application code from XML descriptions.

  • The src/ directory contains the source files for all supported Platform Independent Libraries and Platform Support Libraries.

  • CMakeLists.txt is the main input file to CMake and is used to generate build files.

  • ReadMe.html opens this documentation.