// This header file is used only by the Cocoon documentation utility.
/* ------------------------------------------------------------------
LIBRARY
DataManager

OVERVIEW
C++ DataManager encapsulates functionality of the
<a href=datamgr.html>C DataManager library</a>.

Features include:

  Object class for each datatype (Int16, Flt64, String, etc.)

  Methods for starting and stopping providers and consumers,
  reading and writing data.

  Method for retrieving DM_Item handle from a DmObject, so
  that DmObjects can be used with older functions that require
  a DM_Item as an argument.

  The DmGroup class, which encapsulates DM_Group, but has no upper limit
  on the number of items in the group.

  Function sprintDmError(), which generates an error message string
  based on a specific DataManager error code (Errno).

------------------------------------------------------------------ */
