|
| class | Listener |
| | Abstract listener class for receiving tracking information and tracking mode updates. More...
|
| class | Tracker |
| | Main PST SDK class implementing tracker communication. More...
|
|
| void | EnableLogging () |
| | Write plug-in status information to the standard C output stream stderr.
|
| const char * | GetSdkVersion () |
| | Retrieve the SDK version string.
|
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.
◆ 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 * GetSdkVersion |
( |
| ) |
|