PST SDK  5.2.0.0-0eac0f6
pstech.pstsdk.target.TargetStatus Class Reference

Tracking target status. More...

+ Inheritance diagram for pstech.pstsdk.target.TargetStatus:
+ Collaboration diagram for pstech.pstsdk.target.TargetStatus:

Public Member Functions

def __init__ (self, c_status)
 
def __eq__ (self, other)
 

Public Attributes

 status
 
- Public Attributes inherited from pstech.pstsdk.target.Target
 name
 
 uuid
 
 id
 

Detailed Description

Tracking target status.

This class provides status information about a tracking target. The status is either true (active), in which case the object will be tracked when seen by the PST Tracker, or false (inactive), in which case it will not be tracked by the PST Tracker.

See also
target.Target
tracker.Tracker.get_target_list
tracker.Tracker.set_target_status
tracker.Tracker.get_target_status

Constructor & Destructor Documentation

◆ __init__()

def pstech.pstsdk.target.TargetStatus.__init__ (   self,
  c_status 
)

Reimplemented from pstech.pstsdk.target.Target.

Member Function Documentation

◆ __eq__()

def pstech.pstsdk.target.TargetStatus.__eq__ (   self,
  other 
)

Reimplemented from pstech.pstsdk.target.Target.

Member Data Documentation

◆ status

pstech.pstsdk.target.TargetStatus.status

Status of the tracking target (active or inactive) as listed in the PST-Client software


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