C++ API Basics
Similarly to the C API, the OOI C++ API is a set of header files and shared/static libraries for all supported platforms.
All C++ classes are accessed through the “sedris” namespace to avoid name collisions with other libraries.
All C++ API functions are documented in the header files, and also contain sample code that demonstrate their use.