PST SDK 7.0.0.0-ebe6e713
Loading...
Searching...
No Matches
pstech.pstsdk.target.Target Class Reference

Tracking target information. More...

Inheritance diagram for pstech.pstsdk.target.Target:

Public Member Functions

 __init__ (self, c_target)
 __eq__ (self, other)

Public Attributes

 name = c_target.name.decode("UTF-8")
 User given name of the tracking target as listed in the PST-Client software.
 uuid = c_target.uuid.decode("UTF-8")
 Unique identifier, automatically assigned to the tracking target.
 id = c_target.id
 User provided tracking id assigned to the tacking target as listed in the PST-Client software.

Detailed Description

Tracking target information.

This class contains basic information about tracking targets known to the PST Tracker. In order to be accessible, these targets have to be trained or imported using the PST-Client software. The targets are stored in the model database.

Constructor & Destructor Documentation

◆ __init__()

pstech.pstsdk.target.Target.__init__ ( self,
c_target )

Member Function Documentation

◆ __eq__()

pstech.pstsdk.target.Target.__eq__ ( self,
other )

Member Data Documentation

◆ id

pstech.pstsdk.target.Target.id = c_target.id

User provided tracking id assigned to the tacking target as listed in the PST-Client software.

◆ name

pstech.pstsdk.target.Target.name = c_target.name.decode("UTF-8")

User given name of the tracking target as listed in the PST-Client software.

◆ uuid

pstech.pstsdk.target.Target.uuid = c_target.uuid.decode("UTF-8")

Unique identifier, automatically assigned to the tracking target.


The documentation for this class was generated from the following file: