LTPS C++ API is included:
- into LTPS image as the shared library at /usr/lib/libLtps.so* ;
- into SDK as include files at SDKPFX/usr/include/ltps/capi/*.h and static (SDKPFX/usr/lib/libLtpsStatic.a) and shared (SDKPFX/usr/lib/libLtps.so*) libs.
Linking your code with the static library:
$CXX -lLtpsStatic -Iltps/capi/
With the shared library:
- Warning
- LTPS C++ API is under active development so please note
-
that some classes and methods can be changed.
- Date
- 22.03.2017
- Copyright
- Tibbo Technology Inc.
Please refer to this documentation for information on using the LTPS C++ API.