PST SDK 7.0.0.0-ebe6e713
Loading...
Searching...
No Matches
pstech.pstsdk.tracker Namespace Reference

Module containing all tracker related classes and functions. More...

Classes

class  ETrackerMode
 Tracker mode enum class. More...
class  Listener
 Abstract listener class for receiving tracking information and tracking mode updates from the tracker. More...
class  Tracker
 Main PST SDK class implementing tracker communication. More...

Functions

 get_sdk_version ()
 Retrieve the SDK version string.
 enable_logging ()
 Write plug-in status information to the standard error stream.

Detailed Description

Module containing all tracker related classes and functions.

Copyright PS-Tech B.V. All Rights Reserved.

Function Documentation

◆ enable_logging()

pstech.pstsdk.tracker.enable_logging ( )

Write plug-in status information to the standard error stream.

Provides information about the status of the tracker plug-in. Information is written to the standard error stream. Useful when debugging.

Note
This should be called before creating any Tracker objects. Calling this afterwards will have no effect.

◆ get_sdk_version()

pstech.pstsdk.tracker.get_sdk_version ( )

Retrieve the SDK version string.

Retrieves the SDK version information as a string. The SDK version can differ from the internal tracker version which can be retrieved using GetVersionInfo.

Returns
The version of SDK.
See also
Tracker.get_version_info