This library defines the C++ API for the PST. Applications implementing this API get direct access to the PST to receive tracking data and set tracker parameters. Using this library, it is also possible to initialize a shared memory communication pipeline to connect to the PST Client application and initialize a REST server for HTTP-based communication.
More...
◆ EnableLogging()
void PSTech::pstsdk::EnableLogging |
( |
| ) |
|
Provides information about the status of the tracker plug-in. Information is written to the standard C output stream stderr using a std::clog stream. Useful when debugging.
- Note
- This should be called before creating any Tracker objects. Calling this afterwards will have no effect.
◆ GetSdkVersion()
const char* PSTech::pstsdk::GetSdkVersion |
( |
| ) |
|