DCS Libraries Description
The DCS commands are also callable from C, C++ and Fortran
programs. This can be performed via the
system(3)
C Library routine, by directly managing the
fork(2)/exec(2)
process or by using the one of the DCS libraries:
-
The native DCS 4.0 library.
See DCS Library for details.
-
The DCS 3.3 compatibility library interfaces.
This compatbility library is only provided
to help the transition of older software that may have used
the DCS 3.3 library API, and is not recommended for
new programs. See DCS 3.3 Compatability Library for details.