XIII. "C" Templates
The easiest way to build a DDS application is to use the make files
provided by DDS (MakeVariables and MakeRules).
A typical Makefile would look like:
These "C" templates provide some simple examples:
- Template demonstrating the use of the
base DDS routines for a simple
trace-to-trace processing scheme.
- Template demonstrating the
simple use of DDS convenience routines
for a simple trace-to-trace processing scheme
without using or passing any trace headers.
- Template demonstrating more
advanced use of DDS routines
for multiple input and output datasets referencing input headers
and creating new output headers.