OpenSplice DDS
Documentation Set
The Documentation Set is a collection of PDF and HTML documents which provides
the information needed to install and use OpenSplice Data Distribution Service (DDS). The Documentation Set
currently includes:
The OpenSplice DDS components are located in the following sub-directories
of the installation:
-
bin - contains OpenSplice DDS executables.
-
custom_lib - contains source code of the C++, ISO C++ and Java
language binding, for the customer to re-build.
-
docs - contains the documentation set and release notes for
OpenSplice DDS.
-
etc - the default location for the license file and
configuration file(s). In case of the HDE, the
templates for code generation are also located in this
directory.
-
examples - contains code examples (for many programming
languages) demonstrating the use of OpenSplice DDS.
-
include - contains all OpenSplice DDS header files.
-
jar - contains all JAVA archives for OpenSplice DDS API's and
OpenSplice DDS tools.
-
lib - contains all OpenSplice DDS library files.
-
redist - depending on the platform this directory contains
redistributable packages needed by OpenSplice DDS. These
packages are automatically installed.
-
src - contains the source code for the open source components of
OpenSplice DDS that was used to build the DDS libraries,
jars, executables, etc of the installed version.
-
tools - contains useful tools/utilities for use with OpenSplice DDS.
-
release.xxx - running this script in your current shell will
setup the OpenSplice DDS environment, where
.xxx = .com for Unix and .bat for Windows.
Top