SPDI Overview: C/C++ Interface
The C++ interface consists of classes that can either be used as they are or extended through inheritance for use in a C++ application
The C interface consists of over 40 functions, most of which are used for transferring the various data types to other processes
- It is built on top of the C++ interface
- The C interface consists of functions:
- Initialize and Finalize the run time environment
- Control the coordination of tasks through the Manager/Worker Paradigm
- Handle the communication of data between processes