PST SDK  5.2.0.0-0eac0f6
PSTech::pstsdk::TargetStatus Struct Reference

Tracking target status. More...

#include <PstTypes.h>

+ Inheritance diagram for PSTech::pstsdk::TargetStatus:
+ Collaboration diagram for PSTech::pstsdk::TargetStatus:

Public Attributes

bool status
 
- Public Attributes inherited from PSTech::pstsdk::Target
Utils::PstString name
 
Utils::PstString uuid
 
int id
 

Detailed Description

This struct 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
Tracker::GetTargetList()
Tracker::SetTargetStatus()
Tracker::GetTargetStatus()
Examples
trackingtarget.cpp.

Member Data Documentation

◆ status

bool PSTech::pstsdk::TargetStatus::status

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


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