Introduction to SE+
SE+ is a simplified C++ “wrapper” of the C SEDRIS API
Includes helper classes to deal with the most common API activities:
- Opening and creating transmittals
- Creating and freeing iterators
- Creating and freeing SEDRIS objects
Is fast and memory efficient
Can be used interchangeably with the C API
Includes utility classes, like a timer and a DRM hierarchy creation helper
Does not use templates or STL
One include to use: #include <sePlus/sePlus.h>
Will be made available in source code form from the SEDRIS web site