dds3 Library Details

This is an attempt to document the inner workings of the dds3 libraries. These are broken down into the following sections. All user API routines are prefixed with "fdds_", "cdds_", "fddx_" or "cddx_". All the internal routines and global names are prefixed with "dds" and all the global stuctures are prefixed with "DDS". This reduces name space polution and name clashes.

  1. Source Categories: list each source file in major categores
  2. Data Structures: list header files with major data structures & globals
  3. Topical Discussions: general discussions on various topics