C++ API Overview
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.
- HTML documentation is generated from the header files for easier browsing using the doxygen tool.
Reads and writes the same SEDRIS Transmittal Format that the C API does.
- All STF transmittals can be accessed with either API, provided they were created with the same SDK version (ie, the 4.0 C++ API will not read version 3.1.2 transmittals.)