2.2. Overview of the Host Bundle¶
This section provides an overview of the host package contents, as well as the resultant directory structure in the Connext Cert installation.
When installed, the host bundle (rti_connext_dds_cert-<version>-host.rtipkg
)
adds the following to the Connext Cert directory:
--rti_connext_dds-<version>/
|
+--rti_connext_dds_cert-<version>/
|--doc/
|--include/
|--resource/
|--rtiddsgen/
|--CMakeLists.txt
|--ReadMe.html
+--src/
+--rti_me_psl.1.0
The
doc/
directory contains this documentation, as well as the C and C++ API References and the Safety Integration Manual.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.CMakeLists.txt is the main input file to CMake and is used to generate build files.
ReadMe.html
opens this documentation.src/
contains the source files for all supported Platform Support Libraries (PSL); refer to Building the PSL and the Safety Integration Manual for more information on building the PSL for your platform.